@valtown/sdk 3.8.0 → 3.10.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,41 @@
1
1
  # Changelog
2
2
 
3
+ ## 3.10.0 (2026-03-25)
4
+
5
+ Full Changelog: [v3.9.0...v3.10.0](https://github.com/val-town/sdk/compare/v3.9.0...v3.10.0)
6
+
7
+ ### Features
8
+
9
+ * **api:** api update ([7f1b4b6](https://github.com/val-town/sdk/commit/7f1b4b6fbd7d0eccaa1b606e83394698fc9308ca))
10
+
11
+
12
+ ### Chores
13
+
14
+ * **ci:** skip lint on metadata-only changes ([d5d015c](https://github.com/val-town/sdk/commit/d5d015cb18b419a8d3b6758d1e24f729887d4173))
15
+ * **internal:** update gitignore ([2336c16](https://github.com/val-town/sdk/commit/2336c16482a4a089c13741062278f9b5110cb014))
16
+ * **tests:** bump steady to v0.19.4 ([532aba5](https://github.com/val-town/sdk/commit/532aba57c298c2855a86c56cd5b0f2dd8a87cdfa))
17
+ * **tests:** bump steady to v0.19.5 ([7394f45](https://github.com/val-town/sdk/commit/7394f45f8c44fcc975013a236fb6488acfbeba11))
18
+ * **tests:** bump steady to v0.19.6 ([43be74b](https://github.com/val-town/sdk/commit/43be74b89960f1ea6cee26db4d4282164f95b680))
19
+ * **tests:** bump steady to v0.19.7 ([7a92222](https://github.com/val-town/sdk/commit/7a922221b9d9134613b2d672a1ef6c9b8edc7267))
20
+
21
+
22
+ ### Refactors
23
+
24
+ * **tests:** switch from prism to steady ([b1d3a17](https://github.com/val-town/sdk/commit/b1d3a17bf102f7c270684e844361a80637091f34))
25
+
26
+ ## 3.9.0 (2026-03-18)
27
+
28
+ Full Changelog: [v3.8.0...v3.9.0](https://github.com/val-town/sdk/compare/v3.8.0...v3.9.0)
29
+
30
+ ### Features
31
+
32
+ * **api:** api update ([2439d77](https://github.com/val-town/sdk/commit/2439d7788dc1610cc631eaf068d40a2e420262d8))
33
+
34
+
35
+ ### Chores
36
+
37
+ * **internal:** tweak CI branches ([f56ee23](https://github.com/val-town/sdk/commit/f56ee237e88269ed82bbe1705cd36cda348cba99))
38
+
3
39
  ## 3.8.0 (2026-03-11)
4
40
 
5
41
  Full Changelog: [v3.7.7...v3.8.0](https://github.com/val-town/sdk/compare/v3.7.7...v3.8.0)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@valtown/sdk",
3
- "version": "3.8.0",
3
+ "version": "3.10.0",
4
4
  "description": "The official TypeScript library for the Val Town API",
5
5
  "author": "Val Town <support@val.town>",
6
6
  "types": "./index.d.ts",
@@ -23,7 +23,7 @@ export interface ProfileRetrieveResponse extends Shared.User {
23
23
  /**
24
24
  * Your account tier
25
25
  */
26
- tier: 'free' | 'pro' | null;
26
+ tier: 'free' | 'pro' | 'business' | null;
27
27
  }
28
28
  export declare namespace Profile {
29
29
  export { type ProfileRetrieveResponse as ProfileRetrieveResponse };
@@ -1 +1 @@
1
- {"version":3,"file":"profile.d.mts","sourceRoot":"","sources":["../../src/resources/me/profile.ts"],"names":[],"mappings":"OAEO,EAAE,WAAW,EAAE;OACf,KAAK,MAAM;OACX,EAAE,UAAU,EAAE;OACd,EAAE,cAAc,EAAE;AAEzB;;;GAGG;AACH,qBAAa,OAAQ,SAAQ,WAAW;IACtC;;OAEG;IACH,QAAQ,CAAC,OAAO,CAAC,EAAE,cAAc,GAAG,UAAU,CAAC,uBAAuB,CAAC;CAGxE;AAED;;GAEG;AACH,MAAM,WAAW,uBAAwB,SAAQ,MAAM,CAAC,IAAI;IAC1D;;OAEG;IACH,KAAK,EAAE,MAAM,GAAG,IAAI,CAAC;IAErB;;OAEG;IACH,IAAI,EAAE,MAAM,GAAG,KAAK,GAAG,IAAI,CAAC;CAC7B;AAED,MAAM,CAAC,OAAO,WAAW,OAAO,CAAC;IAC/B,OAAO,EAAE,KAAK,uBAAuB,IAAI,uBAAuB,EAAE,CAAC;CACpE"}
1
+ {"version":3,"file":"profile.d.mts","sourceRoot":"","sources":["../../src/resources/me/profile.ts"],"names":[],"mappings":"OAEO,EAAE,WAAW,EAAE;OACf,KAAK,MAAM;OACX,EAAE,UAAU,EAAE;OACd,EAAE,cAAc,EAAE;AAEzB;;;GAGG;AACH,qBAAa,OAAQ,SAAQ,WAAW;IACtC;;OAEG;IACH,QAAQ,CAAC,OAAO,CAAC,EAAE,cAAc,GAAG,UAAU,CAAC,uBAAuB,CAAC;CAGxE;AAED;;GAEG;AACH,MAAM,WAAW,uBAAwB,SAAQ,MAAM,CAAC,IAAI;IAC1D;;OAEG;IACH,KAAK,EAAE,MAAM,GAAG,IAAI,CAAC;IAErB;;OAEG;IACH,IAAI,EAAE,MAAM,GAAG,KAAK,GAAG,UAAU,GAAG,IAAI,CAAC;CAC1C;AAED,MAAM,CAAC,OAAO,WAAW,OAAO,CAAC;IAC/B,OAAO,EAAE,KAAK,uBAAuB,IAAI,uBAAuB,EAAE,CAAC;CACpE"}
@@ -23,7 +23,7 @@ export interface ProfileRetrieveResponse extends Shared.User {
23
23
  /**
24
24
  * Your account tier
25
25
  */
26
- tier: 'free' | 'pro' | null;
26
+ tier: 'free' | 'pro' | 'business' | null;
27
27
  }
28
28
  export declare namespace Profile {
29
29
  export { type ProfileRetrieveResponse as ProfileRetrieveResponse };
@@ -1 +1 @@
1
- {"version":3,"file":"profile.d.ts","sourceRoot":"","sources":["../../src/resources/me/profile.ts"],"names":[],"mappings":"OAEO,EAAE,WAAW,EAAE;OACf,KAAK,MAAM;OACX,EAAE,UAAU,EAAE;OACd,EAAE,cAAc,EAAE;AAEzB;;;GAGG;AACH,qBAAa,OAAQ,SAAQ,WAAW;IACtC;;OAEG;IACH,QAAQ,CAAC,OAAO,CAAC,EAAE,cAAc,GAAG,UAAU,CAAC,uBAAuB,CAAC;CAGxE;AAED;;GAEG;AACH,MAAM,WAAW,uBAAwB,SAAQ,MAAM,CAAC,IAAI;IAC1D;;OAEG;IACH,KAAK,EAAE,MAAM,GAAG,IAAI,CAAC;IAErB;;OAEG;IACH,IAAI,EAAE,MAAM,GAAG,KAAK,GAAG,IAAI,CAAC;CAC7B;AAED,MAAM,CAAC,OAAO,WAAW,OAAO,CAAC;IAC/B,OAAO,EAAE,KAAK,uBAAuB,IAAI,uBAAuB,EAAE,CAAC;CACpE"}
1
+ {"version":3,"file":"profile.d.ts","sourceRoot":"","sources":["../../src/resources/me/profile.ts"],"names":[],"mappings":"OAEO,EAAE,WAAW,EAAE;OACf,KAAK,MAAM;OACX,EAAE,UAAU,EAAE;OACd,EAAE,cAAc,EAAE;AAEzB;;;GAGG;AACH,qBAAa,OAAQ,SAAQ,WAAW;IACtC;;OAEG;IACH,QAAQ,CAAC,OAAO,CAAC,EAAE,cAAc,GAAG,UAAU,CAAC,uBAAuB,CAAC;CAGxE;AAED;;GAEG;AACH,MAAM,WAAW,uBAAwB,SAAQ,MAAM,CAAC,IAAI;IAC1D;;OAEG;IACH,KAAK,EAAE,MAAM,GAAG,IAAI,CAAC;IAErB;;OAEG;IACH,IAAI,EAAE,MAAM,GAAG,KAAK,GAAG,UAAU,GAAG,IAAI,CAAC;CAC1C;AAED,MAAM,CAAC,OAAO,WAAW,OAAO,CAAC;IAC/B,OAAO,EAAE,KAAK,uBAAuB,IAAI,uBAAuB,EAAE,CAAC;CACpE"}
@@ -30,7 +30,7 @@ export interface ProfileRetrieveResponse extends Shared.User {
30
30
  /**
31
31
  * Your account tier
32
32
  */
33
- tier: 'free' | 'pro' | null;
33
+ tier: 'free' | 'pro' | 'business' | null;
34
34
  }
35
35
 
36
36
  export declare namespace Profile {
package/src/version.ts CHANGED
@@ -1 +1 @@
1
- export const VERSION = '3.8.0'; // x-release-please-version
1
+ export const VERSION = '3.10.0'; // x-release-please-version
package/version.d.mts CHANGED
@@ -1,2 +1,2 @@
1
- export declare const VERSION = "3.8.0";
1
+ export declare const VERSION = "3.10.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 = "3.8.0";
1
+ export declare const VERSION = "3.10.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 = '3.8.0'; // x-release-please-version
4
+ exports.VERSION = '3.10.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 = '3.8.0'; // x-release-please-version
1
+ export const VERSION = '3.10.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"}