@goharvest/simforge 0.5.2 → 0.5.3

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.
@@ -6,5 +6,5 @@
6
6
  /**
7
7
  * SDK version from package.json (injected at build time)
8
8
  */
9
- export declare const __version__ = "0.5.2";
9
+ export declare const __version__ = "0.5.3";
10
10
  //# sourceMappingURL=version.generated.d.ts.map
@@ -6,5 +6,5 @@
6
6
  /**
7
7
  * SDK version from package.json (injected at build time)
8
8
  */
9
- export const __version__ = "0.5.2";
9
+ export const __version__ = "0.5.3";
10
10
  //# sourceMappingURL=version.generated.js.map
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@goharvest/simforge",
3
- "version": "0.5.2",
3
+ "version": "0.5.3",
4
4
  "description": "Simforge client for provider-based API calls with local BAML execution",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",