@typemove/sui 1.6.2-rc.1 → 1.6.2-rc.2

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@typemove/sui",
3
- "version": "1.6.2-rc.1",
3
+ "version": "1.6.2-rc.2",
4
4
  "license": "Apache-2.0",
5
5
  "type": "module",
6
6
  "exports": {
@@ -36,7 +36,7 @@
36
36
  "commander": "^12.0.0",
37
37
  "prettier": "^3.2.4",
38
38
  "radash": "^12.0.0",
39
- "@typemove/move": "1.6.2-rc.1"
39
+ "@typemove/move": "1.6.2-rc.2"
40
40
  },
41
41
  "url": "https://github.com/sentioxyz/typemove",
42
42
  "scripts": {
@@ -46,6 +46,6 @@
46
46
  "build:cjs": "tsc --project tsconfig.cjs.json && cp ../../package.cjs.json ./dist/cjs/package.json",
47
47
  "gen": "pnpm _gen 0x1 && pnpm _gen 0x2 && pnpm _gen 0x3",
48
48
  "gen:test": "tsx src/codegen/run.ts -t src/tests/types/testnet -n testnet src/tests/abis/testnet",
49
- "test": "NODE_OPTIONS=--experimental-vm-modules pnpm jest"
49
+ "test": "glob -c 'tsx --test' '**/*.test.ts'"
50
50
  }
51
51
  }