{"versions":{"0.1.0":{"name":"@ibm-cloud/watsonx-ai","version":"0.1.0","description":"IBM watsonx.ai Node.js SDK","repository":{"type":"git","url":"git+https://github.com/IBM/watsonx-ai-node-sdk.git"},"keywords":["ibm","watsonx","watsonx-ai"],"author":{"name":"IBM Corp."},"scripts":{"clean":"rm -rf node_modules","eslint:fix":"eslint . --fix","eslint:check":"eslint . --cache","lint":"npm run eslint:check","lint-fix":"npm run eslint:fix","build":"tsc && cp package.json dist/","prepublishOnly":"npm run build","postversion":"publisher --no-checks --dry-run","jest":"jest","test":"npm run build && npm run lint && jest test/","test-unit":"npm run build && jest test/unit/","test-integration":"npm run build && jest test/integration/","test-examples":"npm run build && jest examples/","test-travis":"jest --runInBand --testNamePattern='^((?!@slow).)*$' test/","test-unit-travis":"jest --runInBand test/unit/","test-integration-travis":"jest --runInBand --no-colors --testNamePattern='^((?!@slow).)*$' --json test/integration > test-output.log","check-packages":"installed-check -e -d -v","all":"npm run test-unit && npm run lint","typedoc":"typedoc"},"license":"Apache-2.0","publishConfig":{"access":"public"},"engines":{"node":">=14.0.0"},"dependencies":{"@types/node":"^12.0.8","extend":"3.0.2","ibm-cloud-sdk-core":"^4.2.5"},"devDependencies":{"@masterodin/publisher":"^0.10.0","@semantic-release/changelog":"6.0.3","@semantic-release/git":"10.0.1","@typescript-eslint/eslint-plugin":"^4.33.0","@typescript-eslint/parser":"^4.24.0","dotenv":"^8.2.0","eslint":"^7.26.0","eslint-config-airbnb-base":"^14.2.1","eslint-config-airbnb-typescript":"^12.3.1","eslint-config-prettier":"^8.3.0","eslint-plugin-import":"^2.23.2","eslint-plugin-jest":"^24.3.6","eslint-plugin-jsdoc":"^34.6.3","eslint-plugin-node":"^9.0.0","eslint-plugin-prettier":"^3.0.1","installed-check":"^2.2.0","jest":"^29.3.1","nock":"^13.2.4","prettier":"^2.3.0","semantic-release":"21.0.7","typedoc":"^0.25.13","typescript":"^4.9.5"},"jest":{"collectCoverage":true,"coverageDirectory":"./coverage/","coveragePathIgnorePatterns":["<rootDir>/test/","<rootDir>/examples/"],"testEnvironment":"node"},"homepage":"https://github.com/IBM/watsonx-ai-node-sdk#readme","directories":{"example":"examples","lib":"lib","test":"test"},"_id":"@ibm-cloud/watsonx-ai@0.1.0","gitHead":"8ffc6a140c165b3ddc6d2fa32e67be1b92c7dce4","bugs":{"url":"https://github.com/IBM/watsonx-ai-node-sdk/issues"},"_nodeVersion":"20.13.1","_npmVersion":"10.5.2","dist":{"integrity":"sha512-xU9/4xLpMRjU2hS192Fg11pjH3UiVTPQa8kjKuHHh5PDaV37eLAVRcotxYbgyjJL03L97fYqwrZ6BFwBUd6X8A==","shasum":"12defbc5f94340ef45ed46c8670038345b891449","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@ibm-cloud/watsonx-ai/-/watsonx-ai-0.1.0.tgz","fileCount":37,"unpackedSize":469426,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIEbBJnls6RpGB36tXTUHzRsNr2jAhTAoDJTuyr/ZpQeyAiEAgRKLcvstfJqwqe5YYAGlk/4iGKmv3rVDEMUc2m/sMcY="}],"size":71263},"_npmUser":{"name":"anonymous","email":"WML.SDK.Automation@ibm.com"},"maintainers":[{"name":"anonymous","email":"WML.SDK.Automation@ibm.com"},{"name":"anonymous","email":"schmatic@in.ibm.com"},{"name":"anonymous","email":"jasonpet@us.ibm.com"},{"name":"anonymous","email":"fanfei@cn.ibm.com"},{"name":"anonymous","email":"jwsartor@us.ibm.com"},{"name":"anonymous","email":"dvesperini@gmail.com"},{"name":"anonymous","email":"rushil.v@ibm.com"},{"name":"anonymous","email":"reggeenr@de.ibm.com"},{"name":"anonymous","email":"idsorg@us.ibm.com"},{"name":"anonymous","email":"smulampa@in.ibm.com"},{"name":"anonymous","email":"Notifications-prod@ibm.com"},{"name":"anonymous","email":"baijiebj@cn.ibm.com"},{"name":"anonymous","email":"dustinpopp@ibm.com"},{"name":"anonymous","email":"ricellis@uk.ibm.com"},{"name":"anonymous","email":"cldtsdks@us.ibm.com"},{"name":"anonymous","email":"secrets.automation.production@il.ibm.com"},{"name":"anonymous","email":"nvenkatesh.27@gmail.com"},{"name":"anonymous","email":"dpittner@de.ibm.com"},{"name":"anonymous","email":"externaluse.sqlquery@de.ibm.com"},{"name":"anonymous","email":"alchemy.registry.squad@uk.ibm.com"},{"name":"anonymous","email":"edwin.gonzales@ibm.com"},{"name":"anonymous","email":"devxsdk@us.ibm.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/watsonx-ai_0.1.0_1718779229980_0.7866548177426322"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2024-06-19T06:40:30.196Z","publish_time":1718779230196,"_source_registry_name":"default","contributors":[]},"0.1.1":{"name":"@ibm-cloud/watsonx-ai","version":"0.1.1","description":"IBM watsonx.ai Node.js SDK","repository":{"type":"git","url":"git+https://github.com/IBM/watsonx-ai-node-sdk.git"},"keywords":["ibm","watsonx","watsonx-ai"],"author":{"name":"IBM Corp."},"scripts":{"clean":"rm -rf node_modules","eslint:fix":"eslint . --fix","eslint:check":"eslint . --cache","lint":"npm run eslint:check","lint-fix":"npm run eslint:fix","build":"tsc && cp package.json dist/","prepublishOnly":"npm run build","postversion":"publisher --no-checks --dry-run","jest":"jest","test":"npm run build && npm run lint && jest test/","test-unit":"npm run build && jest test/unit/","test-integration":"npm run build && jest test/integration/","test-examples":"npm run build && jest examples/","test-travis":"jest --runInBand --testNamePattern='^((?!@slow).)*$' test/","test-unit-travis":"jest --runInBand test/unit/","test-integration-travis":"jest --runInBand --no-colors --testNamePattern='^((?!@slow).)*$' --json test/integration > test-output.log","check-packages":"installed-check -e -d -v","all":"npm run test-unit && npm run lint","typedoc":"typedoc"},"license":"Apache-2.0","publishConfig":{"access":"public"},"engines":{"node":">=14.0.0"},"dependencies":{"@types/node":"^12.0.8","extend":"3.0.2","ibm-cloud-sdk-core":"^4.2.5"},"devDependencies":{"@masterodin/publisher":"^0.10.0","@semantic-release/changelog":"6.0.3","@semantic-release/git":"10.0.1","@typescript-eslint/eslint-plugin":"^4.33.0","@typescript-eslint/parser":"^4.24.0","dotenv":"^8.2.0","eslint":"^7.26.0","eslint-config-airbnb-base":"^14.2.1","eslint-config-airbnb-typescript":"^12.3.1","eslint-config-prettier":"^8.3.0","eslint-plugin-import":"^2.23.2","eslint-plugin-jest":"^24.3.6","eslint-plugin-jsdoc":"^34.6.3","eslint-plugin-node":"^9.0.0","eslint-plugin-prettier":"^3.0.1","installed-check":"^2.2.0","jest":"^29.3.1","nock":"^13.2.4","prettier":"^2.3.0","semantic-release":"21.0.7","typedoc":"^0.25.13","typescript":"^4.9.5"},"jest":{"collectCoverage":true,"coverageDirectory":"./coverage/","coveragePathIgnorePatterns":["<rootDir>/test/","<rootDir>/examples/"],"testEnvironment":"node"},"homepage":"https://github.com/IBM/watsonx-ai-node-sdk#readme","directories":{"example":"examples","lib":"lib","test":"test"},"main":"dist/index.js","_id":"@ibm-cloud/watsonx-ai@0.1.1","gitHead":"8ffc6a140c165b3ddc6d2fa32e67be1b92c7dce4","types":"./dist/index.d.ts","bugs":{"url":"https://github.com/IBM/watsonx-ai-node-sdk/issues"},"_nodeVersion":"20.13.1","_npmVersion":"10.5.2","dist":{"integrity":"sha512-2bXC41pJAs15vcDBXkjipEGvXiYGLawHE0/EYogVSr4hKwpbZKNpW6e3WGENeOqbI6zlkN7oqIHwT7a1QyZNRA==","shasum":"8d972a1dfb71f66d1db3d2e34e73c8573c2be839","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@ibm-cloud/watsonx-ai/-/watsonx-ai-0.1.1.tgz","fileCount":19,"unpackedSize":446889,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIFdd26zG66KDaNoo5+spugBVi+Aqnoi3pE0ZfHBxfMTgAiEA6Dk748y/7f8JlSnlTC5ut0xV2JgHe4P6j4YBWonCpCE="}],"size":64546},"_npmUser":{"name":"anonymous","email":"WML.SDK.Automation@ibm.com"},"maintainers":[{"name":"anonymous","email":"WML.SDK.Automation@ibm.com"},{"name":"anonymous","email":"schmatic@in.ibm.com"},{"name":"anonymous","email":"jasonpet@us.ibm.com"},{"name":"anonymous","email":"fanfei@cn.ibm.com"},{"name":"anonymous","email":"jwsartor@us.ibm.com"},{"name":"anonymous","email":"dvesperini@gmail.com"},{"name":"anonymous","email":"rushil.v@ibm.com"},{"name":"anonymous","email":"reggeenr@de.ibm.com"},{"name":"anonymous","email":"idsorg@us.ibm.com"},{"name":"anonymous","email":"smulampa@in.ibm.com"},{"name":"anonymous","email":"Notifications-prod@ibm.com"},{"name":"anonymous","email":"baijiebj@cn.ibm.com"},{"name":"anonymous","email":"dustinpopp@ibm.com"},{"name":"anonymous","email":"ricellis@uk.ibm.com"},{"name":"anonymous","email":"cldtsdks@us.ibm.com"},{"name":"anonymous","email":"secrets.automation.production@il.ibm.com"},{"name":"anonymous","email":"nvenkatesh.27@gmail.com"},{"name":"anonymous","email":"dpittner@de.ibm.com"},{"name":"anonymous","email":"externaluse.sqlquery@de.ibm.com"},{"name":"anonymous","email":"alchemy.registry.squad@uk.ibm.com"},{"name":"anonymous","email":"edwin.gonzales@ibm.com"},{"name":"anonymous","email":"devxsdk@us.ibm.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/watsonx-ai_0.1.1_1718791711500_0.46513678792630975"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2024-06-19T10:08:31.668Z","publish_time":1718791711668,"_source_registry_name":"default","contributors":[]},"1.0.0":{"name":"@ibm-cloud/watsonx-ai","version":"1.0.0","description":"IBM watsonx.ai Node.js SDK","repository":{"type":"git","url":"git+https://github.com/IBM/watsonx-ai-node-sdk.git"},"keywords":["ibm","watsonx","watsonx-ai"],"author":{"name":"IBM Corp."},"scripts":{"clean":"rm -rf node_modules","eslint:fix":"eslint . --fix","eslint:check":"eslint . --cache","lint":"npm run eslint:check","lint-fix":"npm run eslint:fix","build":"tsc && cp package.json dist/","prepublishOnly":"npm run build","postversion":"publisher --no-checks --dry-run","jest":"jest","test":"npm run build && npm run lint && jest test/","test-unit":"npm run build && jest test/unit/","test-integration":"npm run build && jest test/integration/","test-examples":"npm run build && jest examples/","test-travis":"jest --runInBand --testNamePattern='^((?!@slow).)*$' test/","test-unit-travis":"jest --runInBand --verbose test/unit/","test-integration-travis":"jest --runInBand --verbose --no-colors --testNamePattern='^((?!@slow).)*$' --json test/integration > test-output.log","check-packages":"installed-check -e -d -v","all":"npm run test-unit && npm run lint","typedoc":"typedoc","typedoc-merge":"typedoc --entryPointStrategy merge"},"license":"Apache-2.0","publishConfig":{"access":"public"},"engines":{"node":">=14.0.0"},"dependencies":{"@types/node":"^12.0.8","extend":"3.0.2","ibm-cloud-sdk-core":"^4.2.5"},"devDependencies":{"@masterodin/publisher":"^0.10.0","@semantic-release/changelog":"6.0.3","@semantic-release/git":"10.0.1","@typescript-eslint/eslint-plugin":"^4.33.0","@typescript-eslint/parser":"^4.24.0","dotenv":"^8.2.0","eslint":"^7.26.0","eslint-config-airbnb-base":"^14.2.1","eslint-config-airbnb-typescript":"^12.3.1","eslint-config-prettier":"^8.3.0","eslint-plugin-import":"^2.23.2","eslint-plugin-jest":"^24.3.6","eslint-plugin-jsdoc":"^34.6.3","eslint-plugin-node":"^9.0.0","eslint-plugin-prettier":"^3.0.1","installed-check":"^2.2.0","jest":"^29.3.1","nock":"^13.2.4","prettier":"^2.3.0","semantic-release":"21.0.7","typedoc":"^0.25.13","typescript":"^4.9.5"},"jest":{"collectCoverage":true,"coverageDirectory":"./coverage/","coveragePathIgnorePatterns":["<rootDir>/test/","<rootDir>/examples/"],"testEnvironment":"node"},"homepage":"https://github.com/IBM/watsonx-ai-node-sdk#readme","directories":{"example":"examples","lib":"lib","test":"test"},"main":"dist/index.js","_id":"@ibm-cloud/watsonx-ai@1.0.0","gitHead":"415d3694173b426101ab7a1f4e0fa1a9e47904cd","types":"./dist/index.d.ts","bugs":{"url":"https://github.com/IBM/watsonx-ai-node-sdk/issues"},"_nodeVersion":"20.16.0","_npmVersion":"10.8.1","dist":{"integrity":"sha512-uVeqLMJ+8NXXWPqWKM8ot7nZskdoSOhtgJCGmNG7YF9x+rYN+nl8D1wyIomR4TwU3o4+5ma6XrBLZ+D5H+jzpw==","shasum":"716b3d34ab70e63fab4fbf6e4e9611acb2e2dfd7","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@ibm-cloud/watsonx-ai/-/watsonx-ai-1.0.0.tgz","fileCount":19,"unpackedSize":411528,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCICMqc972zyYwLudUIH48EqVovwhyLcEPiazKo22P8rknAiEA58ivHBDAFAh2Br2mCSn69hx10iByyS0kSXDPfBxbT8M="}],"size":62020},"_npmUser":{"name":"anonymous","email":"WML.SDK.Automation@ibm.com"},"maintainers":[{"name":"anonymous","email":"ce.ui.team@de.ibm.com"},{"name":"anonymous","email":"WML.SDK.Automation@ibm.com"},{"name":"anonymous","email":"schmatic@in.ibm.com"},{"name":"anonymous","email":"jasonpet@us.ibm.com"},{"name":"anonymous","email":"fanfei@cn.ibm.com"},{"name":"anonymous","email":"jwsartor@us.ibm.com"},{"name":"anonymous","email":"dvesperini@gmail.com"},{"name":"anonymous","email":"rushil.v@ibm.com"},{"name":"anonymous","email":"reggeenr@de.ibm.com"},{"name":"anonymous","email":"idsorg@us.ibm.com"},{"name":"anonymous","email":"smulampa@in.ibm.com"},{"name":"anonymous","email":"Notifications-prod@ibm.com"},{"name":"anonymous","email":"baijiebj@cn.ibm.com"},{"name":"anonymous","email":"dustinpopp@ibm.com"},{"name":"anonymous","email":"ricellis@uk.ibm.com"},{"name":"anonymous","email":"cldtsdks@us.ibm.com"},{"name":"anonymous","email":"secrets.automation.production@il.ibm.com"},{"name":"anonymous","email":"nvenkatesh.27@gmail.com"},{"name":"anonymous","email":"dpittner@de.ibm.com"},{"name":"anonymous","email":"externaluse.sqlquery@de.ibm.com"},{"name":"anonymous","email":"alchemy.registry.squad@uk.ibm.com"},{"name":"anonymous","email":"edwin.gonzales@ibm.com"},{"name":"anonymous","email":"devxsdk@us.ibm.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/watsonx-ai_1.0.0_1723025573095_0.49755482151777164"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2024-08-07T10:12:53.328Z","publish_time":1723025573328,"_source_registry_name":"default","contributors":[]},"1.0.1":{"name":"@ibm-cloud/watsonx-ai","version":"1.0.1","description":"IBM watsonx.ai Node.js SDK","repository":{"type":"git","url":"git+https://github.com/IBM/watsonx-ai-node-sdk.git"},"keywords":["ibm","watsonx","watsonx-ai"],"author":{"name":"IBM Corp."},"scripts":{"clean":"rm -rf node_modules","eslint:fix":"eslint . --fix","eslint:check":"eslint . --cache","lint":"npm run eslint:check","lint-fix":"npm run eslint:fix","build":"tsc && cp package.json dist/","prepublishOnly":"npm run build","postversion":"publisher --no-checks --dry-run","jest":"jest","test":"npm run build && npm run lint && jest test/","test-unit":"npm run build && jest test/unit/","test-integration":"npm run build && jest test/integration/","test-examples":"npm run build && jest examples/","test-travis":"jest --runInBand --testNamePattern='^((?!@slow).)*$' test/","test-unit-travis":"jest --runInBand --verbose test/unit/","test-integration-travis":"jest --runInBand --verbose --no-colors --testNamePattern='^((?!@slow).)*$' --json test/integration > test-output.log","check-packages":"installed-check -e -d -v","all":"npm run test-unit && npm run lint","typedoc":"typedoc","typedoc-merge":"typedoc --entryPointStrategy merge"},"license":"Apache-2.0","publishConfig":{"access":"public"},"engines":{"node":">=14.0.0"},"dependencies":{"@types/node":"^12.0.8","extend":"3.0.2","ibm-cloud-sdk-core":"^4.2.5"},"devDependencies":{"@masterodin/publisher":"^0.10.0","@semantic-release/changelog":"6.0.3","@semantic-release/git":"10.0.1","@typescript-eslint/eslint-plugin":"^4.33.0","@typescript-eslint/parser":"^4.24.0","dotenv":"^8.2.0","eslint":"^7.26.0","eslint-config-airbnb-base":"^14.2.1","eslint-config-airbnb-typescript":"^12.3.1","eslint-config-prettier":"^8.3.0","eslint-plugin-import":"^2.23.2","eslint-plugin-jest":"^24.3.6","eslint-plugin-jsdoc":"^34.6.3","eslint-plugin-node":"^9.0.0","eslint-plugin-prettier":"^3.0.1","installed-check":"^2.2.0","jest":"^29.3.1","nock":"^13.2.4","prettier":"^2.3.0","semantic-release":"^24.0.0","typedoc":"^0.25.13","typescript":"^4.9.5"},"jest":{"collectCoverage":true,"coverageDirectory":"./coverage/","coveragePathIgnorePatterns":["<rootDir>/test/","<rootDir>/examples/"],"testEnvironment":"node"},"homepage":"https://github.com/IBM/watsonx-ai-node-sdk#readme","directories":{"example":"examples","lib":"lib","test":"test"},"main":"dist/index.js","_id":"@ibm-cloud/watsonx-ai@1.0.1","gitHead":"d9cc0b1a21540058f8095bce034dcb7c51f4b043","types":"./dist/index.d.ts","bugs":{"url":"https://github.com/IBM/watsonx-ai-node-sdk/issues"},"_nodeVersion":"20.16.0","_npmVersion":"10.8.1","dist":{"integrity":"sha512-cR8I37njLNnDFe1S1s9WLJkzbiZnNuP5HqdGasNJZ5f6+p8gsv1jqp4yC7sPjdA9ryDn17WNNqlv0oIECyb8hA==","shasum":"07da426e77081777c089da25988d5bd48c6b54ae","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@ibm-cloud/watsonx-ai/-/watsonx-ai-1.0.1.tgz","fileCount":19,"unpackedSize":411402,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIGHoi9Ha/l0vSnG5+/jjIO2NfVC9u+fDwIvEhih54hKKAiEA9/DWKNT9kEHsMjOFnLrO/33ijFG2p4rIpYzZzKGPi2o="}],"size":61946},"_npmUser":{"name":"anonymous","email":"WML.SDK.Automation@ibm.com"},"maintainers":[{"name":"anonymous","email":"ce.ui.team@de.ibm.com"},{"name":"anonymous","email":"WML.SDK.Automation@ibm.com"},{"name":"anonymous","email":"schmatic@in.ibm.com"},{"name":"anonymous","email":"jasonpet@us.ibm.com"},{"name":"anonymous","email":"fanfei@cn.ibm.com"},{"name":"anonymous","email":"jwsartor@us.ibm.com"},{"name":"anonymous","email":"dvesperini@gmail.com"},{"name":"anonymous","email":"rushil.v@ibm.com"},{"name":"anonymous","email":"reggeenr@de.ibm.com"},{"name":"anonymous","email":"idsorg@us.ibm.com"},{"name":"anonymous","email":"smulampa@in.ibm.com"},{"name":"anonymous","email":"Notifications-prod@ibm.com"},{"name":"anonymous","email":"baijiebj@cn.ibm.com"},{"name":"anonymous","email":"dustinpopp@ibm.com"},{"name":"anonymous","email":"ricellis@uk.ibm.com"},{"name":"anonymous","email":"cldtsdks@us.ibm.com"},{"name":"anonymous","email":"secrets.automation.production@il.ibm.com"},{"name":"anonymous","email":"nvenkatesh.27@gmail.com"},{"name":"anonymous","email":"dpittner@de.ibm.com"},{"name":"anonymous","email":"externaluse.sqlquery@de.ibm.com"},{"name":"anonymous","email":"alchemy.registry.squad@uk.ibm.com"},{"name":"anonymous","email":"edwin.gonzales@ibm.com"},{"name":"anonymous","email":"devxsdk@us.ibm.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/watsonx-ai_1.0.1_1723116699026_0.5429683395143776"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2024-08-08T11:31:39.179Z","publish_time":1723116699179,"_source_registry_name":"default","contributors":[]},"1.0.2":{"name":"@ibm-cloud/watsonx-ai","version":"1.0.2","description":"IBM watsonx.ai Node.js SDK","repository":{"type":"git","url":"git+https://github.com/IBM/watsonx-ai-node-sdk.git"},"keywords":["ibm","watsonx","watsonx-ai"],"author":{"name":"IBM Corp."},"scripts":{"clean":"rm -rf node_modules","eslint:fix":"eslint . --fix","eslint:check":"eslint . --cache","lint":"npm run eslint:check","lint-fix":"npm run eslint:fix","build":"tsc && cp package.json dist/","prepublishOnly":"npm run build","postversion":"publisher --no-checks --dry-run","jest":"jest","test":"npm run build && npm run lint && jest test/","test-unit":"npm run build && jest test/unit/","test-integration":"npm run build && jest test/integration/","test-examples":"npm run build && jest examples/","test-travis":"jest --runInBand --testNamePattern='^((?!@slow).)*$' test/","test-unit-travis":"jest --runInBand --verbose test/unit/","test-integration-travis":"jest --runInBand --verbose --no-colors --testNamePattern='^((?!@slow).)*$' --json test/integration > test-output.log","check-packages":"installed-check -e -d -v","all":"npm run test-unit && npm run lint","typedoc":"typedoc","typedoc-merge":"typedoc --entryPointStrategy merge"},"license":"Apache-2.0","publishConfig":{"access":"public"},"engines":{"node":">=14.0.0"},"dependencies":{"@types/node":"^12.0.8","extend":"3.0.2","ibm-cloud-sdk-core":"^4.2.5"},"devDependencies":{"@masterodin/publisher":"^0.10.0","@semantic-release/changelog":"6.0.3","@semantic-release/git":"10.0.1","@typescript-eslint/eslint-plugin":"^4.33.0","@typescript-eslint/parser":"^4.24.0","dotenv":"^8.2.0","eslint":"^7.26.0","eslint-config-airbnb-base":"^14.2.1","eslint-config-airbnb-typescript":"^12.3.1","eslint-config-prettier":"^8.3.0","eslint-plugin-import":"^2.23.2","eslint-plugin-jest":"^24.3.6","eslint-plugin-jsdoc":"^34.6.3","eslint-plugin-node":"^9.0.0","eslint-plugin-prettier":"^3.0.1","installed-check":"^2.2.0","jest":"^29.3.1","nock":"^13.2.4","prettier":"^2.3.0","semantic-release":"^24.0.0","typedoc":"^0.25.13","typescript":"^4.9.5"},"jest":{"collectCoverage":true,"coverageDirectory":"./coverage/","coveragePathIgnorePatterns":["<rootDir>/test/","<rootDir>/examples/"],"testEnvironment":"node"},"homepage":"https://github.com/IBM/watsonx-ai-node-sdk#readme","directories":{"example":"examples","lib":"lib","test":"test"},"main":"dist/index.js","_id":"@ibm-cloud/watsonx-ai@1.0.2","gitHead":"aff668bbe87e473fb35065a9963e63556f111694","types":"./dist/index.d.ts","bugs":{"url":"https://github.com/IBM/watsonx-ai-node-sdk/issues"},"_nodeVersion":"20.17.0","_npmVersion":"10.8.2","dist":{"integrity":"sha512-ZWeYxlmWRYBmXD9ltNW9pBWNp4XAgfTam9c7Yr5fw6gNTW+1S2Yvlxs/Z6fdAnT9KS46znekp4RsDYz7uvREhQ==","shasum":"f55bc24bad4d35021f3be35d39c4a30cd0e9e0ae","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@ibm-cloud/watsonx-ai/-/watsonx-ai-1.0.2.tgz","fileCount":19,"unpackedSize":410710,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQDQajd4svrzKNeYOiWNzVcsXjYDnMMzHvptIpIR2J4WAQIgFsSLbPF2AAlvqeuS7lsk0u3sVi9ZXIycfhjucJW4S7w="}],"size":61886},"_npmUser":{"name":"anonymous","email":"WML.SDK.Automation@ibm.com"},"maintainers":[{"name":"anonymous","email":"ce.ui.team@de.ibm.com"},{"name":"anonymous","email":"WML.SDK.Automation@ibm.com"},{"name":"anonymous","email":"schmatic@in.ibm.com"},{"name":"anonymous","email":"jasonpet@us.ibm.com"},{"name":"anonymous","email":"fanfei@cn.ibm.com"},{"name":"anonymous","email":"jwsartor@us.ibm.com"},{"name":"anonymous","email":"dvesperini@gmail.com"},{"name":"anonymous","email":"rushil.v@ibm.com"},{"name":"anonymous","email":"reggeenr@de.ibm.com"},{"name":"anonymous","email":"idsorg@us.ibm.com"},{"name":"anonymous","email":"smulampa@in.ibm.com"},{"name":"anonymous","email":"Notifications-prod@ibm.com"},{"name":"anonymous","email":"baijiebj@cn.ibm.com"},{"name":"anonymous","email":"dustinpopp@ibm.com"},{"name":"anonymous","email":"ricellis@uk.ibm.com"},{"name":"anonymous","email":"cldtsdks@us.ibm.com"},{"name":"anonymous","email":"secrets.automation.production@il.ibm.com"},{"name":"anonymous","email":"nvenkatesh.27@gmail.com"},{"name":"anonymous","email":"dpittner@de.ibm.com"},{"name":"anonymous","email":"externaluse.sqlquery@de.ibm.com"},{"name":"anonymous","email":"alchemy.registry.squad@uk.ibm.com"},{"name":"anonymous","email":"edwin.gonzales@ibm.com"},{"name":"anonymous","email":"devxsdk@us.ibm.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/watsonx-ai_1.0.2_1727257497044_0.36838390198039206"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2024-09-25T09:44:57.302Z","publish_time":1727257497302,"_source_registry_name":"default","contributors":[]},"1.1.0":{"name":"@ibm-cloud/watsonx-ai","version":"1.1.0","description":"IBM watsonx.ai Node.js SDK","repository":{"type":"git","url":"git+https://github.com/IBM/watsonx-ai-node-sdk.git"},"keywords":["ibm","watsonx","watsonx-ai"],"author":{"name":"IBM Corp."},"scripts":{"clean":"rm -rf node_modules","eslint:fix":"eslint . --fix","eslint:check":"eslint . --cache","lint":"npm run eslint:check","lint-fix":"npm run eslint:fix","build":"tsc && cp package.json dist/","prepublishOnly":"npm run build","postversion":"publisher --no-checks --dry-run","jest":"jest","test":"npm run build && npm run lint && jest test/","test-unit":"npm run build && jest test/unit/","test-integration":"npm run build && jest test/integration/","test-examples":"npm run build && jest examples/","test-travis":"jest --runInBand --testNamePattern='^((?!@slow).)*$' test/","test-unit-travis":"jest --runInBand --verbose test/unit/","test-integration-travis":"jest --runInBand --verbose --no-colors --testNamePattern='^((?!@slow).)*$' --json test/integration > test-output.log","check-packages":"installed-check -e -d -v","all":"npm run test-unit && npm run lint","typedoc":"typedoc","typedoc-merge":"typedoc --entryPointStrategy merge"},"license":"Apache-2.0","publishConfig":{"access":"public"},"engines":{"node":">=14.0.0"},"dependencies":{"@types/node":"^12.0.8","extend":"3.0.2","ibm-cloud-sdk-core":"^4.2.5"},"devDependencies":{"@masterodin/publisher":"^0.10.0","@semantic-release/changelog":"6.0.3","@semantic-release/git":"10.0.1","@typescript-eslint/eslint-plugin":"^4.33.0","@typescript-eslint/parser":"^4.24.0","dotenv":"^8.2.0","eslint":"^7.26.0","eslint-config-airbnb-base":"^14.2.1","eslint-config-airbnb-typescript":"^12.3.1","eslint-config-prettier":"^8.3.0","eslint-plugin-import":"^2.23.2","eslint-plugin-jest":"^24.3.6","eslint-plugin-jsdoc":"^34.6.3","eslint-plugin-node":"^9.0.0","eslint-plugin-prettier":"^3.0.1","installed-check":"^2.2.0","jest":"^29.3.1","nock":"^13.2.4","prettier":"^2.3.0","semantic-release":"^24.0.0","typedoc":"^0.25.13","typescript":"^4.9.5"},"jest":{"collectCoverage":true,"coverageDirectory":"./coverage/","coveragePathIgnorePatterns":["<rootDir>/test/","<rootDir>/examples/"],"testEnvironment":"node"},"homepage":"https://github.com/IBM/watsonx-ai-node-sdk#readme","directories":{"example":"examples","lib":"lib","test":"test"},"main":"dist/index.js","_id":"@ibm-cloud/watsonx-ai@1.1.0","gitHead":"1c28a7d2c08a215e569fefd4826ffaaf427b03d3","types":"./dist/index.d.ts","bugs":{"url":"https://github.com/IBM/watsonx-ai-node-sdk/issues"},"_nodeVersion":"20.18.0","_npmVersion":"10.8.2","dist":{"integrity":"sha512-bgALyo1nfg7/4Im6B4RbpxQyBZibOoLH7fuHdVQ4QEz7U0EL0O0WFdM53OTF63rTOBtYAediWLDr857k839wpA==","shasum":"a6d5d2a188a51a74d3ec3ef118f94de60feb70c0","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@ibm-cloud/watsonx-ai/-/watsonx-ai-1.1.0.tgz","fileCount":19,"unpackedSize":473740,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIHHpuUcF8EMThMzFgAwO5ppOox9Gp29YAapxz/SM/bIlAiEAyWkTePMEE65C+Suo2/zF7weLngtJZKxGfmjaHap+V+A="}],"size":70809},"_npmUser":{"name":"anonymous","email":"WML.SDK.Automation@ibm.com"},"maintainers":[{"name":"anonymous","email":"ce.ui.team@de.ibm.com"},{"name":"anonymous","email":"WML.SDK.Automation@ibm.com"},{"name":"anonymous","email":"schmatic@in.ibm.com"},{"name":"anonymous","email":"jasonpet@us.ibm.com"},{"name":"anonymous","email":"fanfei@cn.ibm.com"},{"name":"anonymous","email":"jwsartor@us.ibm.com"},{"name":"anonymous","email":"dvesperini@gmail.com"},{"name":"anonymous","email":"rushil.v@ibm.com"},{"name":"anonymous","email":"reggeenr@de.ibm.com"},{"name":"anonymous","email":"idsorg@us.ibm.com"},{"name":"anonymous","email":"smulampa@in.ibm.com"},{"name":"anonymous","email":"Notifications-prod@ibm.com"},{"name":"anonymous","email":"baijiebj@cn.ibm.com"},{"name":"anonymous","email":"dustinpopp@ibm.com"},{"name":"anonymous","email":"ricellis@uk.ibm.com"},{"name":"anonymous","email":"cldtsdks@us.ibm.com"},{"name":"anonymous","email":"secrets.automation.production@il.ibm.com"},{"name":"anonymous","email":"nvenkatesh.27@gmail.com"},{"name":"anonymous","email":"dpittner@de.ibm.com"},{"name":"anonymous","email":"externaluse.sqlquery@de.ibm.com"},{"name":"anonymous","email":"alchemy.registry.squad@uk.ibm.com"},{"name":"anonymous","email":"edwin.gonzales@ibm.com"},{"name":"anonymous","email":"devxsdk@us.ibm.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/watsonx-ai_1.1.0_1728396053035_0.676839742662865"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2024-10-08T14:00:53.275Z","publish_time":1728396053275,"_source_registry_name":"default","contributors":[]},"1.1.1":{"name":"@ibm-cloud/watsonx-ai","version":"1.1.1","description":"IBM watsonx.ai Node.js SDK","repository":{"type":"git","url":"git+https://github.com/IBM/watsonx-ai-node-sdk.git"},"keywords":["ibm","watsonx","watsonx-ai"],"author":{"name":"IBM Corp."},"scripts":{"clean":"rm -rf node_modules","eslint:fix":"eslint . --fix","eslint:check":"eslint . --cache","lint":"npm run eslint:check","lint-fix":"npm run eslint:fix","build":"tsc && cp package.json dist/","prepublishOnly":"npm run build","postversion":"publisher --no-checks --dry-run","jest":"jest","test":"npm run build && npm run lint && jest test/","test-unit":"npm run build && jest test/unit/","test-integration":"npm run build && jest test/integration/","test-examples":"npm run build && jest examples/","test-travis":"jest --runInBand --testNamePattern='^((?!@slow).)*$' test/","test-unit-travis":"jest --runInBand --verbose test/unit/","test-integration-travis":"jest --runInBand --verbose --no-colors --testNamePattern='^((?!@slow).)*$' --json test/integration > test-output.log","check-packages":"installed-check -e -d -v","all":"npm run test-unit && npm run lint","typedoc":"typedoc","typedoc-merge":"typedoc --entryPointStrategy merge"},"license":"Apache-2.0","publishConfig":{"access":"public"},"engines":{"node":">=18.0.0"},"dependencies":{"@types/node":"^18.0.0","extend":"3.0.2","ibm-cloud-sdk-core":"^5.0.2"},"devDependencies":{"@ibm-cloud/sdk-test-utilities":"^1.0.0","@masterodin/publisher":"^0.10.0","@semantic-release/changelog":"6.0.3","@semantic-release/git":"10.0.1","@typescript-eslint/eslint-plugin":"^4.33.0","@typescript-eslint/parser":"^4.24.0","dotenv":"^8.2.0","eslint":"^7.26.0","eslint-config-airbnb-base":"^14.2.1","eslint-config-airbnb-typescript":"^12.3.1","eslint-config-prettier":"^8.3.0","eslint-plugin-import":"^2.23.2","eslint-plugin-jest":"^24.3.6","eslint-plugin-jsdoc":"^34.6.3","eslint-plugin-node":"^9.0.0","eslint-plugin-prettier":"^3.0.1","installed-check":"^2.2.0","jest":"^29.3.1","nock":"^13.2.4","prettier":"^2.3.0","semantic-release":"^24.0.0","typedoc":"^0.25.13","typescript":"^4.9.5"},"jest":{"collectCoverage":true,"coverageDirectory":"./coverage/","coveragePathIgnorePatterns":["<rootDir>/test/","<rootDir>/examples/"],"testEnvironment":"node"},"homepage":"https://github.com/IBM/watsonx-ai-node-sdk#readme","directories":{"example":"examples","lib":"lib","test":"test"},"main":"dist/index.js","_id":"@ibm-cloud/watsonx-ai@1.1.1","gitHead":"756597480c3ab9ec2740b7a8d45f756e0032b710","types":"./dist/index.d.ts","bugs":{"url":"https://github.com/IBM/watsonx-ai-node-sdk/issues"},"_nodeVersion":"20.18.0","_npmVersion":"10.8.2","dist":{"integrity":"sha512-E/PDTk3HWrP0AmqgGxEuL/twP6tPTyDokSqvgF9Xom+DmDPPzI82xuXD4SJfMuTtDABClV+Yk9ADNMmRbpkHFQ==","shasum":"b43d135087e4f83754f5c018d1ba63d4c642bf01","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@ibm-cloud/watsonx-ai/-/watsonx-ai-1.1.1.tgz","fileCount":19,"unpackedSize":473742,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQDOgnzJOlQ8v1xu7UekNdU8A3iQFMwq2c3XFVfhhOdcDQIhAPgU78yabx1yNtmS2nvkQ8joTbUultMwjCsuQ9jUHTHK"}],"size":70833},"_npmUser":{"name":"anonymous","email":"WML.SDK.Automation@ibm.com"},"maintainers":[{"name":"anonymous","email":"ce.ui.team@de.ibm.com"},{"name":"anonymous","email":"WML.SDK.Automation@ibm.com"},{"name":"anonymous","email":"schmatic@in.ibm.com"},{"name":"anonymous","email":"jasonpet@us.ibm.com"},{"name":"anonymous","email":"fanfei@cn.ibm.com"},{"name":"anonymous","email":"jwsartor@us.ibm.com"},{"name":"anonymous","email":"dvesperini@gmail.com"},{"name":"anonymous","email":"rushil.v@ibm.com"},{"name":"anonymous","email":"reggeenr@de.ibm.com"},{"name":"anonymous","email":"idsorg@us.ibm.com"},{"name":"anonymous","email":"smulampa@in.ibm.com"},{"name":"anonymous","email":"Notifications-prod@ibm.com"},{"name":"anonymous","email":"baijiebj@cn.ibm.com"},{"name":"anonymous","email":"dustinpopp@ibm.com"},{"name":"anonymous","email":"ricellis@uk.ibm.com"},{"name":"anonymous","email":"cldtsdks@us.ibm.com"},{"name":"anonymous","email":"secrets.automation.production@il.ibm.com"},{"name":"anonymous","email":"nvenkatesh.27@gmail.com"},{"name":"anonymous","email":"dpittner@de.ibm.com"},{"name":"anonymous","email":"externaluse.sqlquery@de.ibm.com"},{"name":"anonymous","email":"alchemy.registry.squad@uk.ibm.com"},{"name":"anonymous","email":"edwin.gonzales@ibm.com"},{"name":"anonymous","email":"devxsdk@us.ibm.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/watsonx-ai_1.1.1_1729179382659_0.06410276772221635"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2024-10-17T15:36:22.899Z","publish_time":1729179382899,"_source_registry_name":"default","contributors":[]},"1.1.2":{"name":"@ibm-cloud/watsonx-ai","version":"1.1.2","description":"IBM watsonx.ai Node.js SDK","repository":{"type":"git","url":"git+https://github.com/IBM/watsonx-ai-node-sdk.git"},"keywords":["ibm","watsonx","watsonx-ai"],"author":{"name":"IBM Corp."},"scripts":{"clean":"rm -rf node_modules","eslint:fix":"eslint . --fix","eslint:check":"eslint . --cache","lint":"npm run eslint:check","lint-fix":"npm run eslint:fix","build":"tsc && cp package.json dist/","prepublishOnly":"npm run build","postversion":"publisher --no-checks --dry-run","jest":"jest","test":"npm run build && npm run lint && jest test/","test-unit":"npm run build && jest test/unit/","test-integration":"npm run build && jest test/integration/","test-examples":"npm run build && jest examples/","test-travis":"jest --runInBand --testNamePattern='^((?!@slow).)*$' test/","test-unit-travis":"jest --runInBand --verbose test/unit/","test-integration-travis":"jest --runInBand --verbose --no-colors --testNamePattern='^((?!@slow).)*$' --json test/integration > test-output.log","check-packages":"installed-check -e -d -v","all":"npm run test-unit && npm run lint","typedoc":"typedoc","typedoc-merge":"typedoc --entryPointStrategy merge"},"license":"Apache-2.0","publishConfig":{"access":"public"},"engines":{"node":">=18.0.0"},"dependencies":{"@types/node":"^18.0.0","extend":"3.0.2","ibm-cloud-sdk-core":"^5.0.2"},"devDependencies":{"@ibm-cloud/sdk-test-utilities":"^1.0.0","@masterodin/publisher":"^0.10.0","@semantic-release/changelog":"6.0.3","@semantic-release/git":"10.0.1","@typescript-eslint/eslint-plugin":"^4.33.0","@typescript-eslint/parser":"^4.24.0","dotenv":"^8.2.0","eslint":"^7.26.0","eslint-config-airbnb-base":"^14.2.1","eslint-config-airbnb-typescript":"^12.3.1","eslint-config-prettier":"^8.3.0","eslint-plugin-import":"^2.23.2","eslint-plugin-jest":"^24.3.6","eslint-plugin-jsdoc":"^34.6.3","eslint-plugin-node":"^9.0.0","eslint-plugin-prettier":"^3.0.1","installed-check":"^2.2.0","jest":"^29.3.1","nock":"^13.2.4","prettier":"^2.3.0","semantic-release":"^24.0.0","typedoc":"^0.25.13","typescript":"^4.9.5"},"jest":{"collectCoverage":true,"coverageDirectory":"./coverage/","coveragePathIgnorePatterns":["<rootDir>/test/","<rootDir>/examples/"],"testEnvironment":"node"},"homepage":"https://github.com/IBM/watsonx-ai-node-sdk#readme","directories":{"example":"examples","lib":"lib","test":"test"},"main":"dist/index.js","_id":"@ibm-cloud/watsonx-ai@1.1.2","gitHead":"8d7b686cf7ab0e48ad971884a24c71996123d676","types":"./dist/index.d.ts","bugs":{"url":"https://github.com/IBM/watsonx-ai-node-sdk/issues"},"_nodeVersion":"20.18.0","_npmVersion":"10.8.2","dist":{"integrity":"sha512-0+ClK12jk1Jk28Hwc2BDmKkTXPjFkQOfCKzUk82TsoPwAIEVN+rlM1cny52d3oSMXXbeKorVDmnIEbXPseHiQA==","shasum":"2c6a6940318a4ae284b5b0aaa8a6ef9f6990ce80","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@ibm-cloud/watsonx-ai/-/watsonx-ai-1.1.2.tgz","fileCount":19,"unpackedSize":479420,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCICaFXdJ/pOXMYBlTj7zWLoSOvURq3QVf6/S4WK6jo6Z4AiBn0nF9ZLJcx695r89rVdLx5BpKba4WVmt+bCrVf9f3xw=="}],"size":72237},"_npmUser":{"name":"anonymous","email":"WML.SDK.Automation@ibm.com"},"maintainers":[{"name":"anonymous","email":"ce.ui.team@de.ibm.com"},{"name":"anonymous","email":"WML.SDK.Automation@ibm.com"},{"name":"anonymous","email":"schmatic@in.ibm.com"},{"name":"anonymous","email":"jasonpet@us.ibm.com"},{"name":"anonymous","email":"fanfei@cn.ibm.com"},{"name":"anonymous","email":"jwsartor@us.ibm.com"},{"name":"anonymous","email":"dvesperini@gmail.com"},{"name":"anonymous","email":"rushil.v@ibm.com"},{"name":"anonymous","email":"reggeenr@de.ibm.com"},{"name":"anonymous","email":"idsorg@us.ibm.com"},{"name":"anonymous","email":"smulampa@in.ibm.com"},{"name":"anonymous","email":"Notifications-prod@ibm.com"},{"name":"anonymous","email":"baijiebj@cn.ibm.com"},{"name":"anonymous","email":"dustinpopp@ibm.com"},{"name":"anonymous","email":"ricellis@uk.ibm.com"},{"name":"anonymous","email":"cldtsdks@us.ibm.com"},{"name":"anonymous","email":"secrets.automation.production@il.ibm.com"},{"name":"anonymous","email":"nvenkatesh.27@gmail.com"},{"name":"anonymous","email":"dpittner@de.ibm.com"},{"name":"anonymous","email":"externaluse.sqlquery@de.ibm.com"},{"name":"anonymous","email":"alchemy.registry.squad@uk.ibm.com"},{"name":"anonymous","email":"edwin.gonzales@ibm.com"},{"name":"anonymous","email":"devxsdk@us.ibm.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/watsonx-ai_1.1.2_1730279926920_0.7299873016942604"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2024-10-30T09:18:47.134Z","publish_time":1730279927134,"_source_registry_name":"default","contributors":[]},"1.1.3":{"name":"@ibm-cloud/watsonx-ai","version":"1.1.3","description":"IBM watsonx.ai Node.js SDK","repository":{"type":"git","url":"git+https://github.com/IBM/watsonx-ai-node-sdk.git"},"keywords":["ibm","watsonx","watsonx-ai"],"author":{"name":"IBM Corp."},"scripts":{"clean":"rm -rf node_modules","eslint:fix":"eslint . --fix","eslint:check":"eslint . --cache","lint":"npm run eslint:check","lint-fix":"npm run eslint:fix","build":"tsc && cp package.json dist/","prepublishOnly":"npm run build","postversion":"publisher --no-checks --dry-run","jest":"jest","test":"npm run build && npm run lint && jest test/","test-unit":"npm run build && jest test/unit/","test-integration":"npm run build && jest test/integration/","test-examples":"npm run build && jest examples/","test-travis":"jest --runInBand --testNamePattern='^((?!@slow).)*$' test/","test-unit-travis":"jest --runInBand --verbose test/unit/","test-integration-travis":"jest --runInBand --verbose --no-colors --testNamePattern='^((?!@slow).)*$' --json test/integration > test-output.log","check-packages":"installed-check -e -d -v","all":"npm run test-unit && npm run lint","typedoc":"typedoc","typedoc-merge":"typedoc --entryPointStrategy merge"},"license":"Apache-2.0","publishConfig":{"access":"public"},"engines":{"node":">=18.0.0"},"dependencies":{"@types/node":"^18.0.0","extend":"3.0.2","ibm-cloud-sdk-core":"^5.0.2"},"devDependencies":{"@ibm-cloud/sdk-test-utilities":"^1.0.0","@masterodin/publisher":"^0.10.0","@semantic-release/changelog":"6.0.3","@semantic-release/git":"10.0.1","@typescript-eslint/eslint-plugin":"^4.33.0","@typescript-eslint/parser":"^4.24.0","dotenv":"^8.2.0","eslint":"^7.26.0","eslint-config-airbnb-base":"^14.2.1","eslint-config-airbnb-typescript":"^12.3.1","eslint-config-prettier":"^8.3.0","eslint-plugin-import":"^2.23.2","eslint-plugin-jest":"^24.3.6","eslint-plugin-jsdoc":"^34.6.3","eslint-plugin-node":"^9.0.0","eslint-plugin-prettier":"^3.0.1","installed-check":"^2.2.0","jest":"^29.3.1","nock":"^13.2.4","prettier":"^2.3.0","semantic-release":"^24.0.0","typedoc":"^0.25.13","typescript":"^4.9.5"},"jest":{"collectCoverage":true,"coverageDirectory":"./coverage/","coveragePathIgnorePatterns":["<rootDir>/test/","<rootDir>/examples/"],"testEnvironment":"node"},"homepage":"https://github.com/IBM/watsonx-ai-node-sdk#readme","directories":{"example":"examples","lib":"lib","test":"test"},"main":"dist/index.js","_id":"@ibm-cloud/watsonx-ai@1.1.3","gitHead":"0d3512cdff52ce7d8f48d56253ce5ff9a123498d","types":"./dist/index.d.ts","bugs":{"url":"https://github.com/IBM/watsonx-ai-node-sdk/issues"},"_nodeVersion":"20.18.0","_npmVersion":"10.8.2","dist":{"integrity":"sha512-1RF/pqjpzLdwDaoCw5lkulbiwPM5Gb50ZRtWzHNg3cmHHZxOqhmTKlhxvx+pNX/VQ96zvPKZTVI/Ovp/2VObuw==","shasum":"6b2dfcccb5d3f0bff75912b1691513446711e6d1","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@ibm-cloud/watsonx-ai/-/watsonx-ai-1.1.3.tgz","fileCount":19,"unpackedSize":479776,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQD1DjcC8AdKKYXCCn/fJl2qdgv7GQdoEhX6u4bVYQWg1QIgA0iq5bbqJSnsYm5m/ju9M/Psf5oBBNqbKRVk0lNVugk="}],"size":72286},"_npmUser":{"name":"anonymous","email":"WML.SDK.Automation@ibm.com"},"maintainers":[{"name":"anonymous","email":"ce.ui.team@de.ibm.com"},{"name":"anonymous","email":"WML.SDK.Automation@ibm.com"},{"name":"anonymous","email":"schmatic@in.ibm.com"},{"name":"anonymous","email":"jasonpet@us.ibm.com"},{"name":"anonymous","email":"fanfei@cn.ibm.com"},{"name":"anonymous","email":"jwsartor@us.ibm.com"},{"name":"anonymous","email":"dvesperini@gmail.com"},{"name":"anonymous","email":"rushil.v@ibm.com"},{"name":"anonymous","email":"reggeenr@de.ibm.com"},{"name":"anonymous","email":"idsorg@us.ibm.com"},{"name":"anonymous","email":"smulampa@in.ibm.com"},{"name":"anonymous","email":"Notifications-prod@ibm.com"},{"name":"anonymous","email":"baijiebj@cn.ibm.com"},{"name":"anonymous","email":"dustinpopp@ibm.com"},{"name":"anonymous","email":"ricellis@uk.ibm.com"},{"name":"anonymous","email":"cldtsdks@us.ibm.com"},{"name":"anonymous","email":"secrets.automation.production@il.ibm.com"},{"name":"anonymous","email":"nvenkatesh.27@gmail.com"},{"name":"anonymous","email":"dpittner@de.ibm.com"},{"name":"anonymous","email":"externaluse.sqlquery@de.ibm.com"},{"name":"anonymous","email":"alchemy.registry.squad@uk.ibm.com"},{"name":"anonymous","email":"edwin.gonzales@ibm.com"},{"name":"anonymous","email":"devxsdk@us.ibm.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/watsonx-ai_1.1.3_1731674927364_0.726197957177876"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2024-11-15T12:48:47.688Z","publish_time":1731674927688,"_source_registry_name":"default","contributors":[]},"1.2.0":{"name":"@ibm-cloud/watsonx-ai","version":"1.2.0","description":"IBM watsonx.ai Node.js SDK","repository":{"type":"git","url":"git+https://github.com/IBM/watsonx-ai-node-sdk.git"},"keywords":["ibm","watsonx","watsonx-ai"],"author":{"name":"IBM Corp."},"scripts":{"clean":"rm -rf node_modules","eslint:fix":"eslint . --fix","eslint:check":"eslint . --cache","lint":"npm run eslint:check","lint-fix":"npm run eslint:fix","build":"tsc && cp package.json dist/","prepublishOnly":"npm run build","postversion":"publisher --no-checks --dry-run","jest":"jest","test":"npm run build && npm run lint && jest test/","test-unit":"npm run build && jest test/unit/","test-integration":"npm run build && jest test/integration/","test-examples":"npm run build && jest examples/","test-travis":"jest --runInBand --testNamePattern='^((?!@slow).)*$' test/","test-unit-travis":"jest --runInBand --verbose test/unit/","test-integration-travis":"jest --runInBand --verbose --no-colors --testNamePattern='^((?!@slow).)*$' --json test/integration > test-output.log","check-packages":"installed-check -e -d -v","all":"npm run test-unit && npm run lint","typedoc":"typedoc","typedoc-merge":"typedoc --entryPointStrategy merge"},"license":"Apache-2.0","publishConfig":{"access":"public"},"engines":{"node":">=18.0.0"},"dependencies":{"@types/node":"^18.0.0","extend":"3.0.2","ibm-cloud-sdk-core":"^5.0.2"},"devDependencies":{"@ibm-cloud/sdk-test-utilities":"^1.0.0","@masterodin/publisher":"^0.10.0","@typescript-eslint/eslint-plugin":"^4.33.0","@typescript-eslint/parser":"^4.24.0","dotenv":"^8.2.0","eslint":"^7.26.0","eslint-config-airbnb-base":"^14.2.1","eslint-config-airbnb-typescript":"^12.3.1","eslint-config-prettier":"^8.3.0","eslint-plugin-import":"^2.23.2","eslint-plugin-jest":"^24.3.6","eslint-plugin-jsdoc":"^34.6.3","eslint-plugin-node":"^9.0.0","eslint-plugin-prettier":"^3.0.1","installed-check":"^2.2.0","jest":"^29.3.1","nock":"^13.2.4","prettier":"^2.3.0","typedoc":"^0.25.13","typescript":"^4.9.5"},"jest":{"collectCoverage":true,"coverageDirectory":"./coverage/","coveragePathIgnorePatterns":["<rootDir>/test/","<rootDir>/examples/"],"testEnvironment":"node"},"homepage":"https://github.com/IBM/watsonx-ai-node-sdk#readme","directories":{"example":"examples","lib":"lib","test":"test"},"main":"dist/index.js","_id":"@ibm-cloud/watsonx-ai@1.2.0","gitHead":"f6caab6ec038d231aeece6fbb1b55abe95c02de4","types":"./dist/index.d.ts","bugs":{"url":"https://github.com/IBM/watsonx-ai-node-sdk/issues"},"_nodeVersion":"20.18.1","_npmVersion":"10.8.2","dist":{"integrity":"sha512-9eAyLr0sMXmrG6nSjQVqomkl8xd7m1Iy37XPgM2AjB+yjRD5IPjKgwbOXx9xWCa47V0Jt3zrPZWiPUDdaNlU4Q==","shasum":"6ef301194b6f5f13a92a26234c003215134e0196","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@ibm-cloud/watsonx-ai/-/watsonx-ai-1.2.0.tgz","fileCount":19,"unpackedSize":494068,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQC8aJuhsRXeztaVzsqf7Y1TqZ0lTg3XUm3mrZ1t9p9N8wIgIkk3OrPZHfseqtnsYjxDvSL0ZFmbD1M1MVupRNdEkOk="}],"size":75223},"_npmUser":{"name":"anonymous","email":"WML.SDK.Automation@ibm.com"},"maintainers":[{"name":"anonymous","email":"baijiebj@cn.ibm.com"},{"name":"anonymous","email":"dustinpopp@ibm.com"},{"name":"anonymous","email":"ricellis@uk.ibm.com"},{"name":"anonymous","email":"cldtsdks@us.ibm.com"},{"name":"anonymous","email":"secrets.automation.production@il.ibm.com"},{"name":"anonymous","email":"nvenkatesh.27@gmail.com"},{"name":"anonymous","email":"dpittner@de.ibm.com"},{"name":"anonymous","email":"externaluse.sqlquery@de.ibm.com"},{"name":"anonymous","email":"alchemy.registry.squad@uk.ibm.com"},{"name":"anonymous","email":"edwin.gonzales@ibm.com"},{"name":"anonymous","email":"devxsdk@us.ibm.com"},{"name":"anonymous","email":"Notifications-prod@ibm.com"},{"name":"anonymous","email":"smulampa@in.ibm.com"},{"name":"anonymous","email":"reggeenr@de.ibm.com"},{"name":"anonymous","email":"idsorg@us.ibm.com"},{"name":"anonymous","email":"rushil.v@ibm.com"},{"name":"anonymous","email":"jasonpet@us.ibm.com"},{"name":"anonymous","email":"dvesperini@gmail.com"},{"name":"anonymous","email":"jwsartor@us.ibm.com"},{"name":"anonymous","email":"WML.SDK.Automation@ibm.com"},{"name":"anonymous","email":"schmatic@in.ibm.com"},{"name":"anonymous","email":"fanfei@cn.ibm.com"},{"name":"anonymous","email":"ce.ui.team@de.ibm.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/watsonx-ai_1.2.0_1732713178237_0.30300174196794516"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2024-11-27T13:12:58.468Z","publish_time":1732713178468,"_source_registry_name":"default","contributors":[]},"1.3.0":{"name":"@ibm-cloud/watsonx-ai","version":"1.3.0","description":"IBM watsonx.ai Node.js SDK","repository":{"type":"git","url":"git+https://github.com/IBM/watsonx-ai-node-sdk.git"},"keywords":["ibm","watsonx","watsonx-ai"],"author":{"name":"IBM Corp."},"scripts":{"clean":"rm -rf node_modules","eslint:fix":"eslint . --fix","eslint:check":"eslint . --cache","lint":"npm run eslint:check","lint-fix":"npm run eslint:fix","build":"tsc && cp package.json dist/","prepublishOnly":"npm run build","postversion":"publisher --no-checks --dry-run","jest":"jest","test":"npm run build && npm run lint && jest test/","test-unit":"npm run build && jest test/unit/","test-integration":"npm run build && jest test/integration/","test-examples":"npm run build && jest examples/","test-travis":"jest --runInBand --testNamePattern='^((?!@slow).)*$' test/","test-unit-travis":"jest --runInBand --verbose test/unit/","test-integration-travis":"jest --runInBand --verbose --no-colors --testNamePattern='^((?!@slow).)*$' --json test/integration > test-output.log","check-packages":"installed-check -e -d -v","all":"npm run test-unit && npm run lint","typedoc":"typedoc","typedoc-merge":"typedoc --entryPointStrategy merge"},"license":"Apache-2.0","publishConfig":{"access":"public"},"engines":{"node":">=18.0.0"},"dependencies":{"@types/node":"^18.0.0","extend":"3.0.2","ibm-cloud-sdk-core":"^5.0.2"},"devDependencies":{"@ibm-cloud/sdk-test-utilities":"^1.0.0","@masterodin/publisher":"^0.10.0","@typescript-eslint/eslint-plugin":"^4.33.0","@typescript-eslint/parser":"^4.24.0","dotenv":"^8.2.0","eslint":"^7.26.0","eslint-config-airbnb-base":"^14.2.1","eslint-config-airbnb-typescript":"^12.3.1","eslint-config-prettier":"^8.3.0","eslint-plugin-import":"^2.23.2","eslint-plugin-jest":"^24.3.6","eslint-plugin-jsdoc":"^34.6.3","eslint-plugin-node":"^9.0.0","eslint-plugin-prettier":"^3.0.1","installed-check":"^2.2.0","jest":"^29.3.1","nock":"^13.2.4","prettier":"^2.3.0","typedoc":"^0.25.13","typescript":"^4.9.5"},"jest":{"collectCoverage":true,"coverageDirectory":"./coverage/","coveragePathIgnorePatterns":["<rootDir>/test/","<rootDir>/examples/"],"testEnvironment":"node"},"homepage":"https://github.com/IBM/watsonx-ai-node-sdk#readme","directories":{"example":"examples","lib":"lib","test":"test"},"main":"dist/index.js","_id":"@ibm-cloud/watsonx-ai@1.3.0","gitHead":"d8a68c2644526632f03a1dde0aee7d4946ece5b7","types":"./dist/index.d.ts","bugs":{"url":"https://github.com/IBM/watsonx-ai-node-sdk/issues"},"_nodeVersion":"20.18.1","_npmVersion":"10.8.2","dist":{"integrity":"sha512-V4PorMPhxwYiayWxycryun4Bjxn3PJrQqJGca+maQd61Q7s+/PUJAHWjwzVSVHxiher17zFHf4NwqB8J6bWj4w==","shasum":"db6fadcbb03946c3598570823de87b6429c8e5aa","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@ibm-cloud/watsonx-ai/-/watsonx-ai-1.3.0.tgz","fileCount":19,"unpackedSize":509008,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQDlEzCJPlaB/7jpw0xwvtuecgVbqG/FHIxx5HtCwrAEYQIhAIjPQ05cGZEnYJBkZdr04Hr9uKTH62O+qqieP6CMvSMM"}],"size":76953},"_npmUser":{"name":"anonymous","email":"WML.SDK.Automation@ibm.com"},"maintainers":[{"name":"anonymous","email":"baijiebj@cn.ibm.com"},{"name":"anonymous","email":"dustinpopp@ibm.com"},{"name":"anonymous","email":"ricellis@uk.ibm.com"},{"name":"anonymous","email":"cldtsdks@us.ibm.com"},{"name":"anonymous","email":"secrets.automation.production@il.ibm.com"},{"name":"anonymous","email":"nvenkatesh.27@gmail.com"},{"name":"anonymous","email":"dpittner@de.ibm.com"},{"name":"anonymous","email":"externaluse.sqlquery@de.ibm.com"},{"name":"anonymous","email":"alchemy.registry.squad@uk.ibm.com"},{"name":"anonymous","email":"edwin.gonzales@ibm.com"},{"name":"anonymous","email":"devxsdk@us.ibm.com"},{"name":"anonymous","email":"Notifications-prod@ibm.com"},{"name":"anonymous","email":"smulampa@in.ibm.com"},{"name":"anonymous","email":"reggeenr@de.ibm.com"},{"name":"anonymous","email":"idsorg@us.ibm.com"},{"name":"anonymous","email":"rushil.v@ibm.com"},{"name":"anonymous","email":"jasonpet@us.ibm.com"},{"name":"anonymous","email":"dvesperini@gmail.com"},{"name":"anonymous","email":"jwsartor@us.ibm.com"},{"name":"anonymous","email":"WML.SDK.Automation@ibm.com"},{"name":"anonymous","email":"schmatic@in.ibm.com"},{"name":"anonymous","email":"fanfei@cn.ibm.com"},{"name":"anonymous","email":"ce.ui.team@de.ibm.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/watsonx-ai_1.3.0_1733221391522_0.010166547297447703"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2024-12-03T10:23:11.713Z","publish_time":1733221391713,"_source_registry_name":"default","contributors":[]},"1.3.1":{"name":"@ibm-cloud/watsonx-ai","version":"1.3.1","description":"IBM watsonx.ai Node.js SDK","repository":{"type":"git","url":"git+https://github.com/IBM/watsonx-ai-node-sdk.git"},"keywords":["ibm","watsonx","watsonx-ai"],"author":{"name":"IBM Corp."},"scripts":{"clean":"rm -rf node_modules","eslint:fix":"eslint . --fix","eslint:check":"eslint . --cache","lint":"npm run eslint:check","lint-fix":"npm run eslint:fix","build":"tsc && cp package.json dist/","prepublishOnly":"npm run build","postversion":"publisher --no-checks --dry-run","local-publish":"npm install -g yalc && yalc publish","jest":"jest","test":"npm run build && npm run lint && jest test/","test-unit":"npm run build && jest test/unit/","test-integration":"npm run build && jest test/integration/","test-examples":"npm run local-publish && cd ./examples && npm run test-all","test-examples-sdk":"npm run local-publish && cd ./examples && npm run test-sdk","test-examples-langchain":"npm run local-publish && cd ./examples && npm run test-langchain","test-travis":"jest --runInBand --testNamePattern='^((?!@slow).)*$' test/","test-unit-travis":"jest --runInBand --verbose test/unit/","test-integration-travis":"jest --runInBand --verbose --no-colors --testNamePattern='^((?!@slow).)*$' --json test/integration > test-output.log","test-regression":"npm run local-publish && cd ./test/langchain && npm run test-regression","check-packages":"installed-check -e -d -v","all":"npm run test-unit && npm run lint","typedoc":"typedoc","typedoc-merge":"typedoc --entryPointStrategy merge"},"license":"Apache-2.0","publishConfig":{"access":"public"},"engines":{"node":">=18.0.0"},"dependencies":{"@types/node":"^18.0.0","extend":"3.0.2","ibm-cloud-sdk-core":"^5.0.2"},"devDependencies":{"@ibm-cloud/sdk-test-utilities":"^1.0.0","@masterodin/publisher":"^0.10.0","@typescript-eslint/eslint-plugin":"^4.33.0","@typescript-eslint/parser":"^4.24.0","dotenv":"^8.2.0","eslint":"^7.26.0","eslint-config-airbnb-base":"^14.2.1","eslint-config-airbnb-typescript":"^12.3.1","eslint-config-prettier":"^8.3.0","eslint-plugin-import":"^2.23.2","eslint-plugin-jest":"^24.3.6","eslint-plugin-jsdoc":"^34.6.3","eslint-plugin-node":"^9.0.0","eslint-plugin-prettier":"^3.0.1","installed-check":"^2.2.0","jest":"^29.3.1","nock":"^13.2.4","prettier":"^2.3.0","typedoc":"^0.25.13","typescript":"^4.9.5"},"jest":{"collectCoverage":true,"coverageDirectory":"./coverage/","coveragePathIgnorePatterns":["<rootDir>/test/"],"testPathIgnorePatterns":["<rootDir>/test/langchain/","<rootDir>/examples"],"testEnvironment":"node"},"homepage":"https://github.com/IBM/watsonx-ai-node-sdk#readme","directories":{"example":"examples","lib":"lib","test":"test"},"main":"dist/index.js","_id":"@ibm-cloud/watsonx-ai@1.3.1","gitHead":"b4f8df4aa8357304566c41ce4d5e7b715a275656","types":"./dist/index.d.ts","bugs":{"url":"https://github.com/IBM/watsonx-ai-node-sdk/issues"},"_nodeVersion":"20.18.1","_npmVersion":"10.8.2","dist":{"integrity":"sha512-oW2r+Oxd7MVE/Q87/sPBCQufQfUtsorGNNgCyA4iW6T3vcxfDyIBInkr3JxnVM7MXp4k2CEXDQmZrRl94mk2rQ==","shasum":"d24ab57d7cd573b736504caf0806a18baeba4029","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@ibm-cloud/watsonx-ai/-/watsonx-ai-1.3.1.tgz","fileCount":19,"unpackedSize":509894,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQD5HRySqRRWM+GDW8UiMBiCGPPc01ZmppEpnOYz60fAaAIhAJbewVEWq76B89Y1NVQKLU+1Y6VVp8MfqhTX1yAgwenb"}],"size":77040},"_npmUser":{"name":"anonymous","email":"WML.SDK.Automation@ibm.com"},"maintainers":[{"name":"anonymous","email":"baijiebj@cn.ibm.com"},{"name":"anonymous","email":"dustinpopp@ibm.com"},{"name":"anonymous","email":"ricellis@uk.ibm.com"},{"name":"anonymous","email":"cldtsdks@us.ibm.com"},{"name":"anonymous","email":"secrets.automation.production@il.ibm.com"},{"name":"anonymous","email":"nvenkatesh.27@gmail.com"},{"name":"anonymous","email":"dpittner@de.ibm.com"},{"name":"anonymous","email":"externaluse.sqlquery@de.ibm.com"},{"name":"anonymous","email":"alchemy.registry.squad@uk.ibm.com"},{"name":"anonymous","email":"edwin.gonzales@ibm.com"},{"name":"anonymous","email":"devxsdk@us.ibm.com"},{"name":"anonymous","email":"Notifications-prod@ibm.com"},{"name":"anonymous","email":"smulampa@in.ibm.com"},{"name":"anonymous","email":"reggeenr@de.ibm.com"},{"name":"anonymous","email":"idsorg@us.ibm.com"},{"name":"anonymous","email":"rushil.v@ibm.com"},{"name":"anonymous","email":"jasonpet@us.ibm.com"},{"name":"anonymous","email":"dvesperini@gmail.com"},{"name":"anonymous","email":"jwsartor@us.ibm.com"},{"name":"anonymous","email":"WML.SDK.Automation@ibm.com"},{"name":"anonymous","email":"schmatic@in.ibm.com"},{"name":"anonymous","email":"fanfei@cn.ibm.com"},{"name":"anonymous","email":"ce.ui.team@de.ibm.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/watsonx-ai_1.3.1_1736242390098_0.3841860043192318"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2025-01-07T09:33:10.285Z","publish_time":1736242390285,"_source_registry_name":"default","contributors":[]},"1.3.2":{"name":"@ibm-cloud/watsonx-ai","version":"1.3.2","description":"IBM watsonx.ai Node.js SDK","repository":{"type":"git","url":"git+https://github.com/IBM/watsonx-ai-node-sdk.git"},"keywords":["ibm","watsonx","watsonx-ai"],"author":{"name":"IBM Corp."},"scripts":{"clean":"rm -rf node_modules","eslint:fix":"eslint . --fix","eslint:check":"eslint . --cache","lint":"npm run eslint:check","lint-fix":"npm run eslint:fix","build":"tsc && cp package.json dist/","prepublishOnly":"npm run build","postversion":"publisher --no-checks --dry-run","local-publish":"npm install -g yalc && yalc publish","jest":"jest","test":"npm run build && npm run lint && jest test/","test-unit":"npm run build && jest test/unit/","test-integration":"npm run build && jest test/integration/","test-examples":"npm run local-publish && cd ./examples && npm run test-all","test-examples-sdk":"npm run local-publish && cd ./examples && npm run test-sdk","test-examples-langchain":"npm run local-publish && cd ./examples && npm run test-langchain","test-travis":"jest --runInBand --testNamePattern='^((?!@slow).)*$' test/","test-unit-travis":"jest --runInBand --verbose test/unit/","test-integration-travis":"jest --runInBand --verbose --no-colors --testNamePattern='^((?!@slow).)*$' --json test/integration > test-output.log","test-regression":"npm run local-publish && cd ./test/langchain && npm run test-regression","check-packages":"installed-check -e -d -v","all":"npm run test-unit && npm run lint","typedoc":"typedoc","typedoc-merge":"typedoc --entryPointStrategy merge"},"license":"Apache-2.0","publishConfig":{"access":"public"},"engines":{"node":">=18.0.0"},"dependencies":{"@langchain/textsplitters":"^0.1.0","@types/node":"^18.0.0","extend":"3.0.2","ibm-cloud-sdk-core":"^5.0.2"},"devDependencies":{"@ibm-cloud/sdk-test-utilities":"^1.0.0","@masterodin/publisher":"^0.10.0","@typescript-eslint/eslint-plugin":"^4.33.0","@typescript-eslint/parser":"^4.24.0","dotenv":"^8.2.0","eslint":"^7.26.0","eslint-config-airbnb-base":"^14.2.1","eslint-config-airbnb-typescript":"^12.3.1","eslint-config-prettier":"^8.3.0","eslint-plugin-import":"^2.23.2","eslint-plugin-jest":"^24.3.6","eslint-plugin-jsdoc":"^34.6.3","eslint-plugin-node":"^9.0.0","eslint-plugin-prettier":"^3.0.1","installed-check":"^2.2.0","jest":"^29.3.1","nock":"^13.2.4","prettier":"^2.3.0","typedoc":"^0.25.13","typescript":"^4.9.5"},"jest":{"collectCoverage":true,"coverageDirectory":"./coverage/","coveragePathIgnorePatterns":["<rootDir>/test/"],"testPathIgnorePatterns":["<rootDir>/test/langchain/","<rootDir>/examples"],"testEnvironment":"node"},"homepage":"https://github.com/IBM/watsonx-ai-node-sdk#readme","directories":{"example":"examples","lib":"lib","test":"test"},"main":"dist/index.js","_id":"@ibm-cloud/watsonx-ai@1.3.2","gitHead":"c00863554ac626c0880491871fabd6b7d82f6018","types":"./dist/index.d.ts","bugs":{"url":"https://github.com/IBM/watsonx-ai-node-sdk/issues"},"_nodeVersion":"20.18.1","_npmVersion":"10.8.2","dist":{"integrity":"sha512-I8FX086BG1dOOE+kRpsa28mDTTgc4qodjZsxWomKm6xfmgZFibC8WiJMjLx58QTLr6KZKw1Zk4ya7JVtturYag==","shasum":"69dca3d056187f5d85ccb84359716b65e23af907","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@ibm-cloud/watsonx-ai/-/watsonx-ai-1.3.2.tgz","fileCount":19,"unpackedSize":509986,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQDgboTzkRD/j4sl9nbqXGFJ9ZZaqxw8Cb0noI613z54pQIhAL1V984714hc5axxejjrGwoGAP/gYUsARS7UB4IpuFaO"}],"size":77057},"_npmUser":{"name":"anonymous","email":"WML.SDK.Automation@ibm.com"},"maintainers":[{"name":"anonymous","email":"baijiebj@cn.ibm.com"},{"name":"anonymous","email":"dustinpopp@ibm.com"},{"name":"anonymous","email":"ricellis@uk.ibm.com"},{"name":"anonymous","email":"cldtsdks@us.ibm.com"},{"name":"anonymous","email":"secrets.automation.production@il.ibm.com"},{"name":"anonymous","email":"nvenkatesh.27@gmail.com"},{"name":"anonymous","email":"dpittner@de.ibm.com"},{"name":"anonymous","email":"externaluse.sqlquery@de.ibm.com"},{"name":"anonymous","email":"alchemy.registry.squad@uk.ibm.com"},{"name":"anonymous","email":"edwin.gonzales@ibm.com"},{"name":"anonymous","email":"devxsdk@us.ibm.com"},{"name":"anonymous","email":"Notifications-prod@ibm.com"},{"name":"anonymous","email":"smulampa@in.ibm.com"},{"name":"anonymous","email":"reggeenr@de.ibm.com"},{"name":"anonymous","email":"idsorg@us.ibm.com"},{"name":"anonymous","email":"rushil.v@ibm.com"},{"name":"anonymous","email":"jasonpet@us.ibm.com"},{"name":"anonymous","email":"dvesperini@gmail.com"},{"name":"anonymous","email":"jwsartor@us.ibm.com"},{"name":"anonymous","email":"WML.SDK.Automation@ibm.com"},{"name":"anonymous","email":"schmatic@in.ibm.com"},{"name":"anonymous","email":"fanfei@cn.ibm.com"},{"name":"anonymous","email":"ce.ui.team@de.ibm.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/watsonx-ai_1.3.2_1737382115063_0.2048401376057507"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2025-01-20T14:08:35.249Z","publish_time":1737382115249,"_source_registry_name":"default","contributors":[]},"1.4.0":{"name":"@ibm-cloud/watsonx-ai","version":"1.4.0","keywords":["ibm","watsonx","watsonx-ai"],"author":{"name":"IBM Corp."},"license":"Apache-2.0","_id":"@ibm-cloud/watsonx-ai@1.4.0","maintainers":[{"name":"anonymous","email":"baijiebj@cn.ibm.com"},{"name":"anonymous","email":"dustinpopp@ibm.com"},{"name":"anonymous","email":"ricellis@uk.ibm.com"},{"name":"anonymous","email":"cldtsdks@us.ibm.com"},{"name":"anonymous","email":"secrets.automation.production@il.ibm.com"},{"name":"anonymous","email":"nvenkatesh.27@gmail.com"},{"name":"anonymous","email":"dpittner@de.ibm.com"},{"name":"anonymous","email":"externaluse.sqlquery@de.ibm.com"},{"name":"anonymous","email":"alchemy.registry.squad@uk.ibm.com"},{"name":"anonymous","email":"edwin.gonzales@ibm.com"},{"name":"anonymous","email":"devxsdk@us.ibm.com"},{"name":"anonymous","email":"Notifications-prod@ibm.com"},{"name":"anonymous","email":"smulampa@in.ibm.com"},{"name":"anonymous","email":"reggeenr@de.ibm.com"},{"name":"anonymous","email":"idsorg@us.ibm.com"},{"name":"anonymous","email":"rushil.v@ibm.com"},{"name":"anonymous","email":"jasonpet@us.ibm.com"},{"name":"anonymous","email":"dvesperini@gmail.com"},{"name":"anonymous","email":"jwsartor@us.ibm.com"},{"name":"anonymous","email":"WML.SDK.Automation@ibm.com"},{"name":"anonymous","email":"schmatic@in.ibm.com"},{"name":"anonymous","email":"fanfei@cn.ibm.com"},{"name":"anonymous","email":"ce.ui.team@de.ibm.com"}],"homepage":"https://github.com/IBM/watsonx-ai-node-sdk#readme","bugs":{"url":"https://github.com/IBM/watsonx-ai-node-sdk/issues"},"dist":{"shasum":"d69f0e8fd9a12568fcf7f9344d8c5654dc3626c3","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@ibm-cloud/watsonx-ai/-/watsonx-ai-1.4.0.tgz","fileCount":19,"integrity":"sha512-H99li33q7G1gsQQTjT41GRBjBxxT9VsA3SMI3JWGYB+dHlbX1uy9pq43YuqMbzSuJPNt+CUo/IQmoPmPJViktw==","signatures":[{"sig":"MEUCIQC1sI5h/oIwRSUTZIuHeO5E3PUFOGtfYq82m7SLEf3irQIgdQHqGpnkuEtLsuWWcPJudMFFgE8OMOOw76nEKoh1/L8=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":645626,"size":87193},"jest":{"collectCoverage":true,"testEnvironment":"node","coverageDirectory":"./coverage/","testPathIgnorePatterns":["<rootDir>/test/langchain/","<rootDir>/examples","ilab"],"coveragePathIgnorePatterns":["<rootDir>/test/"]},"main":"dist/index.js","types":"./dist/index.d.ts","engines":{"node":">=18.0.0"},"gitHead":"95d417ababf1f7c26ea487a1fc6d2b107e552db3","scripts":{"all":"npm run test-unit && npm run lint","jest":"jest","lint":"npm run eslint:check","test":"npm run build && npm run lint && jest test/","build":"tsc && cp package.json dist/","clean":"rm -rf node_modules","typedoc":"typedoc","lint-fix":"npm run eslint:fix","test-ilab":"npm run build && jest test/integration/watsonx-ai-ml-ilab.vml_v1.test.js --testPathIgnorePatterns=''","test-unit":"npm run build && jest test/unit/","eslint:fix":"eslint . --fix","postversion":"publisher --no-checks --dry-run","test-travis":"jest --runInBand --testNamePattern='^((?!@slow).)*$' test/","eslint:check":"eslint . --cache","local-publish":"npm install -g yalc && yalc publish","test-examples":"npm run local-publish && cd ./examples && npm run test-all","typedoc-merge":"typedoc --entryPointStrategy merge","check-packages":"installed-check -e -d -v","prepublishOnly":"npm run build","test-regression":"npm run local-publish && cd ./test/langchain && npm run test-regression","test-integration":"npm run build && jest test/integration/","test-unit-travis":"jest --runInBand --verbose test/unit/","test-examples-sdk":"npm run local-publish && cd ./examples && npm run test-sdk","test-examples-langchain":"npm run local-publish && cd ./examples && npm run test-langchain","test-integration-travis":"jest --runInBand --verbose --no-colors --testNamePattern='^((?!@slow).)*$' --json test/integration > test-output.log"},"_npmUser":{"name":"anonymous","email":"WML.SDK.Automation@ibm.com"},"repository":{"url":"git+https://github.com/IBM/watsonx-ai-node-sdk.git","type":"git"},"_npmVersion":"10.8.2","description":"IBM watsonx.ai Node.js SDK","directories":{"lib":"lib","test":"test","example":"examples"},"_nodeVersion":"20.18.2","dependencies":{"extend":"3.0.2","@types/node":"^18.0.0","ibm-cloud-sdk-core":"^5.0.2","@langchain/textsplitters":"^0.1.0"},"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"devDependencies":{"jest":"^29.3.1","nock":"^13.2.4","dotenv":"^8.2.0","eslint":"^7.26.0","typedoc":"^0.25.13","prettier":"^2.3.0","typescript":"^4.9.5","installed-check":"^2.2.0","eslint-plugin-jest":"^24.3.6","eslint-plugin-node":"^9.0.0","eslint-plugin-jsdoc":"^34.6.3","eslint-plugin-import":"^2.23.2","@masterodin/publisher":"^0.10.0","eslint-config-prettier":"^8.3.0","eslint-plugin-prettier":"^3.0.1","@typescript-eslint/parser":"^4.24.0","eslint-config-airbnb-base":"^14.2.1","@ibm-cloud/sdk-test-utilities":"^1.0.0","eslint-config-airbnb-typescript":"^12.3.1","@typescript-eslint/eslint-plugin":"^4.33.0"},"_npmOperationalInternal":{"tmp":"tmp/watsonx-ai_1.4.0_1738148541144_0.41400222826155897","host":"s3://npm-registry-packages-npm-production"},"_cnpmcore_publish_time":"2025-01-29T11:02:21.310Z","publish_time":1738148541310,"_source_registry_name":"default","contributors":[]},"1.5.0":{"name":"@ibm-cloud/watsonx-ai","version":"1.5.0","description":"IBM watsonx.ai Node.js SDK","repository":{"type":"git","url":"git+https://github.com/IBM/watsonx-ai-node-sdk.git"},"keywords":["ibm","watsonx","watsonx-ai"],"author":{"name":"IBM Corp."},"scripts":{"clean":"rm -rf node_modules","eslint:fix":"eslint . --fix","eslint:check":"eslint . --cache","lint":"npm run eslint:check","lint-fix":"npm run eslint:fix","build":"tsc && cp package.json dist/","prepublishOnly":"npm run build","postversion":"publisher --no-checks --dry-run","local-publish":"npm install -g yalc && yalc publish","jest":"jest","test":"npm run build && npm run lint && jest test/","test-unit":"npm run build && jest test/unit/","test-integration":"npm run build && jest test/integration/","test-examples":"npm run local-publish && cd ./examples && npm run test-all","test-examples-sdk":"npm run local-publish && cd ./examples && npm run test-sdk","test-examples-langchain":"npm run local-publish && cd ./examples && npm run test-langchain","test-travis":"jest --runInBand --testNamePattern='^((?!@slow).)*$' test/","test-unit-travis":"jest --runInBand --verbose test/unit/","test-integration-travis":"jest --runInBand --verbose --no-colors --testNamePattern='^((?!@slow).)*$' --json test/integration > test-output.log","test-regression":"npm run local-publish && cd ./test/langchain && npm run test-regression","test-ilab":"npm run build && jest test/integration/watsonx-ai-ml-ilab.vml_v1.test.js --testPathIgnorePatterns=''","test-lora":"npm run build && jest test/integration/watsonx-ai-ml-lora_qlora.vml_v1.test.js --testPathIgnorePatterns=''","check-packages":"installed-check -e -d -v","all":"npm run test-unit && npm run lint","typedoc":"typedoc","typedoc-merge":"typedoc --entryPointStrategy merge"},"license":"Apache-2.0","publishConfig":{"access":"public"},"engines":{"node":">=18.0.0"},"dependencies":{"@langchain/textsplitters":"^0.1.0","@types/node":"^18.0.0","extend":"3.0.2","ibm-cloud-sdk-core":"^5.0.2"},"devDependencies":{"@ibm-cloud/sdk-test-utilities":"^1.0.0","@masterodin/publisher":"^0.10.0","@typescript-eslint/eslint-plugin":"^4.33.0","@typescript-eslint/parser":"^4.24.0","dotenv":"^8.2.0","eslint":"^7.26.0","eslint-config-airbnb-base":"^14.2.1","eslint-config-airbnb-typescript":"^12.3.1","eslint-config-prettier":"^8.3.0","eslint-plugin-import":"^2.23.2","eslint-plugin-jest":"^24.3.6","eslint-plugin-jsdoc":"^34.6.3","eslint-plugin-node":"^9.0.0","eslint-plugin-prettier":"^3.0.1","installed-check":"^2.2.0","jest":"^29.3.1","nock":"^13.2.4","prettier":"^2.3.0","typedoc":"^0.25.13","typescript":"^4.9.5"},"jest":{"collectCoverage":true,"coverageDirectory":"./coverage/","coveragePathIgnorePatterns":["<rootDir>/test/"],"testPathIgnorePatterns":["<rootDir>/test/langchain/","<rootDir>/examples","ilab","lora"],"testEnvironment":"node"},"homepage":"https://github.com/IBM/watsonx-ai-node-sdk#readme","directories":{"example":"examples","lib":"lib","test":"test"},"main":"dist/index.js","_id":"@ibm-cloud/watsonx-ai@1.5.0","gitHead":"968372a1db286675d68dff2912bf057b9fca309a","types":"./dist/index.d.ts","bugs":{"url":"https://github.com/IBM/watsonx-ai-node-sdk/issues"},"_nodeVersion":"20.18.2","_npmVersion":"10.8.2","dist":{"integrity":"sha512-jhZrpktR27xTHnCRw4agWsg1HnaIEvdrE1+3t40BzLCjqVgoLEdZh4Rw7/i6U9R/31VjqsD/UZMohNK21vBJmw==","shasum":"448b5b02f30b690228559015810f40876025888a","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@ibm-cloud/watsonx-ai/-/watsonx-ai-1.5.0.tgz","fileCount":19,"unpackedSize":712740,"signatures":[{"keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U","sig":"MEQCIG7MXqEY6hzdTJB5o61Xrr4x0NzxBuPFZMfQrEKbJDk8AiBCHJtVkxnPAskQMcOaZsIy/YjonlNoTvUgOnPIlXurBw=="}],"size":96220},"_npmUser":{"name":"anonymous","email":"WML.SDK.Automation@ibm.com"},"maintainers":[{"name":"anonymous","email":"baijiebj@cn.ibm.com"},{"name":"anonymous","email":"dustinpopp@ibm.com"},{"name":"anonymous","email":"ricellis@uk.ibm.com"},{"name":"anonymous","email":"cldtsdks@us.ibm.com"},{"name":"anonymous","email":"secrets.automation.production@il.ibm.com"},{"name":"anonymous","email":"nvenkatesh.27@gmail.com"},{"name":"anonymous","email":"dpittner@de.ibm.com"},{"name":"anonymous","email":"externaluse.sqlquery@de.ibm.com"},{"name":"anonymous","email":"alchemy.registry.squad@uk.ibm.com"},{"name":"anonymous","email":"edwin.gonzales@ibm.com"},{"name":"anonymous","email":"devxsdk@us.ibm.com"},{"name":"anonymous","email":"Notifications-prod@ibm.com"},{"name":"anonymous","email":"smulampa@in.ibm.com"},{"name":"anonymous","email":"reggeenr@de.ibm.com"},{"name":"anonymous","email":"idsorg@us.ibm.com"},{"name":"anonymous","email":"rushil.v@ibm.com"},{"name":"anonymous","email":"jasonpet@us.ibm.com"},{"name":"anonymous","email":"dvesperini@gmail.com"},{"name":"anonymous","email":"jwsartor@us.ibm.com"},{"name":"anonymous","email":"WML.SDK.Automation@ibm.com"},{"name":"anonymous","email":"schmatic@in.ibm.com"},{"name":"anonymous","email":"fanfei@cn.ibm.com"},{"name":"anonymous","email":"ce.ui.team@de.ibm.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/watsonx-ai_1.5.0_1739283265370_0.2776715265165304"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2025-02-11T14:14:25.531Z","publish_time":1739283265531,"_source_registry_name":"default","contributors":[]},"1.5.1":{"name":"@ibm-cloud/watsonx-ai","version":"1.5.1","description":"IBM watsonx.ai Node.js SDK","repository":{"type":"git","url":"git+https://github.com/IBM/watsonx-ai-node-sdk.git"},"keywords":["ibm","watsonx","watsonx-ai"],"author":{"name":"IBM Corp."},"scripts":{"clean":"rm -rf node_modules","eslint:fix":"eslint . --fix","eslint:check":"eslint . --cache","lint":"npm run eslint:check","lint-fix":"npm run eslint:fix","build":"tsc && cp package.json dist/","prepublishOnly":"npm run build","postversion":"publisher --no-checks --dry-run","local-publish":"npm install -g yalc && yalc publish","jest":"jest","test":"npm run build && npm run lint && jest test/","test-unit":"npm run build && jest test/unit/","test-integration":"npm run build && jest test/integration/","test-examples":"npm run local-publish && cd ./examples && npm run test-all","test-examples-sdk":"npm run local-publish && cd ./examples && npm run test-sdk","test-examples-langchain":"npm run local-publish && cd ./examples && npm run test-langchain","test-travis":"jest --runInBand --testNamePattern='^((?!@slow).)*$' test/","test-unit-travis":"jest --runInBand --verbose test/unit/","test-integration-travis":"jest --runInBand --verbose --no-colors --testNamePattern='^((?!@slow).)*$' --json test/integration > test-output.log","test-regression":"npm run local-publish && cd ./test/langchain && npm run test-regression","test-ilab":"npm run build && jest test/integration/watsonx-ai-ml-ilab.vml_v1.test.js --testPathIgnorePatterns=''","test-lora":"npm run build && jest test/integration/watsonx-ai-ml-lora_qlora.vml_v1.test.js --testPathIgnorePatterns=''","check-packages":"installed-check -e -d -v","all":"npm run test-unit && npm run lint","typedoc":"typedoc","typedoc-merge":"typedoc --entryPointStrategy merge"},"license":"Apache-2.0","publishConfig":{"access":"public"},"engines":{"node":">=18.0.0"},"dependencies":{"@langchain/textsplitters":"^0.1.0","@types/node":"^18.0.0","extend":"3.0.2","ibm-cloud-sdk-core":"^5.0.2"},"devDependencies":{"@ibm-cloud/sdk-test-utilities":"^1.0.0","@masterodin/publisher":"^0.10.0","@typescript-eslint/eslint-plugin":"^4.33.0","@typescript-eslint/parser":"^4.24.0","dotenv":"^8.2.0","eslint":"^7.26.0","eslint-config-airbnb-base":"^14.2.1","eslint-config-airbnb-typescript":"^12.3.1","eslint-config-prettier":"^8.3.0","eslint-plugin-import":"^2.23.2","eslint-plugin-jest":"^24.3.6","eslint-plugin-jsdoc":"^34.6.3","eslint-plugin-node":"^9.0.0","eslint-plugin-prettier":"^3.0.1","installed-check":"^2.2.0","jest":"^29.3.1","nock":"^13.2.4","prettier":"^2.3.0","typedoc":"^0.25.13","typescript":"^4.9.5"},"jest":{"collectCoverage":true,"coverageDirectory":"./coverage/","coveragePathIgnorePatterns":["<rootDir>/test/"],"testPathIgnorePatterns":["<rootDir>/test/langchain/","<rootDir>/examples","ilab","lora"],"testEnvironment":"node"},"homepage":"https://github.com/IBM/watsonx-ai-node-sdk#readme","directories":{"example":"examples","lib":"lib","test":"test"},"main":"dist/index.js","_id":"@ibm-cloud/watsonx-ai@1.5.1","gitHead":"79e32cd844cf30ad1b61f5c6780a58bc706c7f74","types":"./dist/index.d.ts","bugs":{"url":"https://github.com/IBM/watsonx-ai-node-sdk/issues"},"_nodeVersion":"20.18.3","_npmVersion":"10.8.2","dist":{"integrity":"sha512-7srn4TgknDWcql63OXLNsZnqVbsqHzFVLTihDPI/UyufDxQbGdsYbdc/aEua1qW9HYDoAmEerXuYuohsMwthjw==","shasum":"3fe2dbdb86a93abd0f0e41be0e54fea545ae696f","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@ibm-cloud/watsonx-ai/-/watsonx-ai-1.5.1.tgz","fileCount":19,"unpackedSize":754902,"signatures":[{"keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U","sig":"MEYCIQCXSdYisDI9T4t/WpOpb4WABRc5ZQSrvcadJgWO9Nz+ogIhAONpl5KIkIn8pp1VfgPXWktOfE5OMuvBlztaNnYbE8DU"}],"size":100047},"_npmUser":{"name":"anonymous","email":"WML.SDK.Automation@ibm.com"},"maintainers":[{"name":"anonymous","email":"baijiebj@cn.ibm.com"},{"name":"anonymous","email":"dustinpopp@ibm.com"},{"name":"anonymous","email":"ricellis@uk.ibm.com"},{"name":"anonymous","email":"cldtsdks@us.ibm.com"},{"name":"anonymous","email":"secrets.automation.production@il.ibm.com"},{"name":"anonymous","email":"nvenkatesh.27@gmail.com"},{"name":"anonymous","email":"dpittner@de.ibm.com"},{"name":"anonymous","email":"externaluse.sqlquery@de.ibm.com"},{"name":"anonymous","email":"alchemy.registry.squad@uk.ibm.com"},{"name":"anonymous","email":"edwin.gonzales@ibm.com"},{"name":"anonymous","email":"devxsdk@us.ibm.com"},{"name":"anonymous","email":"Notifications-prod@ibm.com"},{"name":"anonymous","email":"smulampa@in.ibm.com"},{"name":"anonymous","email":"reggeenr@de.ibm.com"},{"name":"anonymous","email":"idsorg@us.ibm.com"},{"name":"anonymous","email":"rushil.v@ibm.com"},{"name":"anonymous","email":"jasonpet@us.ibm.com"},{"name":"anonymous","email":"dvesperini@gmail.com"},{"name":"anonymous","email":"jwsartor@us.ibm.com"},{"name":"anonymous","email":"WML.SDK.Automation@ibm.com"},{"name":"anonymous","email":"schmatic@in.ibm.com"},{"name":"anonymous","email":"fanfei@cn.ibm.com"},{"name":"anonymous","email":"ce.ui.team@de.ibm.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/watsonx-ai_1.5.1_1740744838833_0.10275931118744075"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2025-02-28T12:13:59.012Z","publish_time":1740744839012,"_source_registry_name":"default","contributors":[]},"1.6.0":{"name":"@ibm-cloud/watsonx-ai","version":"1.6.0","description":"IBM watsonx.ai Node.js SDK","repository":{"type":"git","url":"git+https://github.com/IBM/watsonx-ai-node-sdk.git"},"keywords":["ibm","watsonx","watsonx-ai"],"author":{"name":"IBM Corp."},"scripts":{"clean":"rm -rf node_modules","eslint:fix":"eslint . --fix","eslint:check":"eslint . --cache","lint":"npm run eslint:check","lint-fix":"npm run eslint:fix","build":"tsc && cp package.json dist/","prepublishOnly":"npm run build","postversion":"publisher --no-checks --dry-run","local-publish":"npm install -g yalc && yalc publish","jest":"jest --verbose","test":"npm run build && npm run lint && jest test/","test-unit":"npm run build && jest test/unit/","test-integration":"npm run build && jest test/integration/","test-examples":"npm run local-publish && cd ./examples && npm run test-all","test-examples-sdk":"npm run local-publish && cd ./examples && npm run test-sdk","test-examples-langchain":"npm run local-publish && cd ./examples && npm run test-langchain","test-travis":"jest --runInBand --testNamePattern='^((?!@slow).)*$' test/","test-unit-travis":"jest --runInBand --verbose test/unit/","test-integration-travis":"jest --runInBand --verbose --no-colors --testNamePattern='^((?!@slow).)*$' --json test/integration > test-output.log","test-regression":"npm run local-publish && cd ./test/langchain && npm run test-regression","test-ilab":"npm run build && jest test/integration/watsonx-ai-ml-ilab.vml_v1.test.js --testPathIgnorePatterns=''","test-lora":"npm run build && jest test/integration/watsonx-ai-ml-lora_qlora.vml_v1.test.js --testPathIgnorePatterns=''","check-packages":"installed-check -e -d -v","all":"npm run test-unit && npm run lint","typedoc":"typedoc","typedoc-merge":"typedoc --entryPointStrategy merge"},"license":"Apache-2.0","publishConfig":{"access":"public"},"engines":{"node":">=18.0.0"},"dependencies":{"@langchain/textsplitters":"^0.1.0","@types/node":"^18.0.0","extend":"3.0.2","ibm-cloud-sdk-core":"^5.3.2"},"devDependencies":{"@ibm-cloud/sdk-test-utilities":"^1.0.0","@masterodin/publisher":"^0.10.0","@typescript-eslint/eslint-plugin":"^4.33.0","@typescript-eslint/parser":"^4.24.0","dotenv":"^8.2.0","eslint":"^7.26.0","eslint-config-airbnb-base":"^14.2.1","eslint-config-airbnb-typescript":"^12.3.1","eslint-config-prettier":"^8.3.0","eslint-plugin-import":"^2.23.2","eslint-plugin-jest":"^24.3.6","eslint-plugin-jsdoc":"^34.6.3","eslint-plugin-node":"^9.0.0","eslint-plugin-prettier":"^3.0.1","installed-check":"^2.2.0","jest":"^29.3.1","nock":"^13.2.4","prettier":"^2.3.0","typedoc":"^0.25.13","typescript":"^4.9.5"},"jest":{"collectCoverage":true,"coverageDirectory":"./coverage/","coveragePathIgnorePatterns":["<rootDir>/test/"],"testPathIgnorePatterns":["<rootDir>/test/langchain/","<rootDir>/examples","ilab","lora"],"testEnvironment":"node"},"homepage":"https://github.com/IBM/watsonx-ai-node-sdk#readme","directories":{"example":"examples","lib":"lib","test":"test"},"main":"dist/index.js","_id":"@ibm-cloud/watsonx-ai@1.6.0","gitHead":"94acc6300c88d4005b17e3645e6bee0a6f1d203f","types":"./dist/index.d.ts","bugs":{"url":"https://github.com/IBM/watsonx-ai-node-sdk/issues"},"_nodeVersion":"20.18.3","_npmVersion":"10.8.2","dist":{"integrity":"sha512-Cm2UmNX8ynZgvTvTSS3w7Ix13nAO7E5KCvrDinrEBenJhZgG+WrzhToPbQXNJSg7A9NXwSlf31Fk57Rw7Jil2Q==","shasum":"3b92036c677a3608404b925d59b8545962f93909","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@ibm-cloud/watsonx-ai/-/watsonx-ai-1.6.0.tgz","fileCount":19,"unpackedSize":767294,"signatures":[{"keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U","sig":"MEUCIECvJPn1JwkS4Yzk9WC6/tsduOT1FaBmhCxL6hFuU1pIAiEAnXr5gaVVM5EAp1GCbs+JpeGvUzcbDgQvvoHCCEVbZgY="}],"size":101409},"_npmUser":{"name":"anonymous","email":"WML.SDK.Automation@ibm.com"},"maintainers":[{"name":"anonymous","email":"baijiebj@cn.ibm.com"},{"name":"anonymous","email":"dustinpopp@ibm.com"},{"name":"anonymous","email":"ricellis@uk.ibm.com"},{"name":"anonymous","email":"cldtsdks@us.ibm.com"},{"name":"anonymous","email":"secrets.automation.production@il.ibm.com"},{"name":"anonymous","email":"nvenkatesh.27@gmail.com"},{"name":"anonymous","email":"dpittner@de.ibm.com"},{"name":"anonymous","email":"externaluse.sqlquery@de.ibm.com"},{"name":"anonymous","email":"alchemy.registry.squad@uk.ibm.com"},{"name":"anonymous","email":"edwin.gonzales@ibm.com"},{"name":"anonymous","email":"devxsdk@us.ibm.com"},{"name":"anonymous","email":"Notifications-prod@ibm.com"},{"name":"anonymous","email":"smulampa@in.ibm.com"},{"name":"anonymous","email":"reggeenr@de.ibm.com"},{"name":"anonymous","email":"idsorg@us.ibm.com"},{"name":"anonymous","email":"rushil.v@ibm.com"},{"name":"anonymous","email":"jasonpet@us.ibm.com"},{"name":"anonymous","email":"dvesperini@gmail.com"},{"name":"anonymous","email":"jwsartor@us.ibm.com"},{"name":"anonymous","email":"WML.SDK.Automation@ibm.com"},{"name":"anonymous","email":"schmatic@in.ibm.com"},{"name":"anonymous","email":"fanfei@cn.ibm.com"},{"name":"anonymous","email":"ce.ui.team@de.ibm.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/watsonx-ai_1.6.0_1741942916299_0.24813229774831025"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2025-03-14T09:01:56.509Z","publish_time":1741942916509,"_source_registry_name":"default","contributors":[]},"1.6.1":{"name":"@ibm-cloud/watsonx-ai","version":"1.6.1","description":"IBM watsonx.ai Node.js SDK","repository":{"type":"git","url":"git+https://github.com/IBM/watsonx-ai-node-sdk.git"},"keywords":["ibm","watsonx","watsonx-ai"],"author":{"name":"IBM Corp."},"scripts":{"clean":"rm -rf node_modules","eslint:fix":"eslint . --fix","eslint:check":"eslint . --cache","lint":"npm run eslint:check","lint-fix":"npm run eslint:fix","build":"tsc && cp package.json dist/","prepublishOnly":"npm run build","postversion":"publisher --no-checks --dry-run","local-publish":"npm install -g yalc && yalc publish","jest":"jest --verbose","test":"npm run build && npm run lint && jest test/","test-unit":"npm run build && jest test/unit/","test-integration":"npm run build && jest test/integration/","test-examples":"npm run local-publish && cd ./examples && npm run test-all","test-examples-sdk":"npm run local-publish && cd ./examples && npm run test-sdk","test-examples-langchain":"npm run local-publish && cd ./examples && npm run test-langchain","test-regression":"npm run local-publish && cd ./test/langchain && npm run test-regression","test-ilab":"npm run build && jest test/integration/watsonx-ai-ml-ilab.vml_v1.test.js --testPathIgnorePatterns=''","test-lora":"npm run build && jest test/integration/watsonx-ai-ml-lora_qlora.vml_v1.test.js --testPathIgnorePatterns=''","check-packages":"installed-check -e -d -v","all":"npm run test-unit && npm run lint","typedoc":"typedoc","typedoc-merge":"typedoc --entryPointStrategy merge"},"license":"Apache-2.0","publishConfig":{"access":"public"},"engines":{"node":">=18.0.0"},"dependencies":{"@langchain/textsplitters":"^0.1.0","@types/node":"^18.0.0","extend":"3.0.2","ibm-cloud-sdk-core":"^5.3.2"},"devDependencies":{"@ibm-cloud/sdk-test-utilities":"^1.0.0","@masterodin/publisher":"^0.10.0","@typescript-eslint/eslint-plugin":"^4.33.0","@typescript-eslint/parser":"^4.24.0","dotenv":"^8.2.0","eslint":"^7.26.0","eslint-config-airbnb-base":"^14.2.1","eslint-config-airbnb-typescript":"^12.3.1","eslint-config-prettier":"^8.3.0","eslint-plugin-import":"^2.23.2","eslint-plugin-jest":"^24.3.6","eslint-plugin-jsdoc":"^34.6.3","eslint-plugin-node":"^9.0.0","eslint-plugin-prettier":"^3.0.1","installed-check":"^2.2.0","jest":"^29.3.1","nock":"^13.2.4","prettier":"^2.3.0","typedoc":"^0.25.13","typescript":"^4.9.5"},"jest":{"collectCoverage":true,"coverageDirectory":"./coverage/","coveragePathIgnorePatterns":["<rootDir>/test/"],"testPathIgnorePatterns":["<rootDir>/test/langchain/","<rootDir>/examples","ilab","lora"],"testEnvironment":"node"},"homepage":"https://github.com/IBM/watsonx-ai-node-sdk#readme","directories":{"example":"examples","lib":"lib","test":"test","helpers":"helpers"},"main":"dist/index.js","_id":"@ibm-cloud/watsonx-ai@1.6.1","gitHead":"f849eaf966277702c395e635a063f05a6877f53c","types":"./dist/index.d.ts","bugs":{"url":"https://github.com/IBM/watsonx-ai-node-sdk/issues"},"_nodeVersion":"20.18.3","_npmVersion":"11.2.0","dist":{"integrity":"sha512-BKdXjPIIu6y/OreJ8+bTiLML2nIqngQHi7d5AkBnyPdmWJohJYj3sd9ATqdKQlGHYO6Ry5+chGqSIfsM7OHigw==","shasum":"f8fbc7e0cb1df271ec4e30d1f2391770ab87ed14","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@ibm-cloud/watsonx-ai/-/watsonx-ai-1.6.1.tgz","fileCount":22,"unpackedSize":787107,"signatures":[{"keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U","sig":"MEQCIAgodV4tD+JB+9HsEzY3cZ3h2RRpmXczO7X8iGFcn0hdAiBNaMcvMmixkcUNvVs1Cp1boOFKTpEcn9zLsvzuuavjpQ=="}],"size":103797},"_npmUser":{"name":"anonymous","email":"WML.SDK.Automation@ibm.com"},"maintainers":[{"name":"anonymous","email":"baijiebj@cn.ibm.com"},{"name":"anonymous","email":"dustinpopp@ibm.com"},{"name":"anonymous","email":"ricellis@uk.ibm.com"},{"name":"anonymous","email":"cldtsdks@us.ibm.com"},{"name":"anonymous","email":"secrets.automation.production@il.ibm.com"},{"name":"anonymous","email":"nvenkatesh.27@gmail.com"},{"name":"anonymous","email":"dpittner@de.ibm.com"},{"name":"anonymous","email":"externaluse.sqlquery@de.ibm.com"},{"name":"anonymous","email":"alchemy.registry.squad@uk.ibm.com"},{"name":"anonymous","email":"edwin.gonzales@ibm.com"},{"name":"anonymous","email":"devxsdk@us.ibm.com"},{"name":"anonymous","email":"Notifications-prod@ibm.com"},{"name":"anonymous","email":"smulampa@in.ibm.com"},{"name":"anonymous","email":"reggeenr@de.ibm.com"},{"name":"anonymous","email":"idsorg@us.ibm.com"},{"name":"anonymous","email":"rushil.v@ibm.com"},{"name":"anonymous","email":"jasonpet@us.ibm.com"},{"name":"anonymous","email":"dvesperini@gmail.com"},{"name":"anonymous","email":"jwsartor@us.ibm.com"},{"name":"anonymous","email":"WML.SDK.Automation@ibm.com"},{"name":"anonymous","email":"schmatic@in.ibm.com"},{"name":"anonymous","email":"fanfei@cn.ibm.com"},{"name":"anonymous","email":"ce.ui.team@de.ibm.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/watsonx-ai_1.6.1_1742828971576_0.6779682524011124"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2025-03-24T15:09:31.789Z","publish_time":1742828971789,"_source_registry_name":"default","contributors":[]},"1.6.2":{"name":"@ibm-cloud/watsonx-ai","version":"1.6.2","description":"IBM watsonx.ai Node.js SDK","repository":{"type":"git","url":"git+https://github.com/IBM/watsonx-ai-node-sdk.git"},"keywords":["ibm","watsonx","watsonx-ai"],"author":{"name":"IBM Corp."},"scripts":{"clean":"rm -rf node_modules","eslint:fix":"eslint . --fix","eslint:check":"eslint . --cache","lint":"npm run eslint:check","lint-fix":"npm run eslint:fix","build":"tsc && cp package.json dist/","prepublishOnly":"npm run build","postversion":"publisher --no-checks --dry-run","local-publish":"npm install -g yalc && yalc publish","jest":"jest --verbose","test":"npm run build && npm run lint && jest test/","test-unit":"npm run build && jest test/unit/","test-integration":"npm run build && jest test/integration/","test-examples":"npm run local-publish && cd ./examples && npm run test-all","test-examples-sdk":"npm run local-publish && cd ./examples && npm run test-sdk","test-examples-langchain":"npm run local-publish && cd ./examples && npm run test-langchain","test-regression":"npm run local-publish && cd ./test/langchain && npm run test-regression","test-ilab":"npm run build && jest test/integration/watsonx-ai-ml-ilab.vml_v1.test.js --testPathIgnorePatterns=''","test-lora":"npm run build && jest test/integration/watsonx-ai-ml-lora_qlora.vml_v1.test.js --testPathIgnorePatterns=''","check-packages":"installed-check -e -d -v","all":"npm run test-unit && npm run lint","typedoc":"typedoc","typedoc-merge":"typedoc --entryPointStrategy merge"},"license":"Apache-2.0","publishConfig":{"access":"public"},"engines":{"node":">=18.0.0"},"dependencies":{"@langchain/textsplitters":"^0.1.0","@types/node":"^18.0.0","extend":"3.0.2","ibm-cloud-sdk-core":"^5.3.2"},"devDependencies":{"@ibm-cloud/sdk-test-utilities":"^1.0.0","@masterodin/publisher":"^0.10.0","@typescript-eslint/eslint-plugin":"^4.33.0","@typescript-eslint/parser":"^4.24.0","dotenv":"^8.2.0","eslint":"^7.26.0","eslint-config-airbnb-base":"^14.2.1","eslint-config-airbnb-typescript":"^12.3.1","eslint-config-prettier":"^8.3.0","eslint-plugin-import":"^2.23.2","eslint-plugin-jest":"^24.3.6","eslint-plugin-jsdoc":"^34.6.3","eslint-plugin-node":"^9.0.0","eslint-plugin-prettier":"^3.0.1","installed-check":"^2.2.0","jest":"^29.3.1","nock":"^13.2.4","prettier":"^2.3.0","typedoc":"^0.25.13","typescript":"^4.9.5"},"jest":{"collectCoverage":true,"coverageDirectory":"./coverage/","coveragePathIgnorePatterns":["<rootDir>/test/"],"testPathIgnorePatterns":["<rootDir>/test/langchain/","<rootDir>/examples","ilab","lora"],"testEnvironment":"node"},"homepage":"https://github.com/IBM/watsonx-ai-node-sdk#readme","directories":{"example":"examples","lib":"lib","test":"test","helpers":"helpers"},"main":"dist/index.js","_id":"@ibm-cloud/watsonx-ai@1.6.2","gitHead":"3b4a12a71b5ebbed0151caa81b27410bde6fe48f","types":"./dist/index.d.ts","bugs":{"url":"https://github.com/IBM/watsonx-ai-node-sdk/issues"},"_nodeVersion":"20.18.2","_npmVersion":"10.8.2","dist":{"integrity":"sha512-BZNJuy3F0SI3SbvKYQhjdSahxUZ7eYBXbeCN73Xx2SOCGoDWrMSNb+p0tU+cHkQd4obJ40CRdJnG/c0JN5dXwg==","shasum":"b5ad59789504f8f947183f5e9ef5484182c818d1","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@ibm-cloud/watsonx-ai/-/watsonx-ai-1.6.2.tgz","fileCount":22,"unpackedSize":786667,"signatures":[{"keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U","sig":"MEQCIG1xMotpFFTvw4KFPkAMdscqz45IA/MPMDEv5eby+p2gAiA/ZhEx2iQwf3hf8WMTebsmwOflaZ/b+qNVZAPaxqGhGA=="}],"size":103841},"_npmUser":{"name":"anonymous","email":"WML.SDK.Automation@ibm.com"},"maintainers":[{"name":"anonymous","email":"baijiebj@cn.ibm.com"},{"name":"anonymous","email":"dustinpopp@ibm.com"},{"name":"anonymous","email":"ricellis@uk.ibm.com"},{"name":"anonymous","email":"cldtsdks@us.ibm.com"},{"name":"anonymous","email":"secrets.automation.production@il.ibm.com"},{"name":"anonymous","email":"nvenkatesh.27@gmail.com"},{"name":"anonymous","email":"dpittner@de.ibm.com"},{"name":"anonymous","email":"externaluse.sqlquery@de.ibm.com"},{"name":"anonymous","email":"alchemy.registry.squad@uk.ibm.com"},{"name":"anonymous","email":"edwin.gonzales@ibm.com"},{"name":"anonymous","email":"devxsdk@us.ibm.com"},{"name":"anonymous","email":"Notifications-prod@ibm.com"},{"name":"anonymous","email":"smulampa@in.ibm.com"},{"name":"anonymous","email":"reggeenr@de.ibm.com"},{"name":"anonymous","email":"idsorg@us.ibm.com"},{"name":"anonymous","email":"rushil.v@ibm.com"},{"name":"anonymous","email":"jasonpet@us.ibm.com"},{"name":"anonymous","email":"dvesperini@gmail.com"},{"name":"anonymous","email":"jwsartor@us.ibm.com"},{"name":"anonymous","email":"WML.SDK.Automation@ibm.com"},{"name":"anonymous","email":"schmatic@in.ibm.com"},{"name":"anonymous","email":"fanfei@cn.ibm.com"},{"name":"anonymous","email":"ce.ui.team@de.ibm.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/watsonx-ai_1.6.2_1743076093334_0.9930683431320817"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2025-03-27T11:48:13.535Z","publish_time":1743076093535,"_source_registry_name":"default","contributors":[]},"1.6.3":{"name":"@ibm-cloud/watsonx-ai","version":"1.6.3","description":"IBM watsonx.ai Node.js SDK","repository":{"type":"git","url":"git+https://github.com/IBM/watsonx-ai-node-sdk.git"},"keywords":["ibm","watsonx","watsonx-ai"],"author":{"name":"IBM Corp."},"scripts":{"clean":"rm -rf node_modules","eslint:fix":"eslint . --fix","eslint:check":"eslint . --cache","lint":"npm run eslint:check","lint-fix":"npm run eslint:fix","build":"tsc && cp package.json dist/","prepublishOnly":"npm run build","postversion":"publisher --no-checks --dry-run","local-publish":"npm install -g yalc && yalc publish","jest":"jest --verbose","test":"npm run build && npm run lint && jest test/","test-unit":"npm run build && jest test/unit/","test-integration":"npm run build && jest test/integration/","test-examples":"npm run local-publish && cd ./examples && npm run test-all","test-examples-sdk":"npm run local-publish && cd ./examples && npm run test-sdk","test-examples-langchain":"npm run local-publish && cd ./examples && npm run test-langchain","test-regression":"npm run local-publish && cd ./test/langchain && npm run test-regression","test-ilab":"npm run build && jest test/integration/watsonx-ai-ml-ilab.vml_v1.test.js --testPathIgnorePatterns=''","test-lora":"npm run build && jest test/integration/watsonx-ai-ml-lora_qlora.vml_v1.test.js --testPathIgnorePatterns=''","check-packages":"installed-check -e -d -v","all":"npm run test-unit && npm run lint","typedoc":"typedoc","typedoc-merge":"typedoc --entryPointStrategy merge"},"license":"Apache-2.0","publishConfig":{"access":"public"},"engines":{"node":">=18.0.0"},"dependencies":{"@langchain/textsplitters":"^0.1.0","@types/node":"^18.0.0","extend":"3.0.2","ibm-cloud-sdk-core":"^5.3.2"},"devDependencies":{"@ibm-cloud/sdk-test-utilities":"^1.0.0","@masterodin/publisher":"^0.10.0","@typescript-eslint/eslint-plugin":"^4.33.0","@typescript-eslint/parser":"^4.24.0","dotenv":"^8.2.0","eslint":"^7.26.0","eslint-config-airbnb-base":"^14.2.1","eslint-config-airbnb-typescript":"^12.3.1","eslint-config-prettier":"^8.3.0","eslint-plugin-import":"^2.23.2","eslint-plugin-jest":"^24.3.6","eslint-plugin-jsdoc":"^34.6.3","eslint-plugin-node":"^9.0.0","eslint-plugin-prettier":"^3.0.1","installed-check":"^2.2.0","jest":"^29.3.1","nock":"^13.2.4","prettier":"^2.3.0","typedoc":"^0.25.13","typescript":"^4.9.5"},"jest":{"collectCoverage":true,"coverageDirectory":"./coverage/","coveragePathIgnorePatterns":["<rootDir>/test/"],"testPathIgnorePatterns":["<rootDir>/test/langchain/","<rootDir>/examples","ilab","lora"],"testEnvironment":"node"},"homepage":"https://github.com/IBM/watsonx-ai-node-sdk#readme","directories":{"example":"examples","lib":"lib","test":"test","helpers":"helpers"},"main":"dist/index.js","_id":"@ibm-cloud/watsonx-ai@1.6.3","gitHead":"4ab0b079ba2d241deac9a8ce5345d651c7f74223","types":"./dist/index.d.ts","bugs":{"url":"https://github.com/IBM/watsonx-ai-node-sdk/issues"},"_nodeVersion":"20.18.2","_npmVersion":"10.8.2","dist":{"integrity":"sha512-bp1A4tjMt/iJ5tG4NLGIpwZtj3IK4hoAJQ2NHrtCD1LFpawTjznoBljOcDYRLaVWmQKwPbRyLC99lWoUwWShjw==","shasum":"b647e6ab958531f261960eeb8f5540d057b63f9b","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@ibm-cloud/watsonx-ai/-/watsonx-ai-1.6.3.tgz","fileCount":22,"unpackedSize":786668,"signatures":[{"keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U","sig":"MEYCIQDaJKi1e87VvXbjEFg78o9qHbFU/509YUu8rfVs0IDMhQIhAPBEU+T7QU8Qz97WrTtNkAo031Kt0e4a2EQFlMOgk0uj"}],"size":103840},"_npmUser":{"name":"anonymous","email":"WML.SDK.Automation@ibm.com"},"maintainers":[{"name":"anonymous","email":"baijiebj@cn.ibm.com"},{"name":"anonymous","email":"dustinpopp@ibm.com"},{"name":"anonymous","email":"ricellis@uk.ibm.com"},{"name":"anonymous","email":"cldtsdks@us.ibm.com"},{"name":"anonymous","email":"secrets.automation.production@il.ibm.com"},{"name":"anonymous","email":"nvenkatesh.27@gmail.com"},{"name":"anonymous","email":"dpittner@de.ibm.com"},{"name":"anonymous","email":"externaluse.sqlquery@de.ibm.com"},{"name":"anonymous","email":"alchemy.registry.squad@uk.ibm.com"},{"name":"anonymous","email":"edwin.gonzales@ibm.com"},{"name":"anonymous","email":"devxsdk@us.ibm.com"},{"name":"anonymous","email":"Notifications-prod@ibm.com"},{"name":"anonymous","email":"smulampa@in.ibm.com"},{"name":"anonymous","email":"reggeenr@de.ibm.com"},{"name":"anonymous","email":"idsorg@us.ibm.com"},{"name":"anonymous","email":"rushil.v@ibm.com"},{"name":"anonymous","email":"jasonpet@us.ibm.com"},{"name":"anonymous","email":"dvesperini@gmail.com"},{"name":"anonymous","email":"jwsartor@us.ibm.com"},{"name":"anonymous","email":"WML.SDK.Automation@ibm.com"},{"name":"anonymous","email":"schmatic@in.ibm.com"},{"name":"anonymous","email":"fanfei@cn.ibm.com"},{"name":"anonymous","email":"ce.ui.team@de.ibm.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/watsonx-ai_1.6.3_1743083782464_0.14040713343712397"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2025-03-27T13:56:22.725Z","publish_time":1743083782725,"_source_registry_name":"default","contributors":[]},"1.6.4":{"name":"@ibm-cloud/watsonx-ai","version":"1.6.4","description":"IBM watsonx.ai Node.js SDK","repository":{"type":"git","url":"git+https://github.com/IBM/watsonx-ai-node-sdk.git"},"keywords":["ibm","watsonx","watsonx-ai"],"author":{"name":"IBM Corp."},"scripts":{"clean":"rm -rf node_modules","eslint:fix":"eslint . --fix","eslint:check":"eslint . --cache","lint":"npm run eslint:check","lint-fix":"npm run eslint:fix","build":"tsc && cp package.json dist/","prepublishOnly":"npm run build","postversion":"publisher --no-checks --dry-run","local-publish":"npm install -g yalc && yalc publish","jest":"jest --verbose","test":"npm run build && npm run lint && jest test/","test-unit":"npm run build && jest test/unit/","test-integration":"npm run build && jest test/integration/","test-examples":"npm run local-publish && cd ./examples && npm run test-all","test-examples-sdk":"npm run local-publish && cd ./examples && npm run test-sdk","test-examples-langchain":"npm run local-publish && cd ./examples && npm run test-langchain","test-regression":"npm run local-publish && cd ./test/langchain && npm run test-regression","test-ilab":"npm run build && jest test/integration/watsonx-ai-ml-ilab.vml_v1.test.js --testPathIgnorePatterns=''","test-lora":"npm run build && jest test/integration/watsonx-ai-ml-lora_qlora.vml_v1.test.js --testPathIgnorePatterns=''","check-packages":"installed-check -e -d -v","all":"npm run test-unit && npm run lint","typedoc":"typedoc","typedoc-merge":"typedoc --entryPointStrategy merge"},"license":"Apache-2.0","publishConfig":{"access":"public"},"engines":{"node":">=18.0.0"},"dependencies":{"@langchain/textsplitters":"^0.1.0","@types/node":"^18.0.0","extend":"3.0.2","ibm-cloud-sdk-core":"^5.3.2"},"devDependencies":{"@ibm-cloud/sdk-test-utilities":"^1.0.0","@masterodin/publisher":"^0.10.0","@typescript-eslint/eslint-plugin":"^4.33.0","@typescript-eslint/parser":"^4.24.0","dotenv":"^8.2.0","eslint":"^7.26.0","eslint-config-airbnb-base":"^14.2.1","eslint-config-airbnb-typescript":"^12.3.1","eslint-config-prettier":"^8.3.0","eslint-plugin-import":"^2.23.2","eslint-plugin-jest":"^24.3.6","eslint-plugin-jsdoc":"^34.6.3","eslint-plugin-node":"^9.0.0","eslint-plugin-prettier":"^3.0.1","installed-check":"^2.2.0","jest":"^29.3.1","nock":"^13.2.4","prettier":"^2.3.0","typedoc":"^0.25.13","typescript":"^4.9.5"},"jest":{"collectCoverage":true,"coverageDirectory":"./coverage/","coveragePathIgnorePatterns":["<rootDir>/test/"],"testPathIgnorePatterns":["<rootDir>/test/langchain/","<rootDir>/examples","ilab","lora"],"testEnvironment":"node"},"homepage":"https://github.com/IBM/watsonx-ai-node-sdk#readme","directories":{"example":"examples","lib":"lib","test":"test","helpers":"helpers"},"main":"dist/index.js","_id":"@ibm-cloud/watsonx-ai@1.6.4","gitHead":"59f65f0a438bea7e4b0d40c7866dc1803f7600e1","types":"./dist/index.d.ts","bugs":{"url":"https://github.com/IBM/watsonx-ai-node-sdk/issues"},"_nodeVersion":"20.18.2","_npmVersion":"10.8.2","dist":{"integrity":"sha512-u0fmXagywjLAd3apZTV6kRQAHjWl3bNKv5422mQJsM/MZB5YPjx28tjEbpoORh15RuWjYyO/wHZACRWBBkNhbQ==","shasum":"987b58bf33ebc6f5e6f80b5357a61fff050b449b","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@ibm-cloud/watsonx-ai/-/watsonx-ai-1.6.4.tgz","fileCount":22,"unpackedSize":786216,"signatures":[{"keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U","sig":"MEUCIAloRE/NgA80YiU0diCZRzA0FPDQ7n8Np70JL4FxRelIAiEA1ANwceLQMvzaboUqJQojTlFsXJfYettJozzpIPWVils="}],"size":103701},"_npmUser":{"name":"anonymous","email":"WML.SDK.Automation@ibm.com"},"maintainers":[{"name":"anonymous","email":"baijiebj@cn.ibm.com"},{"name":"anonymous","email":"dustinpopp@ibm.com"},{"name":"anonymous","email":"ricellis@uk.ibm.com"},{"name":"anonymous","email":"cldtsdks@us.ibm.com"},{"name":"anonymous","email":"secrets.automation.production@il.ibm.com"},{"name":"anonymous","email":"nvenkatesh.27@gmail.com"},{"name":"anonymous","email":"dpittner@de.ibm.com"},{"name":"anonymous","email":"externaluse.sqlquery@de.ibm.com"},{"name":"anonymous","email":"alchemy.registry.squad@uk.ibm.com"},{"name":"anonymous","email":"edwin.gonzales@ibm.com"},{"name":"anonymous","email":"devxsdk@us.ibm.com"},{"name":"anonymous","email":"Notifications-prod@ibm.com"},{"name":"anonymous","email":"smulampa@in.ibm.com"},{"name":"anonymous","email":"reggeenr@de.ibm.com"},{"name":"anonymous","email":"idsorg@us.ibm.com"},{"name":"anonymous","email":"rushil.v@ibm.com"},{"name":"anonymous","email":"jasonpet@us.ibm.com"},{"name":"anonymous","email":"dvesperini@gmail.com"},{"name":"anonymous","email":"jwsartor@us.ibm.com"},{"name":"anonymous","email":"WML.SDK.Automation@ibm.com"},{"name":"anonymous","email":"schmatic@in.ibm.com"},{"name":"anonymous","email":"fanfei@cn.ibm.com"},{"name":"anonymous","email":"ce.ui.team@de.ibm.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/watsonx-ai_1.6.4_1743152094491_0.18832949186716919"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2025-03-28T08:54:54.680Z","publish_time":1743152094680,"_source_registry_name":"default","contributors":[]},"1.6.5":{"name":"@ibm-cloud/watsonx-ai","version":"1.6.5","description":"IBM watsonx.ai Node.js SDK","repository":{"type":"git","url":"git+https://github.com/IBM/watsonx-ai-node-sdk.git"},"keywords":["ibm","watsonx","watsonx-ai"],"author":{"name":"IBM Corp."},"scripts":{"clean":"rm -rf node_modules","eslint:fix":"eslint . --fix","eslint:check":"eslint . --cache","lint":"npm run eslint:check","lint-fix":"npm run eslint:fix","build":"tsc && cp package.json dist/","prepublishOnly":"npm run build","postversion":"publisher --no-checks --dry-run","local-publish":"npm install -g yalc && yalc publish","jest":"jest --verbose","test":"npm run build && npm run lint && jest test/","test-unit":"npm run build && jest test/unit/","test-integration":"npm run build && jest test/integration/","test-examples":"npm run local-publish && cd ./examples && npm run test-all","test-examples-sdk":"npm run local-publish && cd ./examples && npm run test-sdk","test-examples-langchain":"npm run local-publish && cd ./examples && npm run test-langchain","test-regression":"npm run local-publish && cd ./test/langchain && npm run test-regression","test-ilab":"npm run build && jest test/integration/watsonx-ai-ml-ilab.vml_v1.test.js --testPathIgnorePatterns=''","test-lora":"npm run build && jest test/integration/watsonx-ai-ml-lora_qlora.vml_v1.test.js --testPathIgnorePatterns=''","check-packages":"installed-check -e -d -v","all":"npm run test-unit && npm run lint","typedoc":"typedoc","typedoc-merge":"typedoc --entryPointStrategy merge"},"license":"Apache-2.0","publishConfig":{"access":"public"},"engines":{"node":">=18.0.0"},"dependencies":{"@types/node":"^18.0.0","extend":"3.0.2","ibm-cloud-sdk-core":"^5.3.2"},"devDependencies":{"@ibm-cloud/sdk-test-utilities":"^1.0.0","@masterodin/publisher":"^0.10.0","@typescript-eslint/eslint-plugin":"^4.33.0","@typescript-eslint/parser":"^4.24.0","dotenv":"^8.2.0","eslint":"^7.26.0","eslint-config-airbnb-base":"^14.2.1","eslint-config-airbnb-typescript":"^12.3.1","eslint-config-prettier":"^8.3.0","eslint-plugin-import":"^2.23.2","eslint-plugin-jest":"^24.3.6","eslint-plugin-jsdoc":"^34.6.3","eslint-plugin-node":"^9.0.0","eslint-plugin-prettier":"^3.0.1","installed-check":"^2.2.0","jest":"^29.3.1","jsonwebtoken":"^9.0.2","nock":"^13.2.4","prettier":"^2.3.0","typedoc":"^0.25.13","typescript":"^4.9.5"},"jest":{"collectCoverage":true,"coverageDirectory":"./coverage/","coveragePathIgnorePatterns":["<rootDir>/test/"],"testPathIgnorePatterns":["<rootDir>/test/langchain/","<rootDir>/examples","ilab","lora"],"testEnvironment":"node"},"homepage":"https://github.com/IBM/watsonx-ai-node-sdk#readme","directories":{"example":"examples","lib":"lib","test":"test","helpers":"helpers"},"main":"dist/index.js","_id":"@ibm-cloud/watsonx-ai@1.6.5","gitHead":"f951585e656fe86cdbcb4103c48410ca9e3da8ff","types":"./dist/index.d.ts","bugs":{"url":"https://github.com/IBM/watsonx-ai-node-sdk/issues"},"_nodeVersion":"22.14.0","_npmVersion":"10.9.2","dist":{"integrity":"sha512-XyH18yfAyawgAYBJfWNtcdbFHgOaS+T7CTwmMoYQjTjCgf46UjJxUezgsw7nPHACwxlweshIc0lIM3FLxuRyHg==","shasum":"e65e1c32592d3fe0ff4108fb766c4f5571eed932","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@ibm-cloud/watsonx-ai/-/watsonx-ai-1.6.5.tgz","fileCount":25,"unpackedSize":803350,"signatures":[{"keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U","sig":"MEUCIQDJTLUos0CwuoiDnpvzblos7IiFVmvhrznEpMxb/fpxkAIgAN5EztCN3VrXFb6Ky91fCzuyemrYMWSSngSQI8ObJHI="}],"size":106244},"_npmUser":{"name":"anonymous","email":"WML.SDK.Automation@ibm.com"},"maintainers":[{"name":"anonymous","email":"baijiebj@cn.ibm.com"},{"name":"anonymous","email":"dustinpopp@ibm.com"},{"name":"anonymous","email":"ricellis@uk.ibm.com"},{"name":"anonymous","email":"cldtsdks@us.ibm.com"},{"name":"anonymous","email":"secrets.automation.production@il.ibm.com"},{"name":"anonymous","email":"nvenkatesh.27@gmail.com"},{"name":"anonymous","email":"dpittner@de.ibm.com"},{"name":"anonymous","email":"externaluse.sqlquery@de.ibm.com"},{"name":"anonymous","email":"alchemy.registry.squad@uk.ibm.com"},{"name":"anonymous","email":"edwin.gonzales@ibm.com"},{"name":"anonymous","email":"devxsdk@us.ibm.com"},{"name":"anonymous","email":"Notifications-prod@ibm.com"},{"name":"anonymous","email":"smulampa@in.ibm.com"},{"name":"anonymous","email":"reggeenr@de.ibm.com"},{"name":"anonymous","email":"idsorg@us.ibm.com"},{"name":"anonymous","email":"rushil.v@ibm.com"},{"name":"anonymous","email":"japetrsn@gmail.com"},{"name":"anonymous","email":"dvesperini@gmail.com"},{"name":"anonymous","email":"jwsartor@us.ibm.com"},{"name":"anonymous","email":"WML.SDK.Automation@ibm.com"},{"name":"anonymous","email":"schmatic@in.ibm.com"},{"name":"anonymous","email":"fanfei@cn.ibm.com"},{"name":"anonymous","email":"ce.ui.team@de.ibm.com"},{"name":"anonymous","email":"biczoxd@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/watsonx-ai_1.6.5_1747059272445_0.7068864119552132"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2025-05-12T14:14:32.649Z","publish_time":1747059272649,"_source_registry_name":"default","contributors":[]},"1.6.6":{"name":"@ibm-cloud/watsonx-ai","version":"1.6.6","description":"IBM watsonx.ai Node.js SDK","repository":{"type":"git","url":"git+https://github.com/IBM/watsonx-ai-node-sdk.git"},"keywords":["ibm","watsonx","watsonx-ai"],"author":{"name":"IBM Corp."},"scripts":{"clean":"rm -rf node_modules","eslint:fix":"eslint . --fix","eslint:check":"eslint . --cache","lint":"npm run eslint:check","lint-fix":"npm run eslint:fix","build":"tsc && cp package.json dist/","prepublishOnly":"npm run build","postversion":"publisher --no-checks --dry-run","local-publish":"npm install -g yalc && yalc publish","jest":"jest --verbose","test":"npm run build && npm run lint && jest test/","test-unit":"npm run build && jest test/unit/","test-integration":"npm run build && jest test/integration/","test-examples":"npm run local-publish && cd ./examples && npm run test-all","test-examples-sdk":"npm run local-publish && cd ./examples && npm run test-sdk","test-examples-langchain":"npm run local-publish && cd ./examples && npm run test-langchain","test-regression":"npm run local-publish && cd ./test/langchain && npm run test-regression","test-ilab":"npm run build && jest test/integration/watsonx-ai-ml-ilab.vml_v1.test.js --testPathIgnorePatterns=''","test-lora":"npm run build && jest test/integration/watsonx-ai-ml-lora_qlora.vml_v1.test.js --testPathIgnorePatterns=''","check-packages":"installed-check -e -d -v","all":"npm run test-unit && npm run lint","typedoc":"typedoc","typedoc-merge":"typedoc --entryPointStrategy merge"},"license":"Apache-2.0","publishConfig":{"access":"public"},"engines":{"node":">=18.0.0"},"dependencies":{"@types/node":"^18.0.0","extend":"3.0.2","ibm-cloud-sdk-core":"^5.3.2"},"devDependencies":{"@ibm-cloud/sdk-test-utilities":"^1.0.0","@masterodin/publisher":"^0.10.0","@typescript-eslint/eslint-plugin":"^4.33.0","@typescript-eslint/parser":"^4.24.0","dotenv":"^8.2.0","eslint":"^7.26.0","eslint-config-airbnb-base":"^14.2.1","eslint-config-airbnb-typescript":"^12.3.1","eslint-config-prettier":"^8.3.0","eslint-plugin-import":"^2.23.2","eslint-plugin-jest":"^24.3.6","eslint-plugin-jsdoc":"^34.6.3","eslint-plugin-node":"^9.0.0","eslint-plugin-prettier":"^3.0.1","installed-check":"^2.2.0","jest":"^29.3.1","jsonwebtoken":"^9.0.2","nock":"^13.2.4","prettier":"^2.3.0","typedoc":"^0.25.13","typescript":"^4.9.5"},"jest":{"collectCoverage":true,"coverageDirectory":"./coverage/","coveragePathIgnorePatterns":["<rootDir>/test/"],"testPathIgnorePatterns":["<rootDir>/test/langchain/","<rootDir>/examples","ilab","lora"],"testEnvironment":"node"},"homepage":"https://github.com/IBM/watsonx-ai-node-sdk#readme","directories":{"example":"examples","lib":"lib","test":"test","helpers":"helpers"},"main":"dist/index.js","_id":"@ibm-cloud/watsonx-ai@1.6.6","gitHead":"3cecf5f988a1d2ef360f2b6618aede73cbe1292c","types":"./dist/index.d.ts","bugs":{"url":"https://github.com/IBM/watsonx-ai-node-sdk/issues"},"_nodeVersion":"20.18.2","_npmVersion":"10.8.2","dist":{"integrity":"sha512-OtWFKpaDeg2lMngo7Cimnw/gkZBD6Lu9iyLbpjWYLQ7AJp7vzfFpbWedTAmFbUWR8jE5HARYyEaZvQrZGwQoIg==","shasum":"f6e58a909c9013e707c7929c938f33a2b86b7b6d","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@ibm-cloud/watsonx-ai/-/watsonx-ai-1.6.6.tgz","fileCount":25,"unpackedSize":803567,"signatures":[{"keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U","sig":"MEYCIQDUetXBxoSr0EdSnNXoEoW/58B8I+AfvGsCVcmCYyyPcwIhAPlfEgJ/VNTrFHTSw+GKuWRqmUYW56XP1gGuzvVhuW5r"}],"size":106285},"_npmUser":{"name":"anonymous","email":"WML.SDK.Automation@ibm.com"},"maintainers":[{"name":"anonymous","email":"baijiebj@cn.ibm.com"},{"name":"anonymous","email":"dustinpopp@ibm.com"},{"name":"anonymous","email":"ricellis@uk.ibm.com"},{"name":"anonymous","email":"cldtsdks@us.ibm.com"},{"name":"anonymous","email":"secrets.automation.production@il.ibm.com"},{"name":"anonymous","email":"nvenkatesh.27@gmail.com"},{"name":"anonymous","email":"dpittner@de.ibm.com"},{"name":"anonymous","email":"externaluse.sqlquery@de.ibm.com"},{"name":"anonymous","email":"alchemy.registry.squad@uk.ibm.com"},{"name":"anonymous","email":"edwin.gonzales@ibm.com"},{"name":"anonymous","email":"devxsdk@us.ibm.com"},{"name":"anonymous","email":"Notifications-prod@ibm.com"},{"name":"anonymous","email":"smulampa@in.ibm.com"},{"name":"anonymous","email":"reggeenr@de.ibm.com"},{"name":"anonymous","email":"idsorg@us.ibm.com"},{"name":"anonymous","email":"rushil.v@ibm.com"},{"name":"anonymous","email":"japetrsn@gmail.com"},{"name":"anonymous","email":"dvesperini@gmail.com"},{"name":"anonymous","email":"jwsartor@us.ibm.com"},{"name":"anonymous","email":"WML.SDK.Automation@ibm.com"},{"name":"anonymous","email":"schmatic@in.ibm.com"},{"name":"anonymous","email":"fanfei@cn.ibm.com"},{"name":"anonymous","email":"ce.ui.team@de.ibm.com"},{"name":"anonymous","email":"biczoxd@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/watsonx-ai_1.6.6_1747735295771_0.6736145039233961"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2025-05-20T10:01:35.951Z","publish_time":1747735295951,"_source_registry_name":"default","contributors":[]},"1.6.7":{"name":"@ibm-cloud/watsonx-ai","version":"1.6.7","description":"IBM watsonx.ai Node.js SDK","repository":{"type":"git","url":"git+https://github.com/IBM/watsonx-ai-node-sdk.git"},"keywords":["ibm","watsonx","watsonx-ai"],"author":{"name":"IBM Corp."},"scripts":{"clean":"rm -rf node_modules","eslint:fix":"eslint . --fix","eslint:check":"eslint . --cache","lint":"npm run eslint:check","lint-fix":"npm run eslint:fix","build":"tsc && cp package.json dist/","prepublishOnly":"npm run build","postversion":"publisher --no-checks --dry-run","local-publish":"npm install -g yalc && yalc publish","jest":"jest --verbose","test":"npm run build && npm run lint && jest test/","test-unit":"npm run build && jest test/unit/","test-integration":"npm run build && jest test/integration/","test-examples":"npm run local-publish && cd ./examples && npm run test-all","test-examples-sdk":"npm run local-publish && cd ./examples && npm run test-sdk","test-examples-langchain":"npm run local-publish && cd ./examples && npm run test-langchain","test-regression":"npm run local-publish && cd ./test/langchain && npm run test-regression","test-ilab":"npm run build && jest test/integration/watsonx-ai-ml-ilab.vml_v1.test.js --testPathIgnorePatterns=''","test-lora":"npm run build && jest test/integration/watsonx-ai-ml-lora_qlora.vml_v1.test.js --testPathIgnorePatterns=''","check-packages":"installed-check -e -d -v","all":"npm run test-unit && npm run lint","typedoc":"typedoc","typedoc-merge":"typedoc --entryPointStrategy merge"},"license":"Apache-2.0","publishConfig":{"access":"public"},"engines":{"node":">=18.0.0"},"dependencies":{"@types/node":"^18.0.0","extend":"3.0.2","ibm-cloud-sdk-core":"^5.3.2"},"devDependencies":{"@ibm-cloud/sdk-test-utilities":"^1.0.0","@masterodin/publisher":"^0.10.0","@typescript-eslint/eslint-plugin":"^4.33.0","@typescript-eslint/parser":"^4.24.0","dotenv":"^8.2.0","eslint":"^7.26.0","eslint-config-airbnb-base":"^14.2.1","eslint-config-airbnb-typescript":"^12.3.1","eslint-config-prettier":"^8.3.0","eslint-plugin-import":"^2.23.2","eslint-plugin-jest":"^24.3.6","eslint-plugin-jsdoc":"^34.6.3","eslint-plugin-node":"^9.0.0","eslint-plugin-prettier":"^3.0.1","installed-check":"^2.2.0","jest":"^29.3.1","jsonwebtoken":"^9.0.2","nock":"^13.2.4","prettier":"^2.3.0","typedoc":"^0.25.13","typescript":"^4.9.5"},"jest":{"collectCoverage":true,"coverageDirectory":"./coverage/","coveragePathIgnorePatterns":["<rootDir>/test/"],"testPathIgnorePatterns":["<rootDir>/test/langchain/","<rootDir>/examples","ilab","lora"],"testEnvironment":"node"},"homepage":"https://github.com/IBM/watsonx-ai-node-sdk#readme","directories":{"example":"examples","lib":"lib","test":"test","helpers":"helpers"},"main":"dist/index.js","_id":"@ibm-cloud/watsonx-ai@1.6.7","gitHead":"7b33870cd88b78af29b2c99e186f50b5b62efb23","types":"./dist/index.d.ts","bugs":{"url":"https://github.com/IBM/watsonx-ai-node-sdk/issues"},"_nodeVersion":"22.14.0","_npmVersion":"10.9.2","dist":{"integrity":"sha512-lyHG5pjIINc+3fVbodD+ui0kvs7xk6TRAPJasK+8d8+j/FXS6TNsNGjvP79nfQJPTTYYy9IXxFc/3Z4jAqfD7w==","shasum":"87b718fb0dd355c52fd45e8aa73dda73cf865bb0","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@ibm-cloud/watsonx-ai/-/watsonx-ai-1.6.7.tgz","fileCount":25,"unpackedSize":837698,"signatures":[{"keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U","sig":"MEYCIQDx1AxMf+Uo+q5e0LKYArvIhw/qd0TeQ6xUK91YQ/0mzQIhAI7+3Tp0ba+ZWMPK6ljyhy5vCy4qs685xuchkfuG7Is+"}],"size":110521},"_npmUser":{"name":"anonymous","email":"WML.SDK.Automation@ibm.com"},"maintainers":[{"name":"anonymous","email":"baijiebj@cn.ibm.com"},{"name":"anonymous","email":"dustinpopp@ibm.com"},{"name":"anonymous","email":"ricellis@uk.ibm.com"},{"name":"anonymous","email":"cldtsdks@us.ibm.com"},{"name":"anonymous","email":"secrets.automation.production@il.ibm.com"},{"name":"anonymous","email":"nvenkatesh.27@gmail.com"},{"name":"anonymous","email":"dpittner@de.ibm.com"},{"name":"anonymous","email":"externaluse.sqlquery@de.ibm.com"},{"name":"anonymous","email":"alchemy.registry.squad@uk.ibm.com"},{"name":"anonymous","email":"edwin.gonzales@ibm.com"},{"name":"anonymous","email":"devxsdk@us.ibm.com"},{"name":"anonymous","email":"Notifications-prod@ibm.com"},{"name":"anonymous","email":"smulampa@in.ibm.com"},{"name":"anonymous","email":"reggeenr@de.ibm.com"},{"name":"anonymous","email":"idsorg@us.ibm.com"},{"name":"anonymous","email":"rushil.v@ibm.com"},{"name":"anonymous","email":"japetrsn@gmail.com"},{"name":"anonymous","email":"dvesperini@gmail.com"},{"name":"anonymous","email":"jwsartor@us.ibm.com"},{"name":"anonymous","email":"WML.SDK.Automation@ibm.com"},{"name":"anonymous","email":"schmatic@in.ibm.com"},{"name":"anonymous","email":"fanfei@cn.ibm.com"},{"name":"anonymous","email":"ce.ui.team@de.ibm.com"},{"name":"anonymous","email":"biczoxd@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/watsonx-ai_1.6.7_1748436903371_0.079471892435107"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2025-05-28T12:55:03.605Z","publish_time":1748436903605,"_source_registry_name":"default","contributors":[]},"1.6.8":{"name":"@ibm-cloud/watsonx-ai","version":"1.6.8","description":"IBM watsonx.ai Node.js SDK","repository":{"type":"git","url":"git+https://github.com/IBM/watsonx-ai-node-sdk.git"},"keywords":["ibm","watsonx","watsonx-ai"],"author":{"name":"IBM Corp."},"scripts":{"clean":"rm -rf node_modules","eslint:fix":"eslint . --fix","eslint:check":"eslint . --cache","lint":"npm run eslint:check","lint-fix":"npm run eslint:fix","build":"tsc && cp package.json dist/","prepublishOnly":"npm run build","postversion":"publisher --no-checks --dry-run","local-publish":"command -v yalc >/dev/null 2>&1 || npm install -g yalc && yalc publish","install-package-regression":"npm run local-publish && cd ./test/langchain && npm run test-install","install-package-examples":"npm run local-publish && cd ./examples && npm run test-install","jest":"jest --verbose","test":"npm run build && npm run lint && jest","test-all":"npm run build && npm run lint && jest test/","test-unit":"npm run build && jest test/unit/","test-integration":"npm run build && jest test/integration/","test-examples":"npm run local-publish && cd ./examples && npm run test-all","test-examples-sdk":"npm run local-publish && cd ./examples && npm run test-sdk","test-examples-langchain":"npm run local-publish && cd ./examples && npm run test-langchain","test-regression":"npm run local-publish && cd ./test/langchain && npm run test-regression","test-ilab":"npm run build && jest test/integration/watsonx-ai-ml-ilab.vml_v1.test.js --testPathIgnorePatterns=''","test-lora":"npm run build && jest test/integration/watsonx-ai-ml-lora_qlora.vml_v1.test.js --testPathIgnorePatterns=''","check-packages":"installed-check -e -d -v","all":"npm run test-unit && npm run lint","typedoc":"typedoc","typedoc-merge":"typedoc --entryPointStrategy merge"},"license":"Apache-2.0","publishConfig":{"access":"public"},"engines":{"node":">=18.0.0"},"dependencies":{"@types/node":"^18.0.0","extend":"3.0.2","ibm-cloud-sdk-core":"^5.3.2"},"devDependencies":{"@ibm-cloud/sdk-test-utilities":"^1.0.0","@masterodin/publisher":"^0.10.0","@typescript-eslint/eslint-plugin":"^4.33.0","@typescript-eslint/parser":"^4.24.0","dotenv":"^8.2.0","eslint":"^7.26.0","eslint-config-airbnb-base":"^14.2.1","eslint-config-airbnb-typescript":"^12.3.1","eslint-config-prettier":"^8.3.0","eslint-plugin-import":"^2.23.2","eslint-plugin-jest":"^24.3.6","eslint-plugin-jsdoc":"^34.6.3","eslint-plugin-node":"^9.0.0","eslint-plugin-prettier":"^3.0.1","installed-check":"^2.2.0","jest":"^29.3.1","jsonwebtoken":"^9.0.2","nock":"^13.2.4","prettier":"^2.3.0","typedoc":"^0.25.13","typescript":"^4.9.5"},"homepage":"https://github.com/IBM/watsonx-ai-node-sdk#readme","directories":{"example":"examples","lib":"lib","test":"test","helpers":"helpers"},"exports":{".":"./dist/index.js","./authentication":"./dist/auth/index.js","./dist/*":"./dist/*"},"typesVersions":{"*":{"authentication":["dist/auth/index.d.ts"],"*":["dist/*"]}},"main":"dist/index.js","_id":"@ibm-cloud/watsonx-ai@1.6.8","gitHead":"d69d16eb7b93f4c7b2a0643ef85c8c645c04bbfd","types":"./dist/index.d.ts","bugs":{"url":"https://github.com/IBM/watsonx-ai-node-sdk/issues"},"_nodeVersion":"22.14.0","_npmVersion":"10.9.2","dist":{"integrity":"sha512-Ip5bLDM40rQRYauRmmIIpxLO57wI3+F59Njmp0hexnVr+uKroV+O9+eAGQkdE2c9d17R16Q77ueAGheZrzqgWA==","shasum":"2ff1e17d3e9239ac2cee8983c94e98835b7b263d","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@ibm-cloud/watsonx-ai/-/watsonx-ai-1.6.8.tgz","fileCount":32,"unpackedSize":950852,"signatures":[{"keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U","sig":"MEYCIQC9UIJj0BCK/ccOLmSH2iqGaeTGMWnOb+TWYjfP7/ZwfQIhAKhiAdL22HWqdMhrc+TeyXfLSfsaxUculAJQ5llT4hMa"}],"size":126557},"_npmUser":{"name":"anonymous","email":"WML.SDK.Automation@ibm.com","actor":{"name":"wxai-sdk-automation","email":"WML.SDK.Automation@ibm.com","type":"user"}},"maintainers":[{"name":"anonymous","email":"baijiebj@cn.ibm.com"},{"name":"anonymous","email":"dustinpopp@ibm.com"},{"name":"anonymous","email":"ricellis@uk.ibm.com"},{"name":"anonymous","email":"cldtsdks@us.ibm.com"},{"name":"anonymous","email":"secrets.automation.production@il.ibm.com"},{"name":"anonymous","email":"nvenkatesh.27@gmail.com"},{"name":"anonymous","email":"dpittner@de.ibm.com"},{"name":"anonymous","email":"externaluse.sqlquery@de.ibm.com"},{"name":"anonymous","email":"alchemy.registry.squad@uk.ibm.com"},{"name":"anonymous","email":"edwin.gonzales@ibm.com"},{"name":"anonymous","email":"devxsdk@us.ibm.com"},{"name":"anonymous","email":"Notifications-prod@ibm.com"},{"name":"anonymous","email":"smulampa@in.ibm.com"},{"name":"anonymous","email":"reggeenr@de.ibm.com"},{"name":"anonymous","email":"idsorg@us.ibm.com"},{"name":"anonymous","email":"rushil.v@ibm.com"},{"name":"anonymous","email":"japetrsn@gmail.com"},{"name":"anonymous","email":"dvesperini@gmail.com"},{"name":"anonymous","email":"jwsartor@us.ibm.com"},{"name":"anonymous","email":"WML.SDK.Automation@ibm.com"},{"name":"anonymous","email":"schmatic@in.ibm.com"},{"name":"anonymous","email":"fanfei@cn.ibm.com"},{"name":"anonymous","email":"ce.ui.team@de.ibm.com"},{"name":"anonymous","email":"biczoxd@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/watsonx-ai_1.6.8_1750427389844_0.04763508854357035"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2025-06-20T13:49:50.030Z","publish_time":1750427390030,"_source_registry_name":"default","contributors":[]},"1.6.9":{"name":"@ibm-cloud/watsonx-ai","version":"1.6.9","description":"IBM watsonx.ai Node.js SDK","repository":{"type":"git","url":"git+https://github.com/IBM/watsonx-ai-node-sdk.git"},"keywords":["ibm","watsonx","watsonx-ai"],"author":{"name":"IBM Corp."},"scripts":{"clean":"rm -rf node_modules","eslint:fix":"eslint . --fix","eslint:check":"eslint . --cache","lint":"npm run eslint:check","lint-fix":"npm run eslint:fix","build":"tsc && cp package.json dist/","prepublishOnly":"npm run build","postversion":"publisher --no-checks --dry-run","local-publish":"command -v yalc >/dev/null 2>&1 || npm install -g yalc && yalc publish","install-package-regression":"npm run local-publish && cd ./test/langchain && npm run test-install","install-package-examples":"npm run local-publish && cd ./examples && npm run test-install","jest":"jest --verbose","test":"npm run build && npm run lint && jest","test-all":"npm run build && npm run lint && jest test/","test-unit":"npm run build && jest test/unit/","test-integration":"npm run build && jest test/integration/","test-examples":"npm run local-publish && cd ./examples && npm run test-all","test-examples-sdk":"npm run local-publish && cd ./examples && npm run test-sdk","test-examples-langchain":"npm run local-publish && cd ./examples && npm run test-langchain","test-regression":"npm run local-publish && cd ./test/langchain && npm run test-regression","test-ilab":"npm run build && jest test/integration/watsonx-ai-ml-ilab.vml_v1.test.js --testPathIgnorePatterns=''","test-lora":"npm run build && jest test/integration/watsonx-ai-ml-lora_qlora.vml_v1.test.js --testPathIgnorePatterns=''","check-packages":"installed-check -e -d -v","all":"npm run test-unit && npm run lint","typedoc":"typedoc","typedoc-merge":"typedoc --entryPointStrategy merge"},"license":"Apache-2.0","publishConfig":{"access":"public"},"engines":{"node":">=18.0.0"},"dependencies":{"@types/node":"^18.0.0","extend":"3.0.2","ibm-cloud-sdk-core":"^5.3.2"},"devDependencies":{"@ibm-cloud/sdk-test-utilities":"^1.0.0","@masterodin/publisher":"^0.10.0","@typescript-eslint/eslint-plugin":"^4.33.0","@typescript-eslint/parser":"^4.24.0","dotenv":"^8.2.0","eslint":"^7.26.0","eslint-config-airbnb-base":"^14.2.1","eslint-config-airbnb-typescript":"^12.3.1","eslint-config-prettier":"^8.3.0","eslint-plugin-import":"^2.23.2","eslint-plugin-jest":"^24.3.6","eslint-plugin-jsdoc":"^34.6.3","eslint-plugin-node":"^9.0.0","eslint-plugin-prettier":"^3.0.1","installed-check":"^2.2.0","jest":"^29.3.1","jsonwebtoken":"^9.0.2","nock":"^13.2.4","prettier":"^2.3.0","typedoc":"^0.25.13","typescript":"^4.9.5"},"homepage":"https://github.com/IBM/watsonx-ai-node-sdk#readme","directories":{"example":"examples","lib":"lib","test":"test","helpers":"helpers"},"exports":{".":"./dist/index.js","./authentication":"./dist/auth/index.js","./dist/*":"./dist/*"},"typesVersions":{"*":{"authentication":["dist/auth/index.d.ts"],"*":["dist/*"]}},"main":"dist/index.js","_id":"@ibm-cloud/watsonx-ai@1.6.9","gitHead":"959d915fb3407c64f3a794607f846f744fcc3a5e","types":"./dist/index.d.ts","bugs":{"url":"https://github.com/IBM/watsonx-ai-node-sdk/issues"},"_nodeVersion":"22.14.0","_npmVersion":"10.9.2","dist":{"integrity":"sha512-aW4jUVgxjdDa8IDSM+KPeR42pxeR5AUvSXxvj+iid1DdrmRd/SRR9o/FdWEjpZLgcs5RXQFIT56goWkJv7s8oQ==","shasum":"ec36930b0a7005a5d8b04f31157effdf8d879e64","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@ibm-cloud/watsonx-ai/-/watsonx-ai-1.6.9.tgz","fileCount":32,"unpackedSize":945982,"signatures":[{"keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U","sig":"MEUCIQD3i7u6W8ZeS99OuQ6PJgIzWCuLMOVIb5DdQoZPBySMrgIgVXvH0B9+oYi0HZ/RpxtbsEy2uSYjzcY47Ig93mHaRBo="}],"size":126618},"_npmUser":{"name":"anonymous","email":"WML.SDK.Automation@ibm.com"},"maintainers":[{"name":"anonymous","email":"baijiebj@cn.ibm.com"},{"name":"anonymous","email":"dustinpopp@ibm.com"},{"name":"anonymous","email":"ricellis@uk.ibm.com"},{"name":"anonymous","email":"cldtsdks@us.ibm.com"},{"name":"anonymous","email":"secrets.automation.production@il.ibm.com"},{"name":"anonymous","email":"nvenkatesh.27@gmail.com"},{"name":"anonymous","email":"dpittner@de.ibm.com"},{"name":"anonymous","email":"externaluse.sqlquery@de.ibm.com"},{"name":"anonymous","email":"alchemy.registry.squad@uk.ibm.com"},{"name":"anonymous","email":"edwin.gonzales@ibm.com"},{"name":"anonymous","email":"devxsdk@us.ibm.com"},{"name":"anonymous","email":"Notifications-prod@ibm.com"},{"name":"anonymous","email":"smulampa@in.ibm.com"},{"name":"anonymous","email":"reggeenr@de.ibm.com"},{"name":"anonymous","email":"idsorg@us.ibm.com"},{"name":"anonymous","email":"rushil.v@ibm.com"},{"name":"anonymous","email":"japetrsn@gmail.com"},{"name":"anonymous","email":"dvesperini@gmail.com"},{"name":"anonymous","email":"jwsartor@us.ibm.com"},{"name":"anonymous","email":"WML.SDK.Automation@ibm.com"},{"name":"anonymous","email":"schmatic@in.ibm.com"},{"name":"anonymous","email":"fanfei@cn.ibm.com"},{"name":"anonymous","email":"ce.ui.team@de.ibm.com"},{"name":"anonymous","email":"biczoxd@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/watsonx-ai_1.6.9_1753276377029_0.5947223970315301"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2025-07-23T13:12:57.282Z","publish_time":1753276377282,"_source_registry_name":"default","contributors":[]},"1.6.10":{"name":"@ibm-cloud/watsonx-ai","version":"1.6.10","description":"IBM watsonx.ai Node.js SDK","repository":{"type":"git","url":"git+https://github.com/IBM/watsonx-ai-node-sdk.git"},"keywords":["ibm","watsonx","watsonx-ai"],"author":{"name":"IBM Corp."},"scripts":{"clean":"rm -rf node_modules","eslint:fix":"eslint . --fix","eslint:check":"eslint . --cache","lint":"npm run eslint:check","lint-fix":"npm run eslint:fix","build":"tsc && cp package.json dist/","prepublishOnly":"npm run build","postversion":"publisher --no-checks --dry-run","local-publish":"command -v yalc >/dev/null 2>&1 || npm install -g yalc && yalc publish","install-package-regression":"npm run local-publish && cd ./test/langchain && npm run test-install","install-package-examples":"npm run local-publish && cd ./examples && npm run test-install","jest":"jest --verbose","test":"npm run build && npm run lint && jest","test-all":"npm run build && npm run lint && jest test/","test-unit":"npm run build && jest test/unit/","test-integration":"npm run build && jest test/integration/","test-examples":"npm run local-publish && cd ./examples && npm run test-all","test-examples-sdk":"npm run local-publish && cd ./examples && npm run test-sdk","test-examples-langchain":"npm run local-publish && cd ./examples && npm run test-langchain","test-regression":"npm run local-publish && cd ./test/langchain && npm run test-regression","test-ilab":"npm run build && jest test/integration/watsonx-ai-ml-ilab.vml_v1.test.js --testPathIgnorePatterns=''","test-lora":"npm run build && jest test/integration/watsonx-ai-ml-lora_qlora.vml_v1.test.js --testPathIgnorePatterns=''","check-packages":"installed-check -e -d -v","all":"npm run test-unit && npm run lint","typedoc":"typedoc","typedoc-merge":"typedoc --entryPointStrategy merge"},"license":"Apache-2.0","publishConfig":{"access":"public"},"engines":{"node":">=18.0.0"},"dependencies":{"@types/node":"^18.0.0","extend":"3.0.2","ibm-cloud-sdk-core":"^5.3.2"},"devDependencies":{"@ibm-cloud/sdk-test-utilities":"^1.0.0","@masterodin/publisher":"^0.10.0","@typescript-eslint/eslint-plugin":"^4.33.0","@typescript-eslint/parser":"^4.24.0","dotenv":"^8.2.0","eslint":"^7.26.0","eslint-config-airbnb-base":"^14.2.1","eslint-config-airbnb-typescript":"^12.3.1","eslint-config-prettier":"^8.3.0","eslint-plugin-import":"^2.23.2","eslint-plugin-jest":"^24.3.6","eslint-plugin-jsdoc":"^34.6.3","eslint-plugin-node":"^9.0.0","eslint-plugin-prettier":"^3.0.1","installed-check":"^2.2.0","jest":"^29.3.1","jsonwebtoken":"^9.0.2","nock":"^13.2.4","prettier":"^2.3.0","typedoc":"^0.25.13","typescript":"^4.9.5"},"homepage":"https://github.com/IBM/watsonx-ai-node-sdk#readme","directories":{"example":"examples","lib":"lib","test":"test","helpers":"helpers"},"exports":{".":"./dist/index.js","./authentication":"./dist/auth/index.js","./dist/*":"./dist/*"},"typesVersions":{"*":{"authentication":["dist/auth/index.d.ts"],"dist/*":["dist/*"],"*":["dist/*"]}},"main":"dist/index.js","_id":"@ibm-cloud/watsonx-ai@1.6.10","gitHead":"c586de4d3075b1c22b7fd3e54e94e60d926fab17","types":"./dist/index.d.ts","bugs":{"url":"https://github.com/IBM/watsonx-ai-node-sdk/issues"},"_nodeVersion":"22.14.0","_npmVersion":"10.9.2","dist":{"integrity":"sha512-aZV50/s8VZc7w0t/qcaBw3RLT3WDsAeZUJlP8EbG/csZJF3a8F7alihbGOM4lJFM7R4Z81Lucz3nfHi2KR7J4Q==","shasum":"ad3df4e7cd007835ff00b0a41d37ec221f3e4f30","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@ibm-cloud/watsonx-ai/-/watsonx-ai-1.6.10.tgz","fileCount":32,"unpackedSize":946072,"signatures":[{"keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U","sig":"MEYCIQCEZ7Y8Obo6dpuf3QseLzGKPrBgSLbGP39/e6enQIaIWQIhAOknU8QUo2Loyt1U1/wjCLO6YE80iuI71RzN9Dg+NBfg"}],"size":126622},"_npmUser":{"name":"anonymous","email":"WML.SDK.Automation@ibm.com"},"maintainers":[{"name":"anonymous","email":"baijiebj@cn.ibm.com"},{"name":"anonymous","email":"dustinpopp@ibm.com"},{"name":"anonymous","email":"ricellis@uk.ibm.com"},{"name":"anonymous","email":"cldtsdks@us.ibm.com"},{"name":"anonymous","email":"secrets.automation.production@il.ibm.com"},{"name":"anonymous","email":"nvenkatesh.27@gmail.com"},{"name":"anonymous","email":"dpittner@de.ibm.com"},{"name":"anonymous","email":"externaluse.sqlquery@de.ibm.com"},{"name":"anonymous","email":"alchemy.registry.squad@uk.ibm.com"},{"name":"anonymous","email":"edwin.gonzales@ibm.com"},{"name":"anonymous","email":"devxsdk@us.ibm.com"},{"name":"anonymous","email":"Notifications-prod@ibm.com"},{"name":"anonymous","email":"smulampa@in.ibm.com"},{"name":"anonymous","email":"reggeenr@de.ibm.com"},{"name":"anonymous","email":"idsorg@us.ibm.com"},{"name":"anonymous","email":"rushil.v@ibm.com"},{"name":"anonymous","email":"japetrsn@gmail.com"},{"name":"anonymous","email":"dvesperini@gmail.com"},{"name":"anonymous","email":"jwsartor@us.ibm.com"},{"name":"anonymous","email":"WML.SDK.Automation@ibm.com"},{"name":"anonymous","email":"schmatic@in.ibm.com"},{"name":"anonymous","email":"fanfei@cn.ibm.com"},{"name":"anonymous","email":"ce.ui.team@de.ibm.com"},{"name":"anonymous","email":"biczoxd@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/watsonx-ai_1.6.10_1753712875146_0.33596748020597533"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2025-07-28T14:27:55.329Z","publish_time":1753712875329,"_source_registry_name":"default","contributors":[]},"1.6.11":{"name":"@ibm-cloud/watsonx-ai","version":"1.6.11","description":"IBM watsonx.ai Node.js SDK","repository":{"type":"git","url":"git+https://github.com/IBM/watsonx-ai-node-sdk.git"},"keywords":["ibm","watsonx","watsonx-ai"],"author":{"name":"IBM Corp."},"scripts":{"clean":"rm -rf node_modules","eslint:fix":"eslint . --fix","eslint:check":"eslint . --cache","lint":"npm run eslint:check","lint-fix":"npm run eslint:fix","build":"tsc && cp package.json dist/","prepublishOnly":"npm run build","postversion":"publisher --no-checks --dry-run","local-publish":"command -v yalc >/dev/null 2>&1 || npm install -g yalc && yalc publish","install-package-regression":"npm run local-publish && cd ./test/langchain && npm run test-install","install-package-examples":"npm run local-publish && cd ./examples && npm run test-install","jest":"jest --verbose","test":"npm run build && npm run lint && jest","test-all":"npm run build && npm run lint && jest test/","test-unit":"npm run build && jest test/unit/","test-integration":"npm run build && jest test/integration/","test-examples":"npm run local-publish && cd ./examples && npm run test-all","test-examples-sdk":"npm run local-publish && cd ./examples && npm run test-sdk","test-examples-langchain":"npm run local-publish && cd ./examples && npm run test-langchain","test-regression":"npm run local-publish && cd ./test/langchain && npm run test-regression","test-ilab":"npm run build && jest test/integration/watsonx-ai-ml-ilab.vml_v1.test.js --testPathIgnorePatterns=''","test-lora":"npm run build && jest test/integration/watsonx-ai-ml-lora_qlora.vml_v1.test.js --testPathIgnorePatterns=''","check-packages":"installed-check -e -d -v","all":"npm run test-unit && npm run lint","typedoc":"typedoc","typedoc-merge":"typedoc --entryPointStrategy merge"},"license":"Apache-2.0","publishConfig":{"access":"public"},"engines":{"node":">=18.0.0"},"dependencies":{"@types/node":"^18.0.0","extend":"3.0.2","ibm-cloud-sdk-core":"^5.3.2"},"devDependencies":{"@ibm-cloud/sdk-test-utilities":"^1.0.0","@masterodin/publisher":"^0.10.0","@typescript-eslint/eslint-plugin":"^4.33.0","@typescript-eslint/parser":"^4.24.0","dotenv":"^8.2.0","eslint":"^7.26.0","eslint-config-airbnb-base":"^14.2.1","eslint-config-airbnb-typescript":"^12.3.1","eslint-config-prettier":"^8.3.0","eslint-plugin-import":"^2.23.2","eslint-plugin-jest":"^24.3.6","eslint-plugin-jsdoc":"^34.6.3","eslint-plugin-node":"^9.0.0","eslint-plugin-prettier":"^3.0.1","installed-check":"^2.2.0","jest":"^29.3.1","jsonwebtoken":"^9.0.2","nock":"^13.2.4","prettier":"^2.3.0","typedoc":"^0.25.13","typescript":"^4.9.5"},"homepage":"https://github.com/IBM/watsonx-ai-node-sdk#readme","directories":{"example":"examples","lib":"lib","test":"test","helpers":"helpers"},"exports":{".":"./dist/index.js","./authentication":"./dist/auth/index.js","./dist/*":"./dist/*"},"typesVersions":{"*":{"authentication":["dist/auth/index.d.ts"],"dist/*":["dist/*"],"*":["dist/*"]}},"main":"dist/index.js","_id":"@ibm-cloud/watsonx-ai@1.6.11","gitHead":"798f6dcf82d57dc218b89905993953d7ec520006","types":"./dist/index.d.ts","bugs":{"url":"https://github.com/IBM/watsonx-ai-node-sdk/issues"},"_nodeVersion":"22.14.0","_npmVersion":"10.9.2","dist":{"integrity":"sha512-beKBCjavS7Gqj0dX011z+EXSQt3xfo1yNnpQ1sgmv8XX6nHk+bqWXRTrYiqfnKb5uaxlvAgJKJOQ4txm6MSikg==","shasum":"acc0eabfc9952a36bb365f8c9ae96d3d07e38661","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@ibm-cloud/watsonx-ai/-/watsonx-ai-1.6.11.tgz","fileCount":32,"unpackedSize":951487,"signatures":[{"keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U","sig":"MEUCIEvQDYey723vw6PMhUszR5n7xUr4CBRoqKciklqoo1W+AiEAvr5BtFOsRCsYMbpvr+588xWrCyCHwkRwE5IzlgOsEV0="}],"size":127674},"_npmUser":{"name":"anonymous","email":"WML.SDK.Automation@ibm.com"},"maintainers":[{"name":"anonymous","email":"baijiebj@cn.ibm.com"},{"name":"anonymous","email":"dustinpopp@ibm.com"},{"name":"anonymous","email":"ricellis@uk.ibm.com"},{"name":"anonymous","email":"cldtsdks@us.ibm.com"},{"name":"anonymous","email":"secrets.automation.production@il.ibm.com"},{"name":"anonymous","email":"nvenkatesh.27@gmail.com"},{"name":"anonymous","email":"dpittner@de.ibm.com"},{"name":"anonymous","email":"externaluse.sqlquery@de.ibm.com"},{"name":"anonymous","email":"alchemy.registry.squad@uk.ibm.com"},{"name":"anonymous","email":"edwin.gonzales@ibm.com"},{"name":"anonymous","email":"devxsdk@us.ibm.com"},{"name":"anonymous","email":"Notifications-prod@ibm.com"},{"name":"anonymous","email":"smulampa@in.ibm.com"},{"name":"anonymous","email":"reggeenr@de.ibm.com"},{"name":"anonymous","email":"idsorg@us.ibm.com"},{"name":"anonymous","email":"rushil.v@ibm.com"},{"name":"anonymous","email":"japetrsn@gmail.com"},{"name":"anonymous","email":"dvesperini@gmail.com"},{"name":"anonymous","email":"jwsartor@us.ibm.com"},{"name":"anonymous","email":"WML.SDK.Automation@ibm.com"},{"name":"anonymous","email":"schmatic@in.ibm.com"},{"name":"anonymous","email":"fanfei@cn.ibm.com"},{"name":"anonymous","email":"ce.ui.team@de.ibm.com"},{"name":"anonymous","email":"biczoxd@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/watsonx-ai_1.6.11_1756151638163_0.8607529520300394"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2025-08-25T19:53:58.349Z","publish_time":1756151638349,"_source_registry_name":"default","contributors":[]},"1.6.12":{"name":"@ibm-cloud/watsonx-ai","version":"1.6.12","description":"IBM watsonx.ai Node.js SDK","repository":{"type":"git","url":"git+https://github.com/IBM/watsonx-ai-node-sdk.git"},"keywords":["ibm","watsonx","watsonx-ai"],"author":{"name":"IBM Corp."},"scripts":{"clean":"rm -rf node_modules","eslint:fix":"eslint . --fix","eslint:check":"eslint . --cache","lint":"npm run eslint:check","lint-fix":"npm run eslint:fix","build":"tsc && cp package.json dist/","prepublishOnly":"npm run build","postversion":"publisher --no-checks --dry-run","local-publish":"command -v yalc >/dev/null 2>&1 || npm install -g yalc && yalc publish","install-package-regression":"npm run local-publish && cd ./test/langchain && npm run test-install","install-package-examples":"npm run local-publish && cd ./examples && npm run test-install","jest":"jest --verbose","test":"npm run build && npm run lint && jest","test-all":"npm run build && npm run lint && jest test/","test-unit":"npm run build && jest test/unit/","test-integration":"npm run build && jest test/integration/","test-examples":"npm run local-publish && cd ./examples && npm run test-all","test-examples-sdk":"npm run local-publish && cd ./examples && npm run test-sdk","test-examples-langchain":"npm run local-publish && cd ./examples && npm run test-langchain","test-regression":"npm run local-publish && cd ./test/langchain && npm run test-regression","test-ilab":"npm run build && jest test/integration/watsonx-ai-ml-ilab.vml_v1.test.js --testPathIgnorePatterns=''","test-lora":"npm run build && jest test/integration/watsonx-ai-ml-lora_qlora.vml_v1.test.js --testPathIgnorePatterns=''","check-packages":"installed-check -e -d -v","all":"npm run test-unit && npm run lint","typedoc":"typedoc","typedoc-merge":"typedoc --entryPointStrategy merge"},"license":"Apache-2.0","publishConfig":{"access":"public"},"engines":{"node":">=18.0.0"},"dependencies":{"@types/node":"^18.0.0","extend":"3.0.2","form-data":"^4.0.4","ibm-cloud-sdk-core":"^5.3.2"},"devDependencies":{"@ibm-cloud/sdk-test-utilities":"^1.0.0","@masterodin/publisher":"^0.10.0","@typescript-eslint/eslint-plugin":"^4.33.0","@typescript-eslint/parser":"^4.24.0","dotenv":"^8.2.0","eslint":"^7.26.0","eslint-config-airbnb-base":"^14.2.1","eslint-config-airbnb-typescript":"^12.3.1","eslint-config-prettier":"^8.3.0","eslint-plugin-import":"^2.23.2","eslint-plugin-jest":"^24.3.6","eslint-plugin-jsdoc":"^34.6.3","eslint-plugin-node":"^9.0.0","eslint-plugin-prettier":"^3.0.1","installed-check":"^2.2.0","jest":"^29.3.1","jsonwebtoken":"^9.0.2","nock":"^13.2.4","prettier":"^2.3.0","typedoc":"^0.25.13","typescript":"^4.9.5"},"homepage":"https://github.com/IBM/watsonx-ai-node-sdk#readme","directories":{"example":"examples","lib":"lib","test":"test","helpers":"helpers"},"exports":{".":"./dist/index.js","./authentication":"./dist/auth/index.js","./dist/*":"./dist/*"},"typesVersions":{"*":{"authentication":["dist/auth/index.d.ts"],"dist/*":["dist/*"],"*":["dist/*"]}},"main":"dist/index.js","_id":"@ibm-cloud/watsonx-ai@1.6.12","gitHead":"12d24fc873f0ecb8cc6cf15106efc66a1a6e373b","types":"./dist/index.d.ts","bugs":{"url":"https://github.com/IBM/watsonx-ai-node-sdk/issues"},"_nodeVersion":"22.14.0","_npmVersion":"10.9.2","dist":{"integrity":"sha512-ZMvkQgucWj2NDRl/7+RVislV3JYyS7iXUbPwJyQt4M0gcaVChM6PayZqdxAbqL4hdbXmh/k/uvhUynZrmpa0LQ==","shasum":"79c6f72a4dce60a80c073ba32864ab0694144d57","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@ibm-cloud/watsonx-ai/-/watsonx-ai-1.6.12.tgz","fileCount":36,"unpackedSize":963139,"signatures":[{"keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U","sig":"MEYCIQCUcd+s1GP9rvEk5fHA7OsPvTcOGLSctHFtLaBh7L45EwIhAM9+HHuM+neRmYymC/aw7lz4Ddw17tmdbdWck4jaNsLq"}],"size":129870},"_npmUser":{"name":"anonymous","email":"WML.SDK.Automation@ibm.com"},"maintainers":[{"name":"anonymous","email":"baijiebj@cn.ibm.com"},{"name":"anonymous","email":"dustinpopp@ibm.com"},{"name":"anonymous","email":"ricellis@uk.ibm.com"},{"name":"anonymous","email":"cldtsdks@us.ibm.com"},{"name":"anonymous","email":"secrets.automation.production@il.ibm.com"},{"name":"anonymous","email":"nvenkatesh.27@gmail.com"},{"name":"anonymous","email":"dpittner@de.ibm.com"},{"name":"anonymous","email":"externaluse.sqlquery@de.ibm.com"},{"name":"anonymous","email":"alchemy.registry.squad@uk.ibm.com"},{"name":"anonymous","email":"edwin.gonzales@ibm.com"},{"name":"anonymous","email":"devxsdk@us.ibm.com"},{"name":"anonymous","email":"Notifications-prod@ibm.com"},{"name":"anonymous","email":"smulampa@in.ibm.com"},{"name":"anonymous","email":"reggeenr@de.ibm.com"},{"name":"anonymous","email":"idsorg@us.ibm.com"},{"name":"anonymous","email":"rushil.v@ibm.com"},{"name":"anonymous","email":"japetrsn@gmail.com"},{"name":"anonymous","email":"dvesperini@gmail.com"},{"name":"anonymous","email":"jwsartor@us.ibm.com"},{"name":"anonymous","email":"WML.SDK.Automation@ibm.com"},{"name":"anonymous","email":"schmatic@in.ibm.com"},{"name":"anonymous","email":"fanfei@cn.ibm.com"},{"name":"anonymous","email":"ce.ui.team@de.ibm.com"},{"name":"anonymous","email":"biczoxd@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/watsonx-ai_1.6.12_1756396763321_0.04730275945797535"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2025-08-28T15:59:23.537Z","publish_time":1756396763537,"_source_registry_name":"default","contributors":[]},"1.6.13":{"name":"@ibm-cloud/watsonx-ai","version":"1.6.13","description":"IBM watsonx.ai Node.js SDK","repository":{"type":"git","url":"git+https://github.com/IBM/watsonx-ai-node-sdk.git"},"keywords":["ibm","watsonx","watsonx-ai"],"author":{"name":"IBM Corp."},"scripts":{"clean":"rm -rf node_modules","eslint:fix":"eslint . --fix","eslint:check":"eslint . --cache","lint":"npm run eslint:check","lint-fix":"npm run eslint:fix","build":"tsc && cp package.json dist/","prepublishOnly":"npm run build","postversion":"publisher --no-checks --dry-run","local-publish":"command -v yalc >/dev/null 2>&1 || npm install -g yalc && yalc publish","install-package-regression":"npm run local-publish && cd ./test/langchain && npm run test-install","install-package-examples":"npm run local-publish && cd ./examples && npm run test-install","jest":"jest --verbose","test":"npm run build && npm run lint && jest","test-all":"npm run build && npm run lint && jest test/","test-unit":"npm run build && jest test/unit/","test-integration":"npm run build && jest test/integration/","test-examples":"npm run local-publish && cd ./examples && npm run test-all","test-examples-sdk":"npm run local-publish && cd ./examples && npm run test-sdk","test-examples-langchain":"npm run local-publish && cd ./examples && npm run test-langchain","test-regression":"npm run local-publish && cd ./test/langchain && npm run test-regression","test-ilab":"npm run build && jest test/integration/watsonx-ai-ml-ilab.vml_v1.test.js --testPathIgnorePatterns=''","test-lora":"npm run build && jest test/integration/watsonx-ai-ml-lora_qlora.vml_v1.test.js --testPathIgnorePatterns=''","check-packages":"installed-check -e -d -v","all":"npm run test-unit && npm run lint","typedoc":"typedoc","typedoc-merge":"typedoc --entryPointStrategy merge"},"license":"Apache-2.0","publishConfig":{"access":"public"},"engines":{"node":">=18.0.0"},"dependencies":{"@types/node":"^18.0.0","extend":"3.0.2","form-data":"^4.0.4","ibm-cloud-sdk-core":"^5.4.3"},"devDependencies":{"@ibm-cloud/sdk-test-utilities":"^1.0.0","@masterodin/publisher":"^0.10.0","@typescript-eslint/eslint-plugin":"^4.33.0","@typescript-eslint/parser":"^4.24.0","dotenv":"^8.2.0","eslint":"^7.26.0","eslint-config-airbnb-base":"^14.2.1","eslint-config-airbnb-typescript":"^12.3.1","eslint-config-prettier":"^8.3.0","eslint-plugin-import":"^2.23.2","eslint-plugin-jest":"^24.3.6","eslint-plugin-jsdoc":"^34.6.3","eslint-plugin-node":"^9.0.0","eslint-plugin-prettier":"^3.0.1","installed-check":"^2.2.0","jest":"^29.3.1","jsonwebtoken":"^9.0.2","nock":"^13.2.4","prettier":"^2.3.0","typedoc":"^0.25.13","typescript":"^4.9.5"},"homepage":"https://github.com/IBM/watsonx-ai-node-sdk#readme","directories":{"example":"examples","lib":"lib","test":"test","helpers":"helpers"},"exports":{".":"./dist/index.js","./authentication":"./dist/auth/index.js","./dist/*":"./dist/*"},"typesVersions":{"*":{"authentication":["dist/auth/index.d.ts"],"dist/*":["dist/*"],"*":["dist/*"]}},"main":"dist/index.js","_id":"@ibm-cloud/watsonx-ai@1.6.13","gitHead":"6ec3464ecd85277660302adc567240d871b862ef","types":"./dist/index.d.ts","bugs":{"url":"https://github.com/IBM/watsonx-ai-node-sdk/issues"},"_nodeVersion":"22.14.0","_npmVersion":"10.9.2","dist":{"integrity":"sha512-INaaD7EKpycwQg/tsLm3QM5uvDF5mWLPQCj6GTk44gEZhgx1depvVG5bxwjfqkx1tbJMFuozz2p6VHOE21S+8g==","shasum":"d50233d09ff7ce4761b8b3df8c21de75b6bc061d","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@ibm-cloud/watsonx-ai/-/watsonx-ai-1.6.13.tgz","fileCount":36,"unpackedSize":963139,"signatures":[{"keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U","sig":"MEUCIGSBANU1aseQop0CqTCh8NR7R/n3Ykhxe3Tt/XfWuBfSAiEAyiirQ476kxUnIlw/AvQVMlehHVxN0+QTYVWexuKWq5A="}],"size":129870},"_npmUser":{"name":"anonymous","email":"WML.SDK.Automation@ibm.com"},"maintainers":[{"name":"anonymous","email":"baijiebj@cn.ibm.com"},{"name":"anonymous","email":"dustinpopp@ibm.com"},{"name":"anonymous","email":"ricellis@uk.ibm.com"},{"name":"anonymous","email":"cldtsdks@us.ibm.com"},{"name":"anonymous","email":"secrets.automation.production@il.ibm.com"},{"name":"anonymous","email":"nvenkatesh.27@gmail.com"},{"name":"anonymous","email":"dpittner@de.ibm.com"},{"name":"anonymous","email":"externaluse.sqlquery@de.ibm.com"},{"name":"anonymous","email":"alchemy.registry.squad@uk.ibm.com"},{"name":"anonymous","email":"edwin.gonzales@ibm.com"},{"name":"anonymous","email":"devxsdk@us.ibm.com"},{"name":"anonymous","email":"Notifications-prod@ibm.com"},{"name":"anonymous","email":"smulampa@in.ibm.com"},{"name":"anonymous","email":"reggeenr@de.ibm.com"},{"name":"anonymous","email":"idsorg@us.ibm.com"},{"name":"anonymous","email":"rushil.v@ibm.com"},{"name":"anonymous","email":"japetrsn@gmail.com"},{"name":"anonymous","email":"dvesperini@gmail.com"},{"name":"anonymous","email":"jwsartor@us.ibm.com"},{"name":"anonymous","email":"WML.SDK.Automation@ibm.com"},{"name":"anonymous","email":"schmatic@in.ibm.com"},{"name":"anonymous","email":"fanfei@cn.ibm.com"},{"name":"anonymous","email":"ce.ui.team@de.ibm.com"},{"name":"anonymous","email":"biczoxd@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/watsonx-ai_1.6.13_1758115468958_0.09142913704771649"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2025-09-17T13:24:29.163Z","publish_time":1758115469163,"_source_registry_name":"default","contributors":[]},"1.7.0":{"name":"@ibm-cloud/watsonx-ai","version":"1.7.0","description":"IBM watsonx.ai Node.js SDK","repository":{"type":"git","url":"git+https://github.com/IBM/watsonx-ai-node-sdk.git"},"keywords":["ibm","watsonx","watsonx-ai"],"author":{"name":"IBM Corp."},"scripts":{"clean":"rm -rf node_modules","eslint:fix":"eslint . --fix","eslint:check":"eslint . --cache","lint":"npm run eslint:check","lint-fix":"npm run eslint:fix","format":"prettier --config .prettierrc.js --write \"watsonx-ai-ml\" \"helpers\" \"auth\" \"test\"","build":"./scripts/build","postversion":"publisher --no-checks --dry-run","local-publish":"npm run build && command -v yalc >/dev/null 2>&1 || npm install -g yalc && (cd dist/ && yalc publish)","install-package-regression":"npm run local-publish && cd ./test/langchain && npm run test-install","install-package-examples":"npm run local-publish && cd ./examples && npm run test-install","jest":"jest --verbose","test":"npm run build && npm run lint && jest","test-all":"npm run build && npm run lint && jest test/","test-unit":"npm run build && npm run lint && jest test/unit/","test-integration":"npm run build && jest test/integration/","test-examples":"npm run local-publish && cd ./examples && npm run test-all","test-examples-sdk":"npm run local-publish && cd ./examples && npm run test-sdk","test-examples-langchain":"npm run local-publish && cd ./examples && npm run test-langchain","test-regression":"npm run local-publish && cd ./test/langchain && npm run test-regression","test-ilab":"npm run build && jest test/integration/watsonx-ai-ml-ilab.vml_v1.test.js --testPathIgnorePatterns=''","test-lora":"npm run build && jest test/integration/watsonx-ai-ml-lora_qlora.vml_v1.test.js --testPathIgnorePatterns=''","check-packages":"installed-check -e -d -v","all":"npm run test-unit && npm run lint","typedoc":"typedoc","typedoc-merge":"typedoc --entryPointStrategy merge"},"license":"Apache-2.0","publishConfig":{"access":"public"},"engines":{"node":">=18.0.0"},"dependencies":{"@types/node":"^18.0.0","extend":"3.0.2","form-data":"^4.0.4","ibm-cloud-sdk-core":"^5.4.3"},"homepage":"https://github.com/IBM/watsonx-ai-node-sdk#readme","directories":{"example":"examples","lib":"lib","test":"test","helpers":"helpers"},"main":"./index.js","module":"./index.mjs","types":"./index.d.ts","exports":{".":{"import":"./index.js","types":"./index.d.ts","default":"./index.mjs"},"./vml_v1.mjs":{"default":"./vml_v1.mjs","types":"./vml_v1.d.mts"},"./vml_v1.js":{"default":"./vml_v1.js","types":"./vml_v1.d.ts"},"./dist/watsonx-ai-ml/vml_v1.js":{"types":"./vml_v1.d.js","default":"./vml_v1.js"},"./gateway":{"import":"./gateway/index.mjs","require":"./gateway/index.js","types":"./gateway/index.d.ts"},"./gateway/*.mjs":{"default":"./gateway/index.mjs","types":"./gateway/index.d.mts"},"./gateway/*.js":{"default":"./gateway/index.js","types":"./gateway/index.d.ts"},"./base":{"import":"./base/index.mjs","require":"./base/index.js","types":"./base/index.d.ts"},"./base/*.mjs":{"default":"./base/index.mjs","types":"./base/index.d.mts"},"./base/*.js":{"default":"./base/index.js","types":"./base/index.d.ts"},"./authentication":{"import":"./authentication/index.mjs","require":"./authentication/index.js","types":"./authentication/index.d.ts"},"./authentication/*.mjs":{"default":"./authentication/index.mjs","types":"./authentication/index.d.mts"},"./authentication/*.js":{"default":"./authentication/index.js","types":"./authentication/index.d.ts"}},"_id":"@ibm-cloud/watsonx-ai@1.7.0","gitHead":"c7779671d3c213f873832bef37e1e74399553946","bugs":{"url":"https://github.com/IBM/watsonx-ai-node-sdk/issues"},"_nodeVersion":"22.14.0","_npmVersion":"10.9.2","dist":{"integrity":"sha512-TmLaoFXmLc7yVFJIQS25mzZcuWfju4JmRXcO62KthDKNENyPpXXJukrHN6gXfv1BotzFt0M2kyRnO1Vt8ZLlxQ==","shasum":"c0a921bfa968286c01a041c2e7302c482f8f3037","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@ibm-cloud/watsonx-ai/-/watsonx-ai-1.7.0.tgz","fileCount":260,"unpackedSize":3265176,"signatures":[{"keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U","sig":"MEQCIG/vKVv5CKM16goLognc5kpUGA7oyHeuubor4hUlOc5sAiAoFd0+NER4DIVkvA7kObuyCXZWXbwhmviERYJrXpqFOA=="}],"size":411821},"_npmUser":{"name":"anonymous","email":"WML.SDK.Automation@ibm.com"},"maintainers":[{"name":"anonymous","email":"ricellis@uk.ibm.com"},{"name":"anonymous","email":"cldtsdks@us.ibm.com"},{"name":"anonymous","email":"secrets.automation.production@il.ibm.com"},{"name":"anonymous","email":"nvenkatesh.27@gmail.com"},{"name":"anonymous","email":"dpittner@de.ibm.com"},{"name":"anonymous","email":"externaluse.sqlquery@de.ibm.com"},{"name":"anonymous","email":"alchemy.registry.squad@uk.ibm.com"},{"name":"anonymous","email":"devxsdk@us.ibm.com"},{"name":"anonymous","email":"Notifications-prod@ibm.com"},{"name":"anonymous","email":"reggeenr@de.ibm.com"},{"name":"anonymous","email":"idsorg@us.ibm.com"},{"name":"anonymous","email":"rushil.v@ibm.com"},{"name":"anonymous","email":"WML.SDK.Automation@ibm.com"},{"name":"anonymous","email":"schmatic@in.ibm.com"},{"name":"anonymous","email":"ce.ui.team@de.ibm.com"},{"name":"anonymous","email":"biczoxd@gmail.com"},{"name":"anonymous","email":"Jeremy.Johnson@ibm.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/watsonx-ai_1.7.0_1760347283730_0.03561455144289738"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2025-10-13T09:21:23.985Z","publish_time":1760347283985,"_source_registry_name":"default","contributors":[]},"1.7.1":{"name":"@ibm-cloud/watsonx-ai","version":"1.7.1","description":"IBM watsonx.ai Node.js SDK","repository":{"type":"git","url":"git+https://github.com/IBM/watsonx-ai-node-sdk.git"},"keywords":["ibm","watsonx","watsonx-ai"],"author":{"name":"IBM Corp."},"scripts":{"clean":"rm -rf node_modules","eslint:fix":"eslint . --fix","eslint:check":"eslint . --cache","lint":"npm run eslint:check","lint-fix":"npm run eslint:fix","format":"prettier --config .prettierrc.js --write \"watsonx-ai-ml\" \"helpers\" \"auth\" \"test\"","build":"./scripts/build","postversion":"publisher --no-checks --dry-run","local-publish":"npm run build && command -v yalc >/dev/null 2>&1 || npm install -g yalc && (cd dist/ && yalc publish)","install-package-regression":"npm run local-publish && cd ./test/langchain && npm run test-install","install-package-examples":"npm run local-publish && cd ./examples && npm run test-install","jest":"jest --verbose","test":"npm run build && npm run lint && jest","test-all":"npm run build && npm run lint && jest test/","test-unit":"npm run build && npm run lint && jest test/unit/","test-integration":"npm run build && jest test/integration/","test-examples":"npm run local-publish && cd ./examples && npm run test-all","test-examples-sdk":"npm run local-publish && cd ./examples && npm run test-sdk","test-examples-langchain":"npm run local-publish && cd ./examples && npm run test-langchain","test-regression":"npm run local-publish && cd ./test/langchain && npm run test-regression","test-ilab":"npm run build && jest test/integration/watsonx-ai-ml-ilab.vml_v1.test.js --testPathIgnorePatterns=''","test-lora":"npm run build && jest test/integration/watsonx-ai-ml-lora_qlora.vml_v1.test.js --testPathIgnorePatterns=''","check-packages":"installed-check -e -d -v","all":"npm run test-unit && npm run lint","typedoc":"typedoc","typedoc-merge":"typedoc --entryPointStrategy merge"},"license":"Apache-2.0","publishConfig":{"access":"public"},"engines":{"node":">=18.0.0"},"dependencies":{"@types/node":"^18.0.0","extend":"3.0.2","form-data":"^4.0.4","ibm-cloud-sdk-core":"^5.4.3"},"homepage":"https://github.com/IBM/watsonx-ai-node-sdk#readme","directories":{"example":"examples","lib":"lib","test":"test","helpers":"helpers"},"main":"./index.js","module":"./index.mjs","types":"./index.d.ts","exports":{".":{"require":{"types":"./index.d.ts","default":"./index.js"},"types":"./index.d.mts","default":"./index.mjs"},"./vml_v1.mjs":{"default":"./vml_v1.mjs","types":"./vml_v1.d.mts"},"./vml_v1.js":{"default":"./vml_v1.js","types":"./vml_v1.d.ts"},"./dist/watsonx-ai-ml/vml_v1.js":{"types":"./vml_v1.d.js","default":"./vml_v1.js"},"./gateway":{"import":"./gateway/index.mjs","require":"./gateway/index.js","types":"./gateway/index.d.ts"},"./gateway/*.mjs":{"default":"./gateway/index.mjs","types":"./gateway/index.d.mts"},"./gateway/*.js":{"default":"./gateway/index.js","types":"./gateway/index.d.ts"},"./base":{"import":"./base/index.mjs","require":"./base/index.js","types":"./base/index.d.ts"},"./base/*.mjs":{"default":"./base/index.mjs","types":"./base/index.d.mts"},"./base/*.js":{"default":"./base/index.js","types":"./base/index.d.ts"},"./authentication":{"import":"./authentication/index.mjs","require":"./authentication/index.js","types":"./authentication/index.d.ts"},"./authentication/*.mjs":{"default":"./authentication/index.mjs","types":"./authentication/index.d.mts"},"./authentication/*.js":{"default":"./authentication/index.js","types":"./authentication/index.d.ts"}},"_id":"@ibm-cloud/watsonx-ai@1.7.1","gitHead":"92640d97646edbb609296f862b4e07f7cb7b285d","bugs":{"url":"https://github.com/IBM/watsonx-ai-node-sdk/issues"},"_nodeVersion":"22.14.0","_npmVersion":"10.9.2","dist":{"integrity":"sha512-ckgWFiJkaueyrjMynoM1bXd4OeytpCQcszqEgZB+T73KJ2siPGNS1k/Ob9sMpr5TK5jH7nYWE5Rq7nJ82UgkBg==","shasum":"ce152100751df01a2ba2648298b0df77ca7c5c10","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@ibm-cloud/watsonx-ai/-/watsonx-ai-1.7.1.tgz","fileCount":344,"unpackedSize":4682727,"signatures":[{"keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U","sig":"MEQCIDLVEQWLWUDhPNoAuWNwmvE0vRiFyul6pU8ROYjEtwfKAiA48oFQP6Pk4vDQEd3aMCE5ygqBtqP5bqDkbY+u9m7Zfg=="}],"size":605743},"_npmUser":{"name":"anonymous","email":"WML.SDK.Automation@ibm.com"},"maintainers":[{"name":"anonymous","email":"ricellis@uk.ibm.com"},{"name":"anonymous","email":"cldtsdks@us.ibm.com"},{"name":"anonymous","email":"secrets.automation.production@il.ibm.com"},{"name":"anonymous","email":"nvenkatesh.27@gmail.com"},{"name":"anonymous","email":"dpittner@de.ibm.com"},{"name":"anonymous","email":"externaluse.sqlquery@de.ibm.com"},{"name":"anonymous","email":"alchemy.registry.squad@uk.ibm.com"},{"name":"anonymous","email":"devxsdk@us.ibm.com"},{"name":"anonymous","email":"Notifications-prod@ibm.com"},{"name":"anonymous","email":"reggeenr@de.ibm.com"},{"name":"anonymous","email":"idsorg@us.ibm.com"},{"name":"anonymous","email":"rushil.v@ibm.com"},{"name":"anonymous","email":"WML.SDK.Automation@ibm.com"},{"name":"anonymous","email":"schmatic@in.ibm.com"},{"name":"anonymous","email":"ce.ui.team@de.ibm.com"},{"name":"anonymous","email":"biczoxd@gmail.com"},{"name":"anonymous","email":"Jeremy.Johnson@ibm.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/watsonx-ai_1.7.1_1761659991207_0.18040704411576636"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2025-10-28T13:59:51.467Z","publish_time":1761659991467,"_source_registry_name":"default","contributors":[]},"1.7.2":{"name":"@ibm-cloud/watsonx-ai","version":"1.7.2","description":"IBM watsonx.ai Node.js SDK","repository":{"type":"git","url":"git+https://github.com/IBM/watsonx-ai-node-sdk.git"},"keywords":["ibm","watsonx","watsonx-ai"],"author":{"name":"IBM Corp."},"scripts":{"clean":"rm -rf node_modules","eslint:fix":"eslint . --fix","eslint:check":"eslint . --cache","lint":"npm run eslint:check","lint-fix":"npm run eslint:fix","format":"prettier --config .prettierrc.js --write \"watsonx-ai-ml\" \"helpers\" \"auth\" \"test\"","build":"./scripts/build","postversion":"publisher --no-checks --dry-run","local-publish":"npm run build && command -v yalc >/dev/null 2>&1 || npm install -g yalc && (cd dist/ && yalc publish)","install-package-regression":"npm run local-publish && cd ./test/langchain && npm run test-install","install-package-examples":"npm run local-publish && cd ./examples && npm run test-install","jest":"jest --verbose","test":"npm run build && npm run lint && jest","test-all":"npm run build && npm run lint && jest test/","test-unit":"npm run build && npm run lint && jest test/unit/","test-integration":"npm run build && jest test/integration/","test-examples":"npm run local-publish && cd ./examples && npm run test-all","test-examples-sdk":"npm run local-publish && cd ./examples && npm run test-sdk","test-examples-langchain":"npm run local-publish && cd ./examples && npm run test-langchain","test-regression":"npm run local-publish && cd ./test/langchain && npm run test-regression","test-ilab":"npm run build && jest test/integration/watsonx-ai-ml-ilab.vml_v1.test.js --testPathIgnorePatterns=''","test-lora":"npm run build && jest test/integration/watsonx-ai-ml-lora_qlora.vml_v1.test.js --testPathIgnorePatterns=''","check-packages":"installed-check -e -d -v","all":"npm run test-unit && npm run lint","typedoc":"typedoc","typedoc-merge":"typedoc --entryPointStrategy merge"},"license":"Apache-2.0","publishConfig":{"access":"public"},"engines":{"node":">=18.0.0"},"dependencies":{"@types/node":"^18.0.0","extend":"3.0.2","form-data":"^4.0.4","ibm-cloud-sdk-core":"^5.4.3"},"homepage":"https://github.com/IBM/watsonx-ai-node-sdk#readme","directories":{"example":"examples","lib":"lib","test":"test","helpers":"helpers"},"main":"./index.js","module":"./index.mjs","types":"./index.d.ts","exports":{".":{"require":{"types":"./index.d.ts","default":"./index.js"},"types":"./index.d.mts","default":"./index.mjs"},"./vml_v1.mjs":{"default":"./vml_v1.mjs","types":"./vml_v1.d.mts"},"./vml_v1.js":{"default":"./vml_v1.js","types":"./vml_v1.d.ts"},"./dist/watsonx-ai-ml/vml_v1.js":{"types":"./vml_v1.d.js","default":"./vml_v1.js"},"./gateway":{"import":"./gateway/index.mjs","require":"./gateway/index.js","types":"./gateway/index.d.ts"},"./gateway/*.mjs":{"default":"./gateway/index.mjs","types":"./gateway/index.d.mts"},"./gateway/*.js":{"default":"./gateway/index.js","types":"./gateway/index.d.ts"},"./base":{"import":"./base/index.mjs","require":"./base/index.js","types":"./base/index.d.ts"},"./base/*.mjs":{"default":"./base/index.mjs","types":"./base/index.d.mts"},"./base/*.js":{"default":"./base/index.js","types":"./base/index.d.ts"},"./authentication":{"import":"./authentication/index.mjs","require":"./authentication/index.js","types":"./authentication/index.d.ts"},"./authentication/*.mjs":{"default":"./authentication/index.mjs","types":"./authentication/index.d.mts"},"./authentication/*.js":{"default":"./authentication/index.js","types":"./authentication/index.d.ts"}},"_id":"@ibm-cloud/watsonx-ai@1.7.2","gitHead":"8d475d6c7c3c2d460ca01f0dff16b257ec3c0fcf","bugs":{"url":"https://github.com/IBM/watsonx-ai-node-sdk/issues"},"_nodeVersion":"22.14.0","_npmVersion":"10.9.2","dist":{"integrity":"sha512-8NhBvyWoHM/UjOF2AZPqO1otu82lTA0su1VTsCIafC0G1+KW4uFGUIDjI2b/gJrIAtQy7c9so/fTERe/lCv3iw==","shasum":"15aaefa74325b3ac7d629174416895ee6f8cfeb1","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@ibm-cloud/watsonx-ai/-/watsonx-ai-1.7.2.tgz","fileCount":344,"unpackedSize":4682727,"signatures":[{"keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U","sig":"MEUCIQDW9yjQlX7I6a3ps/WpDyrLr7JDe0xllRG/xeHTVbDvfgIgKd4+wyKMxb+K/NWmVFBI/Sh6Qt6f06g+osZMeKkAg/8="}],"size":605744},"_npmUser":{"name":"anonymous","email":"WML.SDK.Automation@ibm.com"},"maintainers":[{"name":"anonymous","email":"ricellis@uk.ibm.com"},{"name":"anonymous","email":"cldtsdks@us.ibm.com"},{"name":"anonymous","email":"secrets.automation.production@il.ibm.com"},{"name":"anonymous","email":"nvenkatesh.27@gmail.com"},{"name":"anonymous","email":"dpittner@de.ibm.com"},{"name":"anonymous","email":"externaluse.sqlquery@de.ibm.com"},{"name":"anonymous","email":"alchemy.registry.squad@uk.ibm.com"},{"name":"anonymous","email":"devxsdk@us.ibm.com"},{"name":"anonymous","email":"Notifications-prod@ibm.com"},{"name":"anonymous","email":"reggeenr@de.ibm.com"},{"name":"anonymous","email":"idsorg@us.ibm.com"},{"name":"anonymous","email":"rushil.v@ibm.com"},{"name":"anonymous","email":"WML.SDK.Automation@ibm.com"},{"name":"anonymous","email":"schmatic@in.ibm.com"},{"name":"anonymous","email":"ce.ui.team@de.ibm.com"},{"name":"anonymous","email":"biczoxd@gmail.com"},{"name":"anonymous","email":"Jeremy.Johnson@ibm.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/watsonx-ai_1.7.2_1761752735032_0.08244708232436748"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2025-10-29T15:45:35.286Z","publish_time":1761752735286,"_source_registry_name":"default","contributors":[]},"1.7.3":{"name":"@ibm-cloud/watsonx-ai","version":"1.7.3","description":"IBM watsonx.ai Node.js SDK","repository":{"type":"git","url":"git+https://github.com/IBM/watsonx-ai-node-sdk.git"},"keywords":["ibm","watsonx","watsonx-ai"],"author":{"name":"IBM Corp."},"scripts":{"clean":"rm -rf node_modules","eslint:fix":"eslint . --fix","eslint:check":"eslint . --cache","lint":"npm run eslint:check","lint-fix":"npm run eslint:fix","format":"prettier --config .prettierrc.js --write \"watsonx-ai-ml\" \"helpers\" \"auth\" \"test\"","build":"./scripts/build","preversion":"rm -rf examples/node_modules","version":"node scripts/utils/check-version.cjs && git add src/version.ts","postversion":"publisher --no-checks --dry-run","local-publish":"npm run build && command -v yalc >/dev/null 2>&1 || npm install -g yalc && (cd dist/ && yalc publish)","install-package-regression":"npm run local-publish && cd ./test/langchain && npm run test-install","install-package-examples":"npm run local-publish && cd ./examples && npm run test-install","jest":"jest --verbose","test":"npm run build && npm run lint && jest","test-all":"npm run build && npm run lint && jest test/","test-unit":"npm run build && npm run lint && jest test/unit/","test-integration":"npm run build && jest test/integration/","test-examples":"npm run local-publish && cd ./examples && npm run test-all","test-examples-sdk":"npm run local-publish && cd ./examples && npm run test-sdk","test-examples-langchain":"npm run local-publish && cd ./examples && npm run test-langchain","test-regression":"npm run local-publish && cd ./test/langchain && npm run test-regression","test-ilab":"npm run build && jest test/integration/watsonx-ai-ml-ilab.vml_v1.test.js --testPathIgnorePatterns=''","test-lora":"npm run build && jest test/integration/watsonx-ai-ml-lora_qlora.vml_v1.test.js --testPathIgnorePatterns=''","check-packages":"installed-check -e -d -v","all":"npm run test-unit && npm run lint","typedoc":"typedoc","typedoc-merge":"typedoc --entryPointStrategy merge"},"license":"Apache-2.0","publishConfig":{"access":"public"},"engines":{"node":">=18.0.0"},"dependencies":{"@types/node":"^18.0.0","extend":"3.0.2","form-data":"^4.0.4","ibm-cloud-sdk-core":"^5.4.3"},"homepage":"https://github.com/IBM/watsonx-ai-node-sdk#readme","directories":{"example":"examples","lib":"lib","test":"test","helpers":"helpers"},"main":"./index.js","module":"./index.mjs","types":"./index.d.ts","exports":{".":{"require":{"types":"./index.d.ts","default":"./index.js"},"types":"./index.d.mts","default":"./index.mjs"},"./vml_v1.mjs":{"default":"./vml_v1.mjs","types":"./vml_v1.d.mts"},"./vml_v1.js":{"default":"./vml_v1.js","types":"./vml_v1.d.ts"},"./dist/watsonx-ai-ml/vml_v1.js":{"types":"./vml_v1.d.js","default":"./vml_v1.js"},"./gateway":{"import":"./gateway/index.mjs","require":"./gateway/index.js","types":"./gateway/index.d.ts"},"./gateway/*.mjs":{"default":"./gateway/index.mjs","types":"./gateway/index.d.mts"},"./gateway/*.js":{"default":"./gateway/index.js","types":"./gateway/index.d.ts"},"./base":{"import":"./base/index.mjs","require":"./base/index.js","types":"./base/index.d.ts"},"./base/*.mjs":{"default":"./base/index.mjs","types":"./base/index.d.mts"},"./base/*.js":{"default":"./base/index.js","types":"./base/index.d.ts"},"./authentication":{"import":"./authentication/index.mjs","require":"./authentication/index.js","types":"./authentication/index.d.ts"},"./authentication/*.mjs":{"default":"./authentication/index.mjs","types":"./authentication/index.d.mts"},"./authentication/*.js":{"default":"./authentication/index.js","types":"./authentication/index.d.ts"}},"_id":"@ibm-cloud/watsonx-ai@1.7.3","gitHead":"a1e68df925d8fa1957597642ff3ca9e655058ad5","bugs":{"url":"https://github.com/IBM/watsonx-ai-node-sdk/issues"},"_nodeVersion":"22.14.0","_npmVersion":"10.9.2","dist":{"integrity":"sha512-059l3Rs+FLZTfxIPVUiKLasEC0lkXyTo5HJBwzI1eFZUNjBdJW9BevPB7I5+6msSLoLy7Zbin4W9YarqOydvWg==","shasum":"7270a2c0247935dc26a99e13959436227237bfe9","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@ibm-cloud/watsonx-ai/-/watsonx-ai-1.7.3.tgz","fileCount":368,"unpackedSize":4739994,"signatures":[{"keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U","sig":"MEQCIBDd6SGWu+sb8RgOmPWMq7ITZ13z44yavOoSTRZOWot/AiBH+GiIGSEYAznO63xl9UTZS6Bv5rNAWKhUcLKutFtWCQ=="}],"size":616981},"_npmUser":{"name":"anonymous","email":"WML.SDK.Automation@ibm.com"},"maintainers":[{"name":"anonymous","email":"ricellis@uk.ibm.com"},{"name":"anonymous","email":"cldtsdks@us.ibm.com"},{"name":"anonymous","email":"secrets.automation.production@il.ibm.com"},{"name":"anonymous","email":"nvenkatesh.27@gmail.com"},{"name":"anonymous","email":"dpittner@de.ibm.com"},{"name":"anonymous","email":"externaluse.sqlquery@de.ibm.com"},{"name":"anonymous","email":"alchemy.registry.squad@uk.ibm.com"},{"name":"anonymous","email":"devxsdk@us.ibm.com"},{"name":"anonymous","email":"Notifications-prod@ibm.com"},{"name":"anonymous","email":"reggeenr@de.ibm.com"},{"name":"anonymous","email":"idsorg@us.ibm.com"},{"name":"anonymous","email":"rushil.v@ibm.com"},{"name":"anonymous","email":"WML.SDK.Automation@ibm.com"},{"name":"anonymous","email":"schmatic@in.ibm.com"},{"name":"anonymous","email":"ce.ui.team@de.ibm.com"},{"name":"anonymous","email":"biczoxd@gmail.com"},{"name":"anonymous","email":"Jeremy.Johnson@ibm.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/watsonx-ai_1.7.3_1762953186131_0.5410698744345566"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2025-11-12T13:13:06.403Z","publish_time":1762953186403,"_source_registry_name":"default","contributors":[]},"1.7.4":{"name":"@ibm-cloud/watsonx-ai","version":"1.7.4","description":"IBM watsonx.ai Node.js SDK","repository":{"type":"git","url":"git+https://github.com/IBM/watsonx-ai-node-sdk.git"},"keywords":["ibm","watsonx","watsonx-ai"],"author":{"name":"IBM Corp."},"scripts":{"clean":"rm -rf node_modules","eslint:fix":"eslint . --fix","eslint:check":"eslint . --cache","lint":"npm run eslint:check","lint-fix":"npm run eslint:fix","format":"prettier --config .prettierrc.js --write \"watsonx-ai-ml\" \"helpers\" \"auth\" \"test\"","build":"./scripts/build","preversion":"rm -rf examples/node_modules","version":"node scripts/utils/check-version.cjs && git add src/version.ts","postversion":"publisher --no-checks --dry-run","local-publish":"npm run build && command -v yalc >/dev/null 2>&1 || npm install -g yalc && (cd dist/ && yalc publish)","generate-types-reexports":"node scripts/utils/generate-types-reexports.cjs","install-package-regression":"npm run local-publish && cd ./test/langchain && npm run test-install","install-package-examples":"npm run local-publish && cd ./examples && npm run test-install","jest":"jest --verbose","test":"npm run build && npm run lint && jest","test-all":"npm run build && npm run lint && jest test/","test-unit":"npm run build && npm run lint && jest test/unit/","test-integration":"npm run build && jest test/integration/","test-examples":"npm run local-publish && cd ./examples && npm run test-all","test-examples-sdk":"npm run local-publish && cd ./examples && npm run test-sdk","test-examples-langchain":"npm run local-publish && cd ./examples && npm run test-langchain","test-regression":"npm run local-publish && cd ./test/langchain && npm run test-regression","test-ilab":"npm run build && jest test/integration/watsonx-ai-ml-ilab.vml_v1.test.js --testPathIgnorePatterns=''","test-lora":"npm run build && jest test/integration/watsonx-ai-ml-lora_qlora.vml_v1.test.js --testPathIgnorePatterns=''","check-packages":"installed-check -e -d -v","all":"npm run test-unit && npm run lint","typedoc":"typedoc","typedoc-merge":"typedoc --entryPointStrategy merge"},"license":"Apache-2.0","publishConfig":{"access":"public"},"engines":{"node":">=18.0.0"},"dependencies":{"@types/node":"^18.0.0","extend":"3.0.2","form-data":"^4.0.4","ibm-cloud-sdk-core":"^5.4.3"},"homepage":"https://github.com/IBM/watsonx-ai-node-sdk#readme","directories":{"example":"examples","lib":"lib","test":"test","helpers":"helpers"},"main":"./index.js","module":"./index.mjs","types":"./index.d.ts","exports":{".":{"require":{"types":"./index.d.ts","default":"./index.js"},"types":"./index.d.mts","default":"./index.mjs"},"./vml_v1.mjs":{"default":"./vml_v1.mjs","types":"./vml_v1.d.mts"},"./vml_v1.js":{"default":"./vml_v1.js","types":"./vml_v1.d.ts"},"./dist/watsonx-ai-ml/vml_v1.js":{"types":"./vml_v1.d.js","default":"./vml_v1.js"},"./gateway":{"import":"./gateway/index.mjs","require":"./gateway/index.js","types":"./gateway/index.d.ts"},"./gateway/*.mjs":{"default":"./gateway/index.mjs","types":"./gateway/index.d.mts"},"./gateway/*.js":{"default":"./gateway/index.js","types":"./gateway/index.d.ts"},"./base":{"import":"./base/index.mjs","require":"./base/index.js","types":"./base/index.d.ts"},"./base/*.mjs":{"default":"./base/index.mjs","types":"./base/index.d.mts"},"./base/*.js":{"default":"./base/index.js","types":"./base/index.d.ts"},"./authentication":{"import":"./authentication/index.mjs","require":"./authentication/index.js","types":"./authentication/index.d.ts"},"./authentication/*.mjs":{"default":"./authentication/index.mjs","types":"./authentication/index.d.mts"},"./authentication/*.js":{"default":"./authentication/index.js","types":"./authentication/index.d.ts"}},"_id":"@ibm-cloud/watsonx-ai@1.7.4","gitHead":"99450ec3deb86c2f3ce4abcaadb4754e61c09df2","bugs":{"url":"https://github.com/IBM/watsonx-ai-node-sdk/issues"},"_nodeVersion":"22.14.0","_npmVersion":"10.9.2","dist":{"integrity":"sha512-5cVSUToeZBDEG6q3OfjuYO3yTOjI8dMsi3jgp1PGZ83hBbMeNrTA+hjT6gXPlxpTIgQeov3rSie5w7B3qzFOgg==","shasum":"9c7e6cafeb8ec09ed94246d0db6751656b48b401","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@ibm-cloud/watsonx-ai/-/watsonx-ai-1.7.4.tgz","fileCount":392,"unpackedSize":4066522,"signatures":[{"keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U","sig":"MEUCIQDF7X/8B7SGR40FVCrWuHdU6/Ga1xdO1cc/dUyGY9GU2wIgZ6ymD5iVQnOrG+gmTiehebud9fCI3qgPgmqbaKIemvk="}],"size":509827},"_npmUser":{"name":"anonymous","email":"WML.SDK.Automation@ibm.com"},"maintainers":[{"name":"anonymous","email":"ricellis@uk.ibm.com"},{"name":"anonymous","email":"cldtsdks@us.ibm.com"},{"name":"anonymous","email":"secrets.automation.production@il.ibm.com"},{"name":"anonymous","email":"nvenkatesh.27@gmail.com"},{"name":"anonymous","email":"dpittner@de.ibm.com"},{"name":"anonymous","email":"externaluse.sqlquery@de.ibm.com"},{"name":"anonymous","email":"alchemy.registry.squad@uk.ibm.com"},{"name":"anonymous","email":"devxsdk@us.ibm.com"},{"name":"anonymous","email":"Notifications-prod@ibm.com"},{"name":"anonymous","email":"reggeenr@de.ibm.com"},{"name":"anonymous","email":"idsorg@us.ibm.com"},{"name":"anonymous","email":"rushil.v@ibm.com"},{"name":"anonymous","email":"WML.SDK.Automation@ibm.com"},{"name":"anonymous","email":"schmatic@in.ibm.com"},{"name":"anonymous","email":"ce.ui.team@de.ibm.com"},{"name":"anonymous","email":"biczoxd@gmail.com"},{"name":"anonymous","email":"Jeremy.Johnson@ibm.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/watsonx-ai_1.7.4_1763720461444_0.3533185847975724"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2025-11-21T10:21:01.701Z","publish_time":1763720461701,"_source_registry_name":"default","contributors":[]},"1.7.5":{"name":"@ibm-cloud/watsonx-ai","version":"1.7.5","description":"IBM watsonx.ai Node.js SDK","repository":{"type":"git","url":"git+https://github.com/IBM/watsonx-ai-node-sdk.git"},"keywords":["ibm","watsonx","watsonx-ai"],"author":{"name":"IBM Corp."},"scripts":{"clean":"rm -rf node_modules","eslint:fix":"eslint . --fix","eslint:check":"eslint . --cache","lint":"npm run eslint:check","lint-fix":"npm run eslint:fix","format":"prettier --config .prettierrc.js --write \"watsonx-ai-ml\" \"helpers\" \"auth\" \"test\"","build":"./scripts/build","preversion":"rm -rf examples/node_modules","version":"node scripts/utils/check-version.cjs && git add src/version.ts","postversion":"publisher --no-checks --dry-run","local-publish":"npm run build && command -v yalc >/dev/null 2>&1 || npm install -g yalc && (cd dist/ && yalc publish)","generate-types-reexports":"node scripts/utils/generate-types-reexports.cjs","install-package-regression":"npm run local-publish && cd ./test/langchain && npm run test-install","install-package-examples":"npm run local-publish && cd ./examples && npm run test-install","jest":"jest --verbose","test":"npm run build && npm run lint && jest","test-all":"npm run build && npm run lint && jest test/","test-unit":"npm run build && npm run lint && jest test/unit/","test-integration":"npm run build && jest test/integration/","test-examples":"npm run local-publish && cd ./examples && npm run test-all","test-examples-sdk":"npm run local-publish && cd ./examples && npm run test-sdk","test-examples-langchain":"npm run local-publish && cd ./examples && npm run test-langchain","test-regression":"./scripts/tests/check-langchain-regression.sh && npm run local-publish && cd ./test/langchain && npm run test-regression","test-ilab":"npm run build && jest test/integration/watsonx-ai-ml-ilab.vml_v1.test.js --testPathIgnorePatterns=''","test-lora":"npm run build && jest test/integration/watsonx-ai-ml-lora_qlora.vml_v1.test.js --testPathIgnorePatterns=''","check-packages":"installed-check -e -d -v","all":"npm run test-unit && npm run lint","typedoc":"typedoc","typedoc-merge":"typedoc --entryPointStrategy merge"},"license":"Apache-2.0","publishConfig":{"access":"public"},"engines":{"node":">=18.0.0"},"dependencies":{"@types/node":"^18.0.0","extend":"3.0.2","form-data":"^4.0.4","ibm-cloud-sdk-core":"^5.4.3"},"homepage":"https://github.com/IBM/watsonx-ai-node-sdk#readme","directories":{"example":"examples","lib":"lib","test":"test","helpers":"helpers"},"main":"./index.js","module":"./index.mjs","types":"./index.d.ts","exports":{".":{"require":{"types":"./index.d.ts","default":"./index.js"},"types":"./index.d.mts","default":"./index.mjs"},"./vml_v1.mjs":{"default":"./vml_v1.mjs","types":"./vml_v1.d.mts"},"./vml_v1.js":{"default":"./vml_v1.js","types":"./vml_v1.d.ts"},"./dist/watsonx-ai-ml/vml_v1.js":{"types":"./vml_v1.d.js","default":"./vml_v1.js"},"./gateway":{"import":"./gateway/index.mjs","require":"./gateway/index.js","types":"./gateway/index.d.ts"},"./gateway/*.mjs":{"default":"./gateway/index.mjs","types":"./gateway/index.d.mts"},"./gateway/*.js":{"default":"./gateway/index.js","types":"./gateway/index.d.ts"},"./base":{"import":"./base/index.mjs","require":"./base/index.js","types":"./base/index.d.ts"},"./base/*.mjs":{"default":"./base/index.mjs","types":"./base/index.d.mts"},"./base/*.js":{"default":"./base/index.js","types":"./base/index.d.ts"},"./authentication":{"import":"./authentication/index.mjs","require":"./authentication/index.js","types":"./authentication/index.d.ts"},"./authentication/*.mjs":{"default":"./authentication/index.mjs","types":"./authentication/index.d.mts"},"./authentication/*.js":{"default":"./authentication/index.js","types":"./authentication/index.d.ts"}},"_id":"@ibm-cloud/watsonx-ai@1.7.5","gitHead":"9cffbe00b625ce9e4990f319b80db9aeda1478c2","bugs":{"url":"https://github.com/IBM/watsonx-ai-node-sdk/issues"},"_nodeVersion":"22.14.0","_npmVersion":"10.9.2","dist":{"integrity":"sha512-j9iQ7cuMbE3fYF+midMDMG16ziZLVZa0IMO3kd2HUFMjIxJ7JN6O29WSt9KaOeDAWRMb7wkN1jcdMcYWpFtytw==","shasum":"ad9a523f89c3660be1d1a93223c44a49fea9d952","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@ibm-cloud/watsonx-ai/-/watsonx-ai-1.7.5.tgz","fileCount":424,"unpackedSize":4217106,"signatures":[{"keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U","sig":"MEQCIAOi+H/1Hqq5hprA1ZvF/q3dBUNeRWEA25U6nWSvk97dAiBvEK17DrkX1O66VKgJ5cjHBQTDHj4+lIiGlwuMfSnDsw=="}],"size":531097},"_npmUser":{"name":"anonymous","email":"WML.SDK.Automation@ibm.com"},"maintainers":[{"name":"anonymous","email":"ricellis@uk.ibm.com"},{"name":"anonymous","email":"cldtsdks@us.ibm.com"},{"name":"anonymous","email":"secrets.automation.production@il.ibm.com"},{"name":"anonymous","email":"nvenkatesh.27@gmail.com"},{"name":"anonymous","email":"dpittner@de.ibm.com"},{"name":"anonymous","email":"externaluse.sqlquery@de.ibm.com"},{"name":"anonymous","email":"alchemy.registry.squad@uk.ibm.com"},{"name":"anonymous","email":"devxsdk@us.ibm.com"},{"name":"anonymous","email":"Notifications-prod@ibm.com"},{"name":"anonymous","email":"reggeenr@de.ibm.com"},{"name":"anonymous","email":"idsorg@us.ibm.com"},{"name":"anonymous","email":"rushil.v@ibm.com"},{"name":"anonymous","email":"WML.SDK.Automation@ibm.com"},{"name":"anonymous","email":"schmatic@in.ibm.com"},{"name":"anonymous","email":"ce.ui.team@de.ibm.com"},{"name":"anonymous","email":"biczoxd@gmail.com"},{"name":"anonymous","email":"Jeremy.Johnson@ibm.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/watsonx-ai_1.7.5_1765219550538_0.7621411016408282"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2025-12-08T18:45:50.722Z","publish_time":1765219550722,"_source_registry_name":"default","contributors":[]},"1.7.6":{"name":"@ibm-cloud/watsonx-ai","version":"1.7.6","description":"IBM watsonx.ai Node.js SDK","repository":{"type":"git","url":"git+https://github.com/IBM/watsonx-ai-node-sdk.git"},"keywords":["ibm","watsonx","watsonx-ai"],"author":{"name":"IBM Corp."},"scripts":{"clean":"rm -rf node_modules","eslint:fix":"eslint . --fix","eslint:check":"eslint . --cache","lint":"npm run eslint:check","lint-fix":"npm run eslint:fix","format":"prettier --config .prettierrc.js --write \"src\"","build":"./scripts/build","preversion":"rm -rf examples/node_modules","version":"node scripts/utils/check-version.cjs && git add src/version.ts","postversion":"publisher --no-checks --dry-run","local-publish":"npm run build && command -v yalc >/dev/null 2>&1 || npm install -g yalc && (cd dist/ && yalc publish)","generate-types-reexports":"node scripts/utils/generate-types-reexports.cjs","install-package-regression":"npm run local-publish && cd ./test/langchain && npm run test-install","install-package-examples":"npm run local-publish && cd ./examples && npm run test-install","jest":"jest --verbose","test":"npm run build && npm run lint && jest","test-all":"npm run build && npm run lint && jest test/","test-unit":"npm run build && npm run lint && jest test/unit/","test-integration":"npm run build && jest test/integration/","test-examples":"npm run local-publish && cd ./examples && npm run test-all","test-examples-sdk":"npm run local-publish && cd ./examples && npm run test-sdk","test-examples-langchain":"npm run local-publish && cd ./examples && npm run test-langchain","test-regression":"./scripts/tests/check-langchain-regression.sh && npm run local-publish && cd ./test/langchain && npm run test-regression","test-ilab":"npm run build && jest test/integration/watsonx-ai-ml-ilab.vml_v1.test.js --testPathIgnorePatterns=''","test-lora":"npm run build && jest test/integration/watsonx-ai-ml-lora_qlora.vml_v1.test.js --testPathIgnorePatterns=''","check-packages":"installed-check -e -d -v","all":"npm run test-unit && npm run lint","typedoc":"typedoc","typedoc-merge":"typedoc --entryPointStrategy merge"},"license":"Apache-2.0","publishConfig":{"access":"public"},"engines":{"node":">=20.0.0"},"dependencies":{"@types/node":"^18.0.0","extend":"3.0.2","form-data":"^4.0.4","ibm-cloud-sdk-core":"^5.4.5"},"homepage":"https://github.com/IBM/watsonx-ai-node-sdk#readme","directories":{"example":"examples","lib":"lib","test":"test","helpers":"helpers"},"main":"./index.js","module":"./index.mjs","types":"./index.d.ts","exports":{".":{"require":{"types":"./index.d.ts","default":"./index.js"},"types":"./index.d.mts","default":"./index.mjs"},"./vml_v1.mjs":{"default":"./vml_v1.mjs","types":"./vml_v1.d.mts"},"./vml_v1.js":{"default":"./vml_v1.js","types":"./vml_v1.d.ts"},"./dist/watsonx-ai-ml/vml_v1.js":{"types":"./vml_v1.d.js","default":"./vml_v1.js"},"./gateway":{"import":"./gateway/index.mjs","require":"./gateway/index.js","types":"./gateway/index.d.ts"},"./gateway/*.mjs":{"default":"./gateway/index.mjs","types":"./gateway/index.d.mts"},"./gateway/*.js":{"default":"./gateway/index.js","types":"./gateway/index.d.ts"},"./base":{"import":"./base/index.mjs","require":"./base/index.js","types":"./base/index.d.ts"},"./base/*.mjs":{"default":"./base/index.mjs","types":"./base/index.d.mts"},"./base/*.js":{"default":"./base/index.js","types":"./base/index.d.ts"},"./authentication":{"import":"./authentication/index.mjs","require":"./authentication/index.js","types":"./authentication/index.d.ts"},"./authentication/*.mjs":{"default":"./authentication/index.mjs","types":"./authentication/index.d.mts"},"./authentication/*.js":{"default":"./authentication/index.js","types":"./authentication/index.d.ts"}},"_id":"@ibm-cloud/watsonx-ai@1.7.6","gitHead":"17e3803daa35a67fcb5f73db1043fd0809f3b7a8","bugs":{"url":"https://github.com/IBM/watsonx-ai-node-sdk/issues"},"_nodeVersion":"22.14.0","_npmVersion":"10.9.2","dist":{"integrity":"sha512-Ll4puq3IXS3mTBJEuD5r+vFoQhh6TfF2UyN6Ub8OoTi9revOqKxpWKP8hF8rhGcaVGdqnx2z00+l4Z18S+PNhA==","shasum":"e888822e4414bb66d6ee906cf9c81dd9d44cd712","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@ibm-cloud/watsonx-ai/-/watsonx-ai-1.7.6.tgz","fileCount":424,"unpackedSize":4217002,"signatures":[{"keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U","sig":"MEUCICJyPhpjQL1CyZFGV4wjNAEoQwJFHyNHHQiJR6H80QieAiEA9HuY7INejxjOJGEuY3RMxDlGIpBBwJ9pGclvkXR4XA4="}],"size":531107},"_npmUser":{"name":"anonymous","email":"WML.SDK.Automation@ibm.com"},"maintainers":[{"name":"anonymous","email":"ricellis@uk.ibm.com"},{"name":"anonymous","email":"cldtsdks@us.ibm.com"},{"name":"anonymous","email":"secrets.automation.production@il.ibm.com"},{"name":"anonymous","email":"nvenkatesh.27@gmail.com"},{"name":"anonymous","email":"dpittner@de.ibm.com"},{"name":"anonymous","email":"externaluse.sqlquery@de.ibm.com"},{"name":"anonymous","email":"alchemy.registry.squad@uk.ibm.com"},{"name":"anonymous","email":"devxsdk@us.ibm.com"},{"name":"anonymous","email":"Notifications-prod@ibm.com"},{"name":"anonymous","email":"reggeenr@de.ibm.com"},{"name":"anonymous","email":"idsorg@us.ibm.com"},{"name":"anonymous","email":"rushil.v@ibm.com"},{"name":"anonymous","email":"WML.SDK.Automation@ibm.com"},{"name":"anonymous","email":"schmatic@in.ibm.com"},{"name":"anonymous","email":"ce.ui.team@de.ibm.com"},{"name":"anonymous","email":"rajan.gahlout1@ibm.com"},{"name":"anonymous","email":"biczoxd@gmail.com"},{"name":"anonymous","email":"Jeremy.Johnson@ibm.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/watsonx-ai_1.7.6_1767867773467_0.9240718521416837"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2026-01-08T10:22:53.670Z","publish_time":1767867773670,"_source_registry_name":"default","contributors":[]},"1.7.7":{"name":"@ibm-cloud/watsonx-ai","version":"1.7.7","description":"IBM watsonx.ai Node.js SDK","repository":{"type":"git","url":"git+https://github.com/IBM/watsonx-ai-node-sdk.git"},"keywords":["ibm","watsonx","watsonx-ai"],"author":{"name":"IBM Corp."},"scripts":{"clean":"rm -rf node_modules","eslint:fix":"eslint . --fix","eslint:check":"eslint . --cache","lint":"npm run eslint:check","lint-fix":"npm run eslint:fix","format":"prettier --config .prettierrc.js --write \"src\"","build":"./scripts/build","preversion":"rm -rf examples/node_modules","version":"node scripts/utils/check-version.cjs && git add src/version.ts","postversion":"publisher --no-checks --dry-run","local-publish":"npm run build && command -v yalc >/dev/null 2>&1 || npm install -g yalc && (cd dist/ && yalc publish)","generate-types-reexports":"node scripts/utils/generate-types-reexports.cjs","install-package-regression":"npm run local-publish && cd ./test/langchain && npm run test-install","install-package-examples":"npm run local-publish && cd ./examples && npm run test-install","jest":"jest --verbose","test":"npm run build && npm run lint && jest","test-all":"npm run build && npm run lint && jest test/","test-unit":"npm run build && npm run lint && jest test/unit/","test-integration":"npm run build && jest test/integration/","test-examples":"npm run local-publish && cd ./examples && npm run test-all","test-examples-sdk":"npm run local-publish && cd ./examples && npm run test-sdk","test-examples-langchain":"npm run local-publish && cd ./examples && npm run test-langchain","test-regression":"./scripts/tests/run-regression-tests.sh","test-ilab":"npm run build && jest test/integration/watsonx-ai-ml-ilab.vml_v1.test.js --testPathIgnorePatterns=''","test-lora":"npm run build && jest test/integration/watsonx-ai-ml-lora_qlora.vml_v1.test.js --testPathIgnorePatterns=''","check-packages":"installed-check -e -d -v","all":"npm run test-unit && npm run lint","typedoc":"typedoc","typedoc-merge":"typedoc --entryPointStrategy merge"},"license":"Apache-2.0","publishConfig":{"access":"public"},"engines":{"node":">=20.0.0"},"dependencies":{"@types/node":"^18.0.0","extend":"3.0.2","form-data":"^4.0.4","ibm-cloud-sdk-core":"^5.4.5"},"homepage":"https://github.com/IBM/watsonx-ai-node-sdk#readme","directories":{"example":"examples","lib":"lib","test":"test","helpers":"helpers"},"main":"./index.js","module":"./index.mjs","types":"./index.d.ts","exports":{".":{"require":{"types":"./index.d.ts","default":"./index.js"},"types":"./index.d.mts","default":"./index.mjs"},"./vml_v1.mjs":{"default":"./vml_v1.mjs","types":"./vml_v1.d.mts"},"./vml_v1.js":{"default":"./vml_v1.js","types":"./vml_v1.d.ts"},"./dist/watsonx-ai-ml/vml_v1.js":{"types":"./vml_v1.d.js","default":"./vml_v1.js"},"./gateway":{"import":"./gateway/index.mjs","require":"./gateway/index.js","types":"./gateway/index.d.ts"},"./gateway/*.mjs":{"default":"./gateway/index.mjs","types":"./gateway/index.d.mts"},"./gateway/*.js":{"default":"./gateway/index.js","types":"./gateway/index.d.ts"},"./base":{"import":"./base/index.mjs","require":"./base/index.js","types":"./base/index.d.ts"},"./base/*.mjs":{"default":"./base/index.mjs","types":"./base/index.d.mts"},"./base/*.js":{"default":"./base/index.js","types":"./base/index.d.ts"},"./authentication":{"import":"./authentication/index.mjs","require":"./authentication/index.js","types":"./authentication/index.d.ts"},"./authentication/*.mjs":{"default":"./authentication/index.mjs","types":"./authentication/index.d.mts"},"./authentication/*.js":{"default":"./authentication/index.js","types":"./authentication/index.d.ts"}},"_id":"@ibm-cloud/watsonx-ai@1.7.7","gitHead":"490b6bee105e0cc3bcd8a0cf2a3e5e43a60b7264","bugs":{"url":"https://github.com/IBM/watsonx-ai-node-sdk/issues"},"_nodeVersion":"22.14.0","_npmVersion":"10.9.2","dist":{"integrity":"sha512-CTnhB1tTzNhI4pkPmIGYMlJn/diB2G7sScaPN0vJHyv8YGUCKa/AEcyaFZt47HzeKBKzR2cNmw3vKG+7CScXAA==","shasum":"3b36f067b5f52a3355a34880df28cfaee5c8912c","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@ibm-cloud/watsonx-ai/-/watsonx-ai-1.7.7.tgz","fileCount":432,"unpackedSize":4168530,"signatures":[{"keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U","sig":"MEUCIQCyEfgBcMaXAYb7HhMObHWbF4CWKIDlr8mMx9bSgN1SxwIgDpbmB4F1XUESRjVMGKFJFr9k3v9l+PTSey/9uU1W10g="}],"size":529972},"_npmUser":{"name":"anonymous","email":"WML.SDK.Automation@ibm.com"},"maintainers":[{"name":"anonymous","email":"ricellis@uk.ibm.com"},{"name":"anonymous","email":"cldtsdks@us.ibm.com"},{"name":"anonymous","email":"secrets.automation.production@il.ibm.com"},{"name":"anonymous","email":"nvenkatesh.27@gmail.com"},{"name":"anonymous","email":"dpittner@de.ibm.com"},{"name":"anonymous","email":"externaluse.sqlquery@de.ibm.com"},{"name":"anonymous","email":"alchemy.registry.squad@uk.ibm.com"},{"name":"anonymous","email":"devxsdk@us.ibm.com"},{"name":"anonymous","email":"Notifications-prod@ibm.com"},{"name":"anonymous","email":"reggeenr@de.ibm.com"},{"name":"anonymous","email":"idsorg@us.ibm.com"},{"name":"anonymous","email":"rushil.v@ibm.com"},{"name":"anonymous","email":"WML.SDK.Automation@ibm.com"},{"name":"anonymous","email":"schmatic@in.ibm.com"},{"name":"anonymous","email":"ce.ui.team@de.ibm.com"},{"name":"anonymous","email":"rajan.gahlout1@ibm.com"},{"name":"anonymous","email":"biczoxd@gmail.com"},{"name":"anonymous","email":"Jeremy.Johnson@ibm.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/watsonx-ai_1.7.7_1769178146475_0.381388366794553"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2026-01-23T14:22:26.819Z","publish_time":1769178146819,"_source_registry_name":"default","contributors":[]},"1.7.8":{"name":"@ibm-cloud/watsonx-ai","version":"1.7.8","description":"IBM watsonx.ai Node.js SDK","repository":{"type":"git","url":"git+https://github.com/IBM/watsonx-ai-node-sdk.git"},"keywords":["ibm","watsonx","watsonx-ai"],"author":{"name":"IBM Corp."},"scripts":{"clean":"rm -rf node_modules","eslint:fix":"eslint . --fix","eslint:check":"eslint . --cache","lint":"npm run eslint:check","lint-fix":"npm run eslint:fix","format":"prettier --config .prettierrc.js --write \"src\" \"scripts\" \"test\"","build":"./scripts/build","preversion":"rm -rf examples/node_modules","version":"node scripts/utils/check-version.cjs && git add src/version.ts","postversion":"publisher --no-checks --dry-run","local-publish":"npm run build && command -v yalc >/dev/null 2>&1 || npm install -g yalc && (cd dist/ && yalc publish)","generate-types-reexports":"node scripts/utils/generate-types-reexports.cjs","install-package-regression":"npm run local-publish && cd ./test/langchain && npm run test-install","install-package-examples":"npm run local-publish && cd ./examples && npm run test-install","jest":"jest --verbose","test":"npm run build && npm run lint && jest","test-all":"npm run build && npm run lint && jest test/","test-unit":"npm run build && npm run lint && jest test/unit/","test-integration":"npm run build && jest test/integration/","test-examples":"npm run local-publish && cd ./examples && npm run test-all","test-examples-sdk":"npm run local-publish && cd ./examples && npm run test-sdk","test-examples-langchain":"npm run local-publish && cd ./examples && npm run test-langchain","test-regression":"./scripts/tests/run-regression-tests.sh","test-ilab":"npm run build && jest test/integration/watsonx-ai-ml-ilab.vml_v1.test.js --testPathIgnorePatterns=''","test-lora":"npm run build && jest test/integration/watsonx-ai-ml-lora_qlora.vml_v1.test.js --testPathIgnorePatterns=''","check-packages":"installed-check -e -d -v","all":"npm run test-unit && npm run lint","typedoc":"typedoc","typedoc-merge":"typedoc --entryPointStrategy merge","update-copyrights":"node ./scripts/utils/update-copyrights.cjs"},"license":"Apache-2.0","publishConfig":{"access":"public"},"engines":{"node":">=20.0.0"},"dependencies":{"@types/node":"^18.0.0","extend":"3.0.2","form-data":"^4.0.4","ibm-cloud-sdk-core":"^5.4.5"},"homepage":"https://github.com/IBM/watsonx-ai-node-sdk#readme","directories":{"example":"examples","lib":"lib","test":"test","helpers":"helpers"},"main":"./index.js","module":"./index.mjs","types":"./index.d.ts","exports":{".":{"require":{"types":"./index.d.ts","default":"./index.js"},"types":"./index.d.mts","default":"./index.mjs"},"./vml_v1.mjs":{"default":"./vml_v1.mjs","types":"./vml_v1.d.mts"},"./vml_v1.js":{"default":"./vml_v1.js","types":"./vml_v1.d.ts"},"./dist/watsonx-ai-ml/vml_v1.js":{"types":"./vml_v1.d.js","default":"./vml_v1.js"},"./gateway":{"import":"./gateway/index.mjs","require":"./gateway/index.js","types":"./gateway/index.d.ts"},"./gateway/*.mjs":{"default":"./gateway/index.mjs","types":"./gateway/index.d.mts"},"./gateway/*.js":{"default":"./gateway/index.js","types":"./gateway/index.d.ts"},"./base":{"import":"./base/index.mjs","require":"./base/index.js","types":"./base/index.d.ts"},"./base/*.mjs":{"default":"./base/index.mjs","types":"./base/index.d.mts"},"./base/*.js":{"default":"./base/index.js","types":"./base/index.d.ts"},"./authentication":{"import":"./authentication/index.mjs","require":"./authentication/index.js","types":"./authentication/index.d.ts"},"./authentication/*.mjs":{"default":"./authentication/index.mjs","types":"./authentication/index.d.mts"},"./authentication/*.js":{"default":"./authentication/index.js","types":"./authentication/index.d.ts"}},"_id":"@ibm-cloud/watsonx-ai@1.7.8","gitHead":"a96ee4121db49f7fd35f535a67db512fd9adc7f9","bugs":{"url":"https://github.com/IBM/watsonx-ai-node-sdk/issues"},"_nodeVersion":"22.14.0","_npmVersion":"10.9.2","dist":{"integrity":"sha512-UpU/hTHRrCwzkqV1+H/CGbHIGRKty6SX1Aea2CBbyRonsEPIPQtFfhz8FHhs+o6Ca/TCupHNlcLAQUFektZmEQ==","shasum":"66ce98af0391f3b59f1bfb8f2a1750b886a1e9ab","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@ibm-cloud/watsonx-ai/-/watsonx-ai-1.7.8.tgz","fileCount":432,"unpackedSize":4224410,"signatures":[{"keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U","sig":"MEQCIEDOwpK6L2LsqRTb3MEORZfeeLOOd6hOko7I5M7jkvLnAiBnrpXQgdL/Ah+OAtqd05hjADlkHbqNntjN7HMp7blzZA=="}],"size":557298},"_npmUser":{"name":"anonymous","email":"WML.SDK.Automation@ibm.com"},"maintainers":[{"name":"anonymous","email":"ricellis@uk.ibm.com"},{"name":"anonymous","email":"cldtsdks@us.ibm.com"},{"name":"anonymous","email":"secrets.automation.production@il.ibm.com"},{"name":"anonymous","email":"nvenkatesh.27@gmail.com"},{"name":"anonymous","email":"dpittner@de.ibm.com"},{"name":"anonymous","email":"externaluse.sqlquery@de.ibm.com"},{"name":"anonymous","email":"alchemy.registry.squad@uk.ibm.com"},{"name":"anonymous","email":"devxsdk@us.ibm.com"},{"name":"anonymous","email":"Notifications-prod@ibm.com"},{"name":"anonymous","email":"reggeenr@de.ibm.com"},{"name":"anonymous","email":"idsorg@us.ibm.com"},{"name":"anonymous","email":"rushil.v@ibm.com"},{"name":"anonymous","email":"WML.SDK.Automation@ibm.com"},{"name":"anonymous","email":"schmatic@in.ibm.com"},{"name":"anonymous","email":"ce.ui.team@de.ibm.com"},{"name":"anonymous","email":"rajan.gahlout1@ibm.com"},{"name":"anonymous","email":"biczoxd@gmail.com"},{"name":"anonymous","email":"Jeremy.Johnson@ibm.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/watsonx-ai_1.7.8_1771446276201_0.8859125864437776"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2026-02-18T20:24:36.459Z","publish_time":1771446276459,"_source_registry_name":"default","contributors":[]},"1.7.9":{"name":"@ibm-cloud/watsonx-ai","version":"1.7.9","description":"IBM watsonx.ai Node.js SDK","repository":{"type":"git","url":"git+https://github.com/IBM/watsonx-ai-node-sdk.git"},"keywords":["ibm","watsonx","watsonx-ai"],"author":{"name":"IBM Corp."},"scripts":{"clean":"rm -rf node_modules","eslint:fix":"eslint . --fix","eslint:check":"eslint . --cache","lint":"npm run eslint:check","lint-fix":"npm run eslint:fix","format":"prettier --config .prettierrc.js --write \"src\" \"scripts\" \"test\"","build":"./scripts/build","preversion":"rm -rf examples/node_modules","version":"node scripts/utils/check-version.cjs && git add src/version.ts","postversion":"publisher --no-checks --dry-run","local-publish":"npm run build && command -v yalc >/dev/null 2>&1 || npm install -g yalc && (cd dist/ && yalc publish)","generate-types-reexports":"node scripts/utils/generate-types-reexports.cjs","install-package-regression":"npm run local-publish && cd ./test/langchain && npm run test-install","install-package-examples":"npm run local-publish && cd ./examples && npm run test-install","jest":"jest --verbose","test":"npm run build && npm run lint && jest","test-all":"npm run build && npm run lint && jest test/","test-unit":"npm run build && npm run lint && jest test/unit/","test-integration":"npm run build && jest test/integration/","test-examples":"npm run local-publish && cd ./examples && npm run test-all","test-examples-sdk":"npm run local-publish && cd ./examples && npm run test-sdk","test-examples-langchain":"npm run local-publish && cd ./examples && npm run test-langchain","test-regression":"./scripts/tests/run-regression-tests.sh","test-ilab":"npm run build && jest test/integration/watsonx-ai-ml-ilab.vml_v1.test.js --testPathIgnorePatterns=''","test-lora":"npm run build && jest test/integration/watsonx-ai-ml-lora_qlora.vml_v1.test.js --testPathIgnorePatterns=''","check-packages":"installed-check -e -d -v","all":"npm run test-unit && npm run lint","typedoc":"typedoc","typedoc-merge":"typedoc --entryPointStrategy merge","update-copyrights":"node ./scripts/utils/update-copyrights.cjs"},"license":"Apache-2.0","publishConfig":{"access":"public"},"engines":{"node":">=20.0.0"},"dependencies":{"@types/node":"^18.0.0","extend":"3.0.2","form-data":"^4.0.4","ibm-cloud-sdk-core":"^5.4.5"},"homepage":"https://github.com/IBM/watsonx-ai-node-sdk#readme","directories":{"example":"examples","lib":"lib","test":"test","helpers":"helpers"},"main":"./index.js","module":"./index.mjs","types":"./index.d.ts","exports":{".":{"require":{"types":"./index.d.ts","default":"./index.js"},"types":"./index.d.mts","default":"./index.mjs"},"./vml_v1.mjs":{"default":"./vml_v1.mjs","types":"./vml_v1.d.mts"},"./vml_v1.js":{"default":"./vml_v1.js","types":"./vml_v1.d.ts"},"./dist/watsonx-ai-ml/vml_v1.js":{"types":"./vml_v1.d.js","default":"./vml_v1.js"},"./gateway":{"import":"./gateway/index.mjs","require":"./gateway/index.js","types":"./gateway/index.d.ts"},"./gateway/*.mjs":{"default":"./gateway/index.mjs","types":"./gateway/index.d.mts"},"./gateway/*.js":{"default":"./gateway/index.js","types":"./gateway/index.d.ts"},"./base":{"import":"./base/index.mjs","require":"./base/index.js","types":"./base/index.d.ts"},"./base/*.mjs":{"default":"./base/index.mjs","types":"./base/index.d.mts"},"./base/*.js":{"default":"./base/index.js","types":"./base/index.d.ts"},"./authentication":{"import":"./authentication/index.mjs","require":"./authentication/index.js","types":"./authentication/index.d.ts"},"./authentication/*.mjs":{"default":"./authentication/index.mjs","types":"./authentication/index.d.mts"},"./authentication/*.js":{"default":"./authentication/index.js","types":"./authentication/index.d.ts"}},"_id":"@ibm-cloud/watsonx-ai@1.7.9","gitHead":"09a41644d5d86e333bed3fe62f11342a41ebd1ff","bugs":{"url":"https://github.com/IBM/watsonx-ai-node-sdk/issues"},"_nodeVersion":"22.14.0","_npmVersion":"10.9.2","dist":{"integrity":"sha512-farwTW1ffFt3NVvqZQIcd0VBKByLK6ctnfn4XM7Rf9Mf5JJbNwVPV1Wll046E/MlKAaZEM6sFDGAh+JCnnmqyQ==","shasum":"1d072c31a249734576a7dc72991f35d5055b9d60","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@ibm-cloud/watsonx-ai/-/watsonx-ai-1.7.9.tgz","fileCount":432,"unpackedSize":4222316,"signatures":[{"keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U","sig":"MEUCIQCDEjlo35NyfiduvYWNvCHp+F8cYw9kLV+VwgVprzhKfwIgZgEsc2mfxPVqHm6h+EMNBUnLUtJBJ6s5c+h1/I6AG9g="}],"size":557097},"_npmUser":{"name":"anonymous","email":"WML.SDK.Automation@ibm.com"},"maintainers":[{"name":"anonymous","email":"ricellis@uk.ibm.com"},{"name":"anonymous","email":"cldtsdks@us.ibm.com"},{"name":"anonymous","email":"secrets.automation.production@il.ibm.com"},{"name":"anonymous","email":"nvenkatesh.27@gmail.com"},{"name":"anonymous","email":"dpittner@de.ibm.com"},{"name":"anonymous","email":"externaluse.sqlquery@de.ibm.com"},{"name":"anonymous","email":"alchemy.registry.squad@uk.ibm.com"},{"name":"anonymous","email":"devxsdk@us.ibm.com"},{"name":"anonymous","email":"Notifications-prod@ibm.com"},{"name":"anonymous","email":"reggeenr@de.ibm.com"},{"name":"anonymous","email":"idsorg@us.ibm.com"},{"name":"anonymous","email":"rushil.v@ibm.com"},{"name":"anonymous","email":"WML.SDK.Automation@ibm.com"},{"name":"anonymous","email":"schmatic@in.ibm.com"},{"name":"anonymous","email":"ce.ui.team@de.ibm.com"},{"name":"anonymous","email":"rajan.gahlout1@ibm.com"},{"name":"anonymous","email":"biczoxd@gmail.com"},{"name":"anonymous","email":"Jeremy.Johnson@ibm.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/watsonx-ai_1.7.9_1772640070496_0.40724221229575286"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2026-03-04T16:01:10.727Z","publish_time":1772640070727,"_source_registry_name":"default","contributors":[]},"1.7.10":{"name":"@ibm-cloud/watsonx-ai","version":"1.7.10","description":"IBM watsonx.ai Node.js SDK","repository":{"type":"git","url":"git+https://github.com/IBM/watsonx-ai-node-sdk.git"},"keywords":["ibm","watsonx","watsonx-ai"],"author":{"name":"IBM Corp."},"scripts":{"clean":"rm -rf node_modules","eslint:fix":"eslint . --fix","eslint:check":"eslint . --cache","lint":"npm run eslint:check","lint-fix":"npm run eslint:fix","format":"prettier --config .prettierrc.js --write \"src\" \"scripts\" \"test\"","build":"./scripts/build","preversion":"rm -rf examples/node_modules","version":"node scripts/utils/check-version.cjs && git add src/version.ts","postversion":"publisher --no-checks --dry-run","local-publish":"npm run build && command -v yalc >/dev/null 2>&1 || npm install -g yalc && (cd dist/ && yalc publish)","generate-types-reexports":"node scripts/utils/generate-types-reexports.cjs","install-package-regression":"npm run local-publish && cd ./test/langchain && npm run test-install","install-package-examples":"npm run local-publish && cd ./examples && npm run test-install","jest":"NODE_OPTIONS=\"$NODE_OPTIONS --experimental-vm-modules\" jest --","test":"npm run build && npm run lint && jest","test-all":"npm run build && npm run lint && jest test/","test-unit":"npm run build && npm run lint && jest test/unit/","test-integration":"npm run build && jest test/integration/","test-examples":"npm run local-publish && cd ./examples && npm run test-all","test-examples-sdk":"npm run local-publish && cd ./examples && npm run test-sdk","test-examples-langchain":"npm run local-publish && cd ./examples && npm run test-langchain","test-regression":"./scripts/tests/run-regression-tests.sh","test-ilab":"npm run build && jest test/integration/watsonx-ai-ml-ilab.vml_v1.test.js --testPathIgnorePatterns=''","test-lora":"npm run build && jest test/integration/watsonx-ai-ml-lora_qlora.vml_v1.test.js --testPathIgnorePatterns=''","check-packages":"installed-check -e -d -v","all":"npm run test-unit && npm run lint","typedoc":"typedoc","typedoc-merge":"typedoc --entryPointStrategy merge","update-copyrights":"node ./scripts/utils/update-copyrights.cjs"},"license":"Apache-2.0","publishConfig":{"access":"public"},"engines":{"node":">=20.0.0"},"dependencies":{"@types/node":"^18.0.0","extend":"3.0.2","form-data":"^4.0.4","ibm-cloud-sdk-core":"^5.4.5","ts-node":"^10.9.2"},"homepage":"https://github.com/IBM/watsonx-ai-node-sdk#readme","directories":{"example":"examples","lib":"lib","test":"test","helpers":"helpers"},"main":"./index.js","module":"./index.mjs","types":"./index.d.ts","exports":{".":{"require":{"types":"./index.d.ts","default":"./index.js"},"types":"./index.d.mts","default":"./index.mjs"},"./vml_v1.mjs":{"default":"./vml_v1.mjs","types":"./vml_v1.d.mts"},"./vml_v1.js":{"default":"./vml_v1.js","types":"./vml_v1.d.ts"},"./dist/watsonx-ai-ml/vml_v1.js":{"types":"./vml_v1.d.js","default":"./vml_v1.js"},"./gateway":{"import":"./gateway/index.mjs","require":"./gateway/index.js","types":"./gateway/index.d.ts"},"./gateway/*.mjs":{"default":"./gateway/index.mjs","types":"./gateway/index.d.mts"},"./gateway/*.js":{"default":"./gateway/index.js","types":"./gateway/index.d.ts"},"./base":{"import":"./base/index.mjs","require":"./base/index.js","types":"./base/index.d.ts"},"./base/*.mjs":{"default":"./base/index.mjs","types":"./base/index.d.mts"},"./base/*.js":{"default":"./base/index.js","types":"./base/index.d.ts"},"./authentication":{"import":"./authentication/index.mjs","require":"./authentication/index.js","types":"./authentication/index.d.ts"},"./authentication/*.mjs":{"default":"./authentication/index.mjs","types":"./authentication/index.d.mts"},"./authentication/*.js":{"default":"./authentication/index.js","types":"./authentication/index.d.ts"}},"_id":"@ibm-cloud/watsonx-ai@1.7.10","gitHead":"030d4cddcc3f37d927d38aa34825da6dc30cf046","bugs":{"url":"https://github.com/IBM/watsonx-ai-node-sdk/issues"},"_nodeVersion":"22.14.0","_npmVersion":"10.9.2","dist":{"integrity":"sha512-+ckgkR/qLQSG5hmVrD3OywWGEmY8Vgo3WR3T0jGJxcO9w89gPwgQENn3qFnhF0YlILGEl4zNPuTYYDj1MtNSng==","shasum":"7703346f1e887b4514a9f7ab146ad460929dc9d3","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@ibm-cloud/watsonx-ai/-/watsonx-ai-1.7.10.tgz","fileCount":432,"unpackedSize":4141906,"signatures":[{"keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U","sig":"MEUCIQDMrNSzzttGXpMdFrSkKlVU9t52UtMOA8xjCwODsYaLUwIgQ1PYx6U7IAp1LcO/NNTzkeyV5DF+7kt6zyXjOyzCtX8="}],"size":555452},"_npmUser":{"name":"anonymous","email":"WML.SDK.Automation@ibm.com"},"maintainers":[{"name":"anonymous","email":"ricellis@uk.ibm.com"},{"name":"anonymous","email":"cldtsdks@us.ibm.com"},{"name":"anonymous","email":"secrets.automation.production@il.ibm.com"},{"name":"anonymous","email":"nvenkatesh.27@gmail.com"},{"name":"anonymous","email":"dpittner@de.ibm.com"},{"name":"anonymous","email":"externaluse.sqlquery@de.ibm.com"},{"name":"anonymous","email":"alchemy.registry.squad@uk.ibm.com"},{"name":"anonymous","email":"devxsdk@us.ibm.com"},{"name":"anonymous","email":"Notifications-prod@ibm.com"},{"name":"anonymous","email":"reggeenr@de.ibm.com"},{"name":"anonymous","email":"idsorg@us.ibm.com"},{"name":"anonymous","email":"rushil.v@ibm.com"},{"name":"anonymous","email":"WML.SDK.Automation@ibm.com"},{"name":"anonymous","email":"schmatic@in.ibm.com"},{"name":"anonymous","email":"ce.ui.team@de.ibm.com"},{"name":"anonymous","email":"rajan.gahlout1@ibm.com"},{"name":"anonymous","email":"biczoxd@gmail.com"},{"name":"anonymous","email":"Jeremy.Johnson@ibm.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/watsonx-ai_1.7.10_1773871961409_0.6411845847923809"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2026-03-18T22:12:41.734Z","publish_time":1773871961734,"_source_registry_name":"default","contributors":[]},"1.7.11":{"name":"@ibm-cloud/watsonx-ai","version":"1.7.11","description":"IBM watsonx.ai Node.js SDK","repository":{"type":"git","url":"git+https://github.com/IBM/watsonx-ai-node-sdk.git"},"keywords":["ibm","watsonx","watsonx-ai"],"author":{"name":"IBM Corp."},"scripts":{"clean":"rm -rf node_modules","eslint:fix":"eslint . --fix","eslint:check":"eslint . --cache","lint":"npm run eslint:check","lint-fix":"npm run eslint:fix","format":"prettier --config .prettierrc.js --write \"src\" \"scripts\" \"test\"","build":"./scripts/build","preversion":"rm -rf examples/node_modules","version":"node scripts/utils/check-version.cjs && git add src/version.ts","postversion":"publisher --no-checks --dry-run","local-publish":"npm run build && command -v yalc >/dev/null 2>&1 || npm install -g yalc && (cd dist/ && yalc publish)","generate-types-reexports":"node scripts/utils/generate-types-reexports.cjs","install-package-regression":"npm run local-publish && cd ./test/langchain && npm run test-install","install-package-examples":"npm run local-publish && cd ./examples && npm run test-install","jest":"NODE_OPTIONS=\"$NODE_OPTIONS --experimental-vm-modules\" jest --","test":"npm run build && npm run lint && jest","test-all":"npm run build && npm run lint && jest test/","test-unit":"npm run build && npm run lint && jest test/unit/","test-integration":"npm run build && jest test/integration/","test-examples":"npm run local-publish && cd ./examples && npm run test-all","test-examples-sdk":"npm run local-publish && cd ./examples && npm run test-sdk","test-examples-langchain":"npm run local-publish && cd ./examples && npm run test-langchain","test-regression":"./scripts/tests/run-regression-tests.sh","test-ilab":"npm run build && jest test/integration/watsonx-ai-ml-ilab.vml_v1.test.js --testPathIgnorePatterns=''","test-lora":"npm run build && jest test/integration/watsonx-ai-ml-lora_qlora.vml_v1.test.js --testPathIgnorePatterns=''","check-packages":"installed-check -e -d -v","all":"npm run test-unit && npm run lint","typedoc":"typedoc","typedoc-merge":"typedoc --entryPointStrategy merge","update-copyrights":"node ./scripts/utils/update-copyrights.cjs"},"license":"Apache-2.0","publishConfig":{"access":"public"},"engines":{"node":">=20.0.0"},"dependencies":{"@types/node":"^18.0.0","extend":"3.0.2","form-data":"^4.0.4","ibm-cloud-sdk-core":"^5.4.9","ts-node":"^10.9.2"},"homepage":"https://github.com/IBM/watsonx-ai-node-sdk#readme","directories":{"example":"examples","lib":"lib","test":"test","helpers":"helpers"},"main":"./index.js","module":"./index.mjs","types":"./index.d.ts","exports":{".":{"require":{"types":"./index.d.ts","default":"./index.js"},"types":"./index.d.mts","default":"./index.mjs"},"./vml_v1.mjs":{"default":"./vml_v1.mjs","types":"./vml_v1.d.mts"},"./vml_v1.js":{"default":"./vml_v1.js","types":"./vml_v1.d.ts"},"./dist/watsonx-ai-ml/vml_v1.js":{"types":"./vml_v1.d.js","default":"./vml_v1.js"},"./gateway":{"import":"./gateway/index.mjs","require":"./gateway/index.js","types":"./gateway/index.d.ts"},"./gateway/*.mjs":{"default":"./gateway/index.mjs","types":"./gateway/index.d.mts"},"./gateway/*.js":{"default":"./gateway/index.js","types":"./gateway/index.d.ts"},"./base":{"import":"./base/index.mjs","require":"./base/index.js","types":"./base/index.d.ts"},"./base/*.mjs":{"default":"./base/index.mjs","types":"./base/index.d.mts"},"./base/*.js":{"default":"./base/index.js","types":"./base/index.d.ts"},"./authentication":{"import":"./authentication/index.mjs","require":"./authentication/index.js","types":"./authentication/index.d.ts"},"./authentication/*.mjs":{"default":"./authentication/index.mjs","types":"./authentication/index.d.mts"},"./authentication/*.js":{"default":"./authentication/index.js","types":"./authentication/index.d.ts"},"./batch_inference":{"import":"./batch_inference/index.mjs","require":"./batch_inference/index.js","types":"./batch_inference/index.d.ts"},"./batch_inference/*.mjs":{"default":"./batch_inference/index.mjs","types":"./batch_inference/index.d.mts"},"./batch_inference/*.js":{"default":"./batch_inference/index.js","types":"./batch_inference/index.d.ts"}},"_id":"@ibm-cloud/watsonx-ai@1.7.11","gitHead":"04ca4ebc9932b00d44b1cf1a76e2175872d222d7","bugs":{"url":"https://github.com/IBM/watsonx-ai-node-sdk/issues"},"_nodeVersion":"22.14.0","_npmVersion":"10.9.2","dist":{"integrity":"sha512-sBMj/YhV5qvJdBpvgutmX6vLUUnSwvhFaJk7r3hiMh5aB7BQWQ+5zyzvSPLywOwTWZbgy4v8jxTUhR6jb+kguw==","shasum":"44d463101258315a9846248f22b716457ab56c44","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@ibm-cloud/watsonx-ai/-/watsonx-ai-1.7.11.tgz","fileCount":472,"unpackedSize":4280424,"signatures":[{"keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U","sig":"MEUCIDR7kmYkvjX2mEV8DsfiYTmnEr9NU608Zs97ilf55g8XAiEAoM8fHqY3Kk4UNPWmwRJEd/lQHy/dSRmxG4+q+oSqV2Q="}],"size":576741},"_npmUser":{"name":"anonymous","email":"WML.SDK.Automation@ibm.com"},"maintainers":[{"name":"anonymous","email":"ricellis@uk.ibm.com"},{"name":"anonymous","email":"cldtsdks@us.ibm.com"},{"name":"anonymous","email":"secrets.automation.production@il.ibm.com"},{"name":"anonymous","email":"nvenkatesh.27@gmail.com"},{"name":"anonymous","email":"dpittner@de.ibm.com"},{"name":"anonymous","email":"externaluse.sqlquery@de.ibm.com"},{"name":"anonymous","email":"alchemy.registry.squad@uk.ibm.com"},{"name":"anonymous","email":"devxsdk@us.ibm.com"},{"name":"anonymous","email":"Notifications-prod@ibm.com"},{"name":"anonymous","email":"reggeenr@de.ibm.com"},{"name":"anonymous","email":"idsorg@us.ibm.com"},{"name":"anonymous","email":"WML.SDK.Automation@ibm.com"},{"name":"anonymous","email":"schmatic@in.ibm.com"},{"name":"anonymous","email":"ce.ui.team@de.ibm.com"},{"name":"anonymous","email":"stephaniegalang@ibm.com"},{"name":"anonymous","email":"michael.darmawan@ibm.com"},{"name":"anonymous","email":"rajan.gahlout1@ibm.com"},{"name":"anonymous","email":"biczoxd@gmail.com"},{"name":"anonymous","email":"Jeremy.Johnson@ibm.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/watsonx-ai_1.7.11_1775044521734_0.825240211945621"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2026-04-01T11:55:21.936Z","publish_time":1775044521936,"_source_registry_name":"default","contributors":[]}},"dist-tags":{"latest":"1.7.11"},"name":"@ibm-cloud/watsonx-ai","time":{"created":"2024-06-19T06:43:19.557Z","modified":"2026-04-01T11:55:39.459Z","0.1.0":"2024-06-19T06:40:30.196Z","0.1.1":"2024-06-19T10:08:31.668Z","1.0.0":"2024-08-07T10:12:53.328Z","1.0.1":"2024-08-08T11:31:39.179Z","1.0.2":"2024-09-25T09:44:57.302Z","1.1.0":"2024-10-08T14:00:53.275Z","1.1.1":"2024-10-17T15:36:22.899Z","1.1.2":"2024-10-30T09:18:47.134Z","1.1.3":"2024-11-15T12:48:47.688Z","1.2.0":"2024-11-27T13:12:58.468Z","1.3.0":"2024-12-03T10:23:11.713Z","1.3.1":"2025-01-07T09:33:10.285Z","1.3.2":"2025-01-20T14:08:35.249Z","1.4.0":"2025-01-29T11:02:21.310Z","1.5.0":"2025-02-11T14:14:25.531Z","1.5.1":"2025-02-28T12:13:59.012Z","1.6.0":"2025-03-14T09:01:56.509Z","1.6.1":"2025-03-24T15:09:31.789Z","1.6.2":"2025-03-27T11:48:13.535Z","1.6.3":"2025-03-27T13:56:22.725Z","1.6.4":"2025-03-28T08:54:54.680Z","1.6.5":"2025-05-12T14:14:32.649Z","1.6.6":"2025-05-20T10:01:35.951Z","1.6.7":"2025-05-28T12:55:03.605Z","1.6.8":"2025-06-20T13:49:50.030Z","1.6.9":"2025-07-23T13:12:57.282Z","1.6.10":"2025-07-28T14:27:55.329Z","1.6.11":"2025-08-25T19:53:58.349Z","1.6.12":"2025-08-28T15:59:23.537Z","1.6.13":"2025-09-17T13:24:29.163Z","1.7.0":"2025-10-13T09:21:23.985Z","1.7.1":"2025-10-28T13:59:51.467Z","1.7.2":"2025-10-29T15:45:35.286Z","1.7.3":"2025-11-12T13:13:06.403Z","1.7.4":"2025-11-21T10:21:01.701Z","1.7.5":"2025-12-08T18:45:50.722Z","1.7.6":"2026-01-08T10:22:53.670Z","1.7.7":"2026-01-23T14:22:26.819Z","1.7.8":"2026-02-18T20:24:36.459Z","1.7.9":"2026-03-04T16:01:10.727Z","1.7.10":"2026-03-18T22:12:41.734Z","1.7.11":"2026-04-01T11:55:21.936Z"},"readme":"[![npm-version](https://img.shields.io/npm/v/@ibm-cloud/watsonx-ai.svg)](https://www.npmjs.com/package/@ibm-cloud/watsonx-ai)\n![NPM Downloads](https://img.shields.io/npm/dw/%40ibm-cloud%2Fwatsonx-ai)\n\n# IBM watsonx.ai Node.js SDK\nNode.js client library to interact with [IBM watsonx.ai service](https://dataplatform.cloud.ibm.com/docs/content/wsj/getting-started/overview-wx.html?context=wx).\n\n\n## Table of Contents\n\n<!--\n  The TOC below is generated using the `markdown-toc` node package.\n\n      https://github.com/jonschlinkert/markdown-toc\n\n  You should regenerate the TOC after making changes to this file.\n\n      npx markdown-toc -i README.md\n  -->\n\n<!-- toc -->\n\n- [IBM watsonx.ai Node.js SDK](#ibm-watsonxai-nodejs-sdk)\n  - [Table of Contents](#table-of-contents)\n  - [Overview](#overview)\n  - [Prerequisites](#prerequisites)\n  - [Installation](#installation)\n  - [Using the SDK](#using-the-sdk)\n    - [With environment variables](#with-environment-variables)\n      - [IAM authentication](#iam-authentication)\n      - [Bearer token authentication](#bearer-token-authentication)\n      - [IBM watsonx.ai software authentication](#ibm-watsonxai-software-authentication)\n    - [With an external credentials file](#with-an-external-credentials-file)\n    - [With programmatic approach](#with-programmatic-approach)\n  - [Code examples](#code-examples)\n    - [Basic example - text generation/inference](#basic-example---text-generationinference)\n    - [Lightweight engine](#lightweight-engine)\n    - [More examples](#more-examples)\n  - [Questions](#questions)\n  - [Issues](#issues)\n  - [Open source @ IBM](#open-source--ibm)\n  - [Contributing](#contributing)\n  - [License](#license)\n\n<!-- tocstop -->\n\n<!-- --------------------------------------------------------------- -->\n## Overview\n\nThe IBM watsonx.ai Node.js SDK allows developers to programmatically interact with the [IBM watsonx.ai service](https://dataplatform.cloud.ibm.com/docs/content/wsj/getting-started/overview-wx.html?context=wx).\n\n## Prerequisites\n* You need an [IBM Cloud][ibm-cloud-onboarding] (SaaS offering) or have access to [IBM Cloud Pak® for Data][ibm-cpd-onboarding] (on-prem offering).\n* You need to have an access to watsonx.ai service in either of above environments.\n* **Node.js >=20**: This SDK is tested with Node.js versions 20 and up. It may work on previous versions but this is not officially supported.\n\n[ibm-cloud-onboarding]: http://cloud.ibm.com/registration\n[ibm-cpd-onboarding]: https://www.ibm.com/products/cloud-pak-for-data\n\n## Installation\n```sh\nnpm install @ibm-cloud/watsonx-ai\n```\n\n## Using the SDK\nFor general SDK usage information, please see\n[this link](https://github.com/IBM/ibm-cloud-sdk-common/blob/main/README.md)\n\nIBM watsonx.ai Node.js SDK documentation can be found [here](https://ibm.github.io/watsonx-ai-node-sdk/)\n\nThis library requires configuration with a service URL and platform credentials to authenticate to your account.\n\nThere are several ways to set these authentication properties.\n\n### With environment variables\n\nYou can set the following environment variables for chosen authentication type.\n\n#### IAM authentication\n\n```sh\nWATSONX_AI_AUTH_TYPE=iam\nWATSONX_AI_APIKEY=<YOUR-APIKEY>\n```\n\n#### Bearer token authentication\n\n```sh\nWATSONX_AI_AUTH_TYPE=bearertoken\nWATSONX_AI_BEARER_TOKEN=<YOUR-BEARER-TOKEN>\n```\n\n#### IBM watsonx.ai software authentication\n\n```sh\nWATSONX_AI_AUTH_TYPE=cp4d\nWATSONX_AI_USERNAME=<YOUR_USERNAME>\nWATSONX_AI_PASSWORD=<YOUR_PASSWORD>\nWATSONX_AI_URL=url\n```\nIf any troubles regarding SSL verification appear, such as \"Error: self-signed certificate in certificate chain\", please try setting up environment variables as below:\n```sh\nWATSONX_AI_DISABLE_SSL=true\nWATSONX_AI_AUTH_DISABLE_SSL=true\n```\n\n\n\n### With an external credentials file\nTo use an external configuration file, please see the [general SDK usage information](https://github.com/IBM/ibm-cloud-sdk-common#using-external-configuration) for guidance. Additionally, please see the following template files for:\n- [IAM authentication](https://github.com/IBM/watsonx-ai-node-sdk/blob/main/examples/auth/watsonx_ai_ml_vml_v1_iam.env.template)\n- [Bearer token authentication](https://github.com/IBM/watsonx-ai-node-sdk/blob/main/examples/auth/watsonx_ai_ml_vml_v1_bearer.env.template)\n- [CP4D authentication](https://github.com/IBM/watsonx-ai-node-sdk/blob/main/examples/auth/watsonx_ai_ml_vml_v1_cp4d.env.template)\n\n### With programmatic approach\nTo learn more about how to use programmatic authentication, see the [Node.js SDK Core document](https://github.com/IBM/node-sdk-core/blob/main/Authentication.md) about authentication.\n\n## Code examples\n\n### Basic example - text generation/inference\nThe following code examples authenticate with the environment variables.\nPlease set environment variables before proceeding with examples:\nIt is mandatory to set `projectId` or `spaceId` unless you are working with lightweight engine.\n```ts\nimport { WatsonXAI } from '@ibm-cloud/watsonx-ai';\n\n// Service instance\nconst watsonxAIService = new WatsonXAI({\n  version: '2024-05-31',\n  serviceUrl: 'https://us-south.ml.cloud.ibm.com',\n});\n\nconst params = {\n  messages: [{ role: 'user', content: 'Generate a short greeting for project kick-off meeting.' }],\n  modelId: 'ibm/granite-4-h-small',\n  projectId: '<YOUR_PROJECT_ID>',\n  maxTokens: 200,\n};\n\ntry {\n  const textGeneration = await watsonxAIService.textChat(params);\n\n  console.log('\\n\\n***** TEXT RESPONSE FROM MODEL *****');\n  console.log(textGeneration.result.choices[0].message?.content);\n} catch (err) {\n  console.warn(err);\n}\n```\n\nWhen you run this code, you should see result similar to the following output:\n```text\n***** TEXT RESPONSE FROM MODEL *****\nWelcome to the project kick-off meeting. I'm glad you could make it.\n```\n\n### Lightweight engine\nFor a watsonx.ai lightweight engine, you do not need to provide a `projectId` or `spaceId`. Remember to set environment variables (`IBM watsonx.ai software authentication`) before proceeding.\n\n```ts\nimport { WatsonXAI } from '@ibm-cloud/watsonx-ai';\n\n// Service instance\nconst watsonxAIService = new WatsonXAI({\n    version: '2024-05-31',\n    serviceUrl: process.env.SERVICE_URL,\n});\n\nconst params = {\n  messages: [{ role: 'user', content: 'Generate a short greeting for project kick-off meeting.' }],\n  modelId: 'ibm/granite-4-h-small',\n};\n\ntry {\n    const textGeneration = await watsonxAIService.textChat(params);\n\n    console.log('\\n\\n***** TEXT RESPONSE FROM MODEL *****');\n    console.log(textGeneration.result.choices[0].message?.content);\n} catch (err) {\n    console.warn(err);\n}\n```\n\n### More examples\nFor more examples, please refer to the [following directory](https://github.com/IBM/watsonx-ai-node-sdk/tree/main/examples/), which contains self-contained examples of several flows, where you could use this SDK in.\n\n## Questions\n\nIf you are having difficulties using this SDK or have a question about the IBM Cloud services,\nplease ask a question at\n[Stack Overflow](http://stackoverflow.com/questions/ask?tags=ibm-cloud).\n\n## Issues\nIf you encounter an issue with the SDK, you are welcome to submit\na [bug report](https://github.com/IBM/watsonx-ai-node-sdk/issues).\nBefore that, please search for similar issues. It's possible someone has already encountered this issue.\n\n## Open source @ IBM\nFind more open source projects on the [IBM Github Page](http://ibm.github.io/)\n\n## Contributing\nSee [CONTRIBUTING](CONTRIBUTING.md).\n\n## License\n\nThis project is released under the Apache 2.0 license.\nThe license's full text can be found in\n[LICENSE](LICENSE).","users":{}}