@fluffylabs/anan-as 1.1.2 → 1.1.3-9b2d376

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/build/test.wasm CHANGED
Binary file
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@fluffylabs/anan-as",
3
3
  "description": "AssemblyScript PVM interpreter.",
4
- "version": "1.1.2",
4
+ "version": "1.1.3-9b2d376",
5
5
  "main": "./bin/index.ts",
6
6
  "repository": {
7
7
  "url": "https://github.com/tomusdrw/anan-as"
@@ -98,10 +98,9 @@
98
98
  "./release.wasm": "./build/release.wasm",
99
99
  "./release-mini.wasm": "./build/release-mini.wasm",
100
100
  "./release-stub.wasm": "./build/release-stub.wasm"
101
-
102
101
  },
103
102
  "dependencies": {
104
- "@typeberry/lib": "^0.2.0",
103
+ "@typeberry/lib": "^0.3.0",
105
104
  "json-bigint-patch": "^0.0.8"
106
105
  }
107
106
  }