@runtypelabs/sdk 1.10.0 → 1.10.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.
@@ -8075,4 +8075,4 @@ export {
8075
8075
  sanitizeTaskSlug,
8076
8076
  streamEvents
8077
8077
  };
8078
- //# sourceMappingURL=index.js.map
8078
+ //# sourceMappingURL=index.mjs.map
package/package.json CHANGED
@@ -1,16 +1,16 @@
1
1
  {
2
2
  "name": "@runtypelabs/sdk",
3
- "version": "1.10.0",
3
+ "version": "1.10.1",
4
4
  "type": "module",
5
5
  "description": "TypeScript SDK for the Runtype API with fluent methods. Use it to quickly realize AI products, agents, and workflows.",
6
6
  "main": "dist/index.cjs",
7
- "module": "dist/index.js",
7
+ "module": "dist/index.mjs",
8
8
  "types": "dist/index.d.ts",
9
9
  "exports": {
10
10
  ".": {
11
11
  "import": {
12
12
  "types": "./dist/index.d.ts",
13
- "default": "./dist/index.js"
13
+ "default": "./dist/index.mjs"
14
14
  },
15
15
  "require": {
16
16
  "types": "./dist/index.d.cts",
File without changes