jazz-tools 2.0.0-alpha.41 → 2.0.0-alpha.42

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.
Binary file
Binary file
Binary file
Binary file
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "jazz-tools",
3
- "version": "2.0.0-alpha.41",
3
+ "version": "2.0.0-alpha.42",
4
4
  "description": "Jazz TypeScript SDK, React/Vue/Svelte bindings, and CLI tools",
5
5
  "license": "MIT",
6
6
  "bin": {
@@ -110,8 +110,8 @@
110
110
  "json-schema-to-ts": "^3.1.1",
111
111
  "pluralize-esm": "^9.0.5",
112
112
  "web-streams-polyfill": "^4.2.0",
113
- "jazz-rn": "2.0.0-alpha.41",
114
- "jazz-wasm": "2.0.0-alpha.41"
113
+ "jazz-rn": "2.0.0-alpha.42",
114
+ "jazz-wasm": "2.0.0-alpha.42"
115
115
  },
116
116
  "devDependencies": {
117
117
  "@better-auth/test-utils": "^1.5.5",
@@ -173,7 +173,7 @@
173
173
  }
174
174
  },
175
175
  "optionalDependencies": {
176
- "jazz-napi": "2.0.0-alpha.41"
176
+ "jazz-napi": "2.0.0-alpha.42"
177
177
  },
178
178
  "engines": {
179
179
  "node": ">=20"