notdiamond 2.1.0 → 2.1.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md CHANGED
@@ -1,5 +1,24 @@
1
1
  # Changelog
2
2
 
3
+ ## 2.1.1 (2026-01-12)
4
+
5
+ Full Changelog: [v2.1.0...v2.1.1](https://github.com/Not-Diamond/not-diamond-typescript/compare/v2.1.0...v2.1.1)
6
+
7
+ ### Features
8
+
9
+ * **api:** api update ([38a78a0](https://github.com/Not-Diamond/not-diamond-typescript/commit/38a78a001f7489cc5abb53778f32772e545657d0))
10
+ * **workflow:** add Slack notification for pull requests ([65d0262](https://github.com/Not-Diamond/not-diamond-typescript/commit/65d0262b3d585e5c8d0bca8b696618300704ef34))
11
+
12
+
13
+ ### Chores
14
+
15
+ * break long lines in snippets into multiline ([bdd22d8](https://github.com/Not-Diamond/not-diamond-typescript/commit/bdd22d8f5ba5a97ec490ec9ca7d8a403011efa93))
16
+
17
+
18
+ ### Refactors
19
+
20
+ * **workflow:** remove bot user condition from Slack notification ([4fc10a3](https://github.com/Not-Diamond/not-diamond-typescript/commit/4fc10a3e6f261d90fd973cbffbb4c18b6bf8e680))
21
+
3
22
  ## 2.1.0 (2025-12-16)
4
23
 
5
24
  Full Changelog: [v2.0.0...v2.1.0](https://github.com/Not-Diamond/not-diamond-typescript/compare/v2.0.0...v2.1.0)
package/LICENSE CHANGED
@@ -186,7 +186,7 @@
186
186
  same "printed page" as the copyright notice for easier
187
187
  identification within third-party archives.
188
188
 
189
- Copyright 2025 Notdiamond
189
+ Copyright 2026 Notdiamond
190
190
 
191
191
  Licensed under the Apache License, Version 2.0 (the "License");
192
192
  you may not use this file except in compliance with the License.
package/README.md CHANGED
@@ -235,7 +235,9 @@ const params: NotDiamond.PromptAdaptCreateParams = {
235
235
  },
236
236
  ],
237
237
  };
238
- const response: NotDiamond.PromptAdaptCreateResponse = await client.promptAdaptation.adapt(params);
238
+ const response: NotDiamond.PromptAdaptCreateResponse = await client.promptAdaptation.adapt(
239
+ params,
240
+ );
239
241
  console.log(response.adaptation_run_id);
240
242
  ```
241
243
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "notdiamond",
3
- "version": "2.1.0",
3
+ "version": "2.1.1",
4
4
  "description": "The official TypeScript library for the Notdiamond API",
5
5
  "author": "Notdiamond <contact@notdiamond.ai>",
6
6
  "types": "./index.d.ts",
package/src/version.ts CHANGED
@@ -1 +1 @@
1
- export const VERSION = '2.1.0'; // x-release-please-version
1
+ export const VERSION = '2.1.1'; // x-release-please-version
package/version.d.mts CHANGED
@@ -1,2 +1,2 @@
1
- export declare const VERSION = "2.1.0";
1
+ export declare const VERSION = "2.1.1";
2
2
  //# sourceMappingURL=version.d.mts.map
package/version.d.ts CHANGED
@@ -1,2 +1,2 @@
1
- export declare const VERSION = "2.1.0";
1
+ export declare const VERSION = "2.1.1";
2
2
  //# sourceMappingURL=version.d.ts.map
package/version.js CHANGED
@@ -1,5 +1,5 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.VERSION = void 0;
4
- exports.VERSION = '2.1.0'; // x-release-please-version
4
+ exports.VERSION = '2.1.1'; // x-release-please-version
5
5
  //# sourceMappingURL=version.js.map
package/version.mjs CHANGED
@@ -1,2 +1,2 @@
1
- export const VERSION = '2.1.0'; // x-release-please-version
1
+ export const VERSION = '2.1.1'; // x-release-please-version
2
2
  //# sourceMappingURL=version.mjs.map