@anthropic-ai/sdk
Advanced tools
Comparing version 0.17.0 to 0.17.1
# Changelog | ||
## 0.17.1 (2024-03-06) | ||
Full Changelog: [sdk-v0.17.0...sdk-v0.17.1](https://github.com/anthropics/anthropic-sdk-typescript/compare/sdk-v0.17.0...sdk-v0.17.1) | ||
### Documentation | ||
* deprecate old access token getter ([#322](https://github.com/anthropics/anthropic-sdk-typescript/issues/322)) ([1110548](https://github.com/anthropics/anthropic-sdk-typescript/commit/1110548d4543fab83bc0ef3beb99a75711cb028a)) | ||
* remove extraneous --save and yarn install instructions ([#323](https://github.com/anthropics/anthropic-sdk-typescript/issues/323)) ([775ecb9](https://github.com/anthropics/anthropic-sdk-typescript/commit/775ecb9ef3ab17e88dabc149faa0876cd6ab5f0b)) | ||
## 0.17.0 (2024-03-06) | ||
@@ -4,0 +13,0 @@ |
{ | ||
"name": "@anthropic-ai/sdk", | ||
"version": "0.17.0", | ||
"version": "0.17.1", | ||
"description": "The official TypeScript library for the Anthropic API", | ||
@@ -5,0 +5,0 @@ "author": "Anthropic <support@anthropic.com>", |
@@ -12,6 +12,3 @@ # Anthropic TypeScript API Library | ||
```sh | ||
# install from NPM | ||
npm install --save @anthropic-ai/sdk | ||
# or | ||
yarn add @anthropic-ai/sdk | ||
npm install @anthropic-ai/sdk | ||
``` | ||
@@ -18,0 +15,0 @@ |
@@ -1,1 +0,1 @@ | ||
export const VERSION = '0.17.0'; // x-release-please-version | ||
export const VERSION = '0.17.1'; // x-release-please-version |
@@ -1,2 +0,2 @@ | ||
export declare const VERSION = "0.17.0"; | ||
export declare const VERSION = "0.17.1"; | ||
//# sourceMappingURL=version.d.ts.map |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.VERSION = void 0; | ||
exports.VERSION = '0.17.0'; // x-release-please-version | ||
exports.VERSION = '0.17.1'; // x-release-please-version | ||
//# sourceMappingURL=version.js.map |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
676706
375