@expandai/sdk 0.9.0 → 0.11.0

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,35 @@
1
1
  # Changelog
2
2
 
3
+ ## 0.11.0 (2026-01-19)
4
+
5
+ Full Changelog: [v0.10.0...v0.11.0](https://github.com/expandai/expandai-node/compare/v0.10.0...v0.11.0)
6
+
7
+ ### Features
8
+
9
+ * **api:** api update ([ca15a27](https://github.com/expandai/expandai-node/commit/ca15a2763ded54ee12c87912df6c1ab0257ca16c))
10
+
11
+
12
+ ### Chores
13
+
14
+ * **internal:** update `actions/checkout` version ([eee280b](https://github.com/expandai/expandai-node/commit/eee280bd9a2c7e6ba0a590116bc5922ed8e0950b))
15
+ * **internal:** update lock file ([6feee9f](https://github.com/expandai/expandai-node/commit/6feee9fcb4b9cdaacfa1e0ad5052088c64fb148e))
16
+ * **internal:** upgrade babel, qs, js-yaml ([baf3990](https://github.com/expandai/expandai-node/commit/baf39903180fe7f93a4ec151ed3bba447272049c))
17
+ * **internal:** upgrade brace-expansion and @babel/helpers ([6a8c4c9](https://github.com/expandai/expandai-node/commit/6a8c4c988e5c041f54353ea763cfb8a22231916c))
18
+
19
+ ## 0.10.0 (2026-01-13)
20
+
21
+ Full Changelog: [v0.9.0...v0.10.0](https://github.com/expandai/expandai-node/compare/v0.9.0...v0.10.0)
22
+
23
+ ### Features
24
+
25
+ * **api:** api update ([cf63bbe](https://github.com/expandai/expandai-node/commit/cf63bbe0fb5272e9b3426aa0154d7c5f17f343f0))
26
+
27
+
28
+ ### Chores
29
+
30
+ * break long lines in snippets into multiline ([eee7633](https://github.com/expandai/expandai-node/commit/eee7633377472bef50c17026254ddf6b110d7181))
31
+ * **internal:** codegen related update ([9916b2b](https://github.com/expandai/expandai-node/commit/9916b2b0e37e4a471ac69a6a44a8a4cc6a41e638))
32
+
3
33
  ## 0.9.0 (2025-12-17)
4
34
 
5
35
  Full Changelog: [v0.8.0...v0.9.0](https://github.com/expandai/expandai-node/compare/v0.8.0...v0.9.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 Expand
189
+ Copyright 2026 Expand
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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@expandai/sdk",
3
- "version": "0.9.0",
3
+ "version": "0.11.0",
4
4
  "description": "The official TypeScript library for the Expand API",
5
5
  "author": "Expand <support@expand.ai>",
6
6
  "types": "./index.d.ts",
package/src/version.ts CHANGED
@@ -1 +1 @@
1
- export const VERSION = '0.9.0'; // x-release-please-version
1
+ export const VERSION = '0.11.0'; // x-release-please-version
package/version.d.mts CHANGED
@@ -1,2 +1,2 @@
1
- export declare const VERSION = "0.9.0";
1
+ export declare const VERSION = "0.11.0";
2
2
  //# sourceMappingURL=version.d.mts.map
package/version.d.mts.map CHANGED
@@ -1 +1 @@
1
- {"version":3,"file":"version.d.mts","sourceRoot":"","sources":["src/version.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,OAAO,UAAU,CAAC"}
1
+ {"version":3,"file":"version.d.mts","sourceRoot":"","sources":["src/version.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,OAAO,WAAW,CAAC"}
package/version.d.ts CHANGED
@@ -1,2 +1,2 @@
1
- export declare const VERSION = "0.9.0";
1
+ export declare const VERSION = "0.11.0";
2
2
  //# sourceMappingURL=version.d.ts.map
package/version.d.ts.map CHANGED
@@ -1 +1 @@
1
- {"version":3,"file":"version.d.ts","sourceRoot":"","sources":["src/version.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,OAAO,UAAU,CAAC"}
1
+ {"version":3,"file":"version.d.ts","sourceRoot":"","sources":["src/version.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,OAAO,WAAW,CAAC"}
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 = '0.9.0'; // x-release-please-version
4
+ exports.VERSION = '0.11.0'; // x-release-please-version
5
5
  //# sourceMappingURL=version.js.map
package/version.js.map CHANGED
@@ -1 +1 @@
1
- {"version":3,"file":"version.js","sourceRoot":"","sources":["src/version.ts"],"names":[],"mappings":";;;AAAa,QAAA,OAAO,GAAG,OAAO,CAAC,CAAC,2BAA2B"}
1
+ {"version":3,"file":"version.js","sourceRoot":"","sources":["src/version.ts"],"names":[],"mappings":";;;AAAa,QAAA,OAAO,GAAG,QAAQ,CAAC,CAAC,2BAA2B"}
package/version.mjs CHANGED
@@ -1,2 +1,2 @@
1
- export const VERSION = '0.9.0'; // x-release-please-version
1
+ export const VERSION = '0.11.0'; // x-release-please-version
2
2
  //# sourceMappingURL=version.mjs.map
package/version.mjs.map CHANGED
@@ -1 +1 @@
1
- {"version":3,"file":"version.mjs","sourceRoot":"","sources":["src/version.ts"],"names":[],"mappings":"AAAA,MAAM,CAAC,MAAM,OAAO,GAAG,OAAO,CAAC,CAAC,2BAA2B"}
1
+ {"version":3,"file":"version.mjs","sourceRoot":"","sources":["src/version.ts"],"names":[],"mappings":"AAAA,MAAM,CAAC,MAAM,OAAO,GAAG,QAAQ,CAAC,CAAC,2BAA2B"}