@teamkeel/wasm 0.365.13 → 0.365.15-dev32

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/index.test.ts CHANGED
@@ -175,7 +175,7 @@ model Person {
175
175
  fields {
176
176
  name Text
177
177
  }
178
- operations {
178
+ actions {
179
179
  list getPeople(name)
180
180
  }
181
181
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@teamkeel/wasm",
3
- "version": "0.365.13",
3
+ "version": "0.365.15-dev32",
4
4
  "description": "A wrapper around the Keel WASM binary",
5
5
  "main": "./index.js",
6
6
  "types": "./index.d.ts",