@thingd/sdk 0.83.0 → 0.83.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/dist/version.d.ts CHANGED
@@ -2,5 +2,5 @@
2
2
  * The published version of the thingd SDK.
3
3
  * Updated automatically by Release Please during the release PR process.
4
4
  */
5
- export declare const SDK_VERSION = "0.83.0";
5
+ export declare const SDK_VERSION = "0.83.1";
6
6
  //# sourceMappingURL=version.d.ts.map
package/dist/version.js CHANGED
@@ -2,4 +2,4 @@
2
2
  * The published version of the thingd SDK.
3
3
  * Updated automatically by Release Please during the release PR process.
4
4
  */
5
- export const SDK_VERSION = "0.83.0"; // x-release-please-version
5
+ export const SDK_VERSION = "0.83.1"; // x-release-please-version
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@thingd/sdk",
3
- "version": "0.83.0",
3
+ "version": "0.83.1",
4
4
  "description": "A fast object-first data engine for applications and AI agents.",
5
5
  "type": "module",
6
6
  "author": "Sayan Mohsin",
@@ -71,7 +71,7 @@
71
71
  "zod": "^4.4.3"
72
72
  },
73
73
  "optionalDependencies": {
74
- "@thingd/native": "^0.83.0"
74
+ "@thingd/native": "^0.83.1"
75
75
  },
76
76
  "scripts": {
77
77
  "build": "tsc -p tsconfig.json",