@typemove/sui 1.6.7-rc.3 → 1.6.7
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/builtin/0x1/package.json +5 -0
- package/builtin/0x2/package.json +5 -0
- package/builtin/0x3/package.json +5 -0
- package/package.json +17 -5
- package/src/tests/types/testnet/0x1e2b124f746a339b3cf99b9f969393a96594519aafb1d06517aacfeeae20e7a5.ts +2 -2
- package/src/tests/types/testnet/0x6c4a21e3e7e6b6d51c4604021633e1d97e24e37a696f8c082cd48f37503e602a.ts +2 -2
- package/src/tests/types/testnet/0xdee9.ts +2 -2
- package/src/tests/types/testnet/0xebaa2ad3eacc230f309cd933958cc52684df0a41ae7ac214d186b80f830867d2.ts +2 -2
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@typemove/sui",
|
|
3
|
-
"version": "1.6.7
|
|
3
|
+
"version": "1.6.7",
|
|
4
4
|
"license": "Apache-2.0",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"exports": {
|
|
@@ -8,13 +8,25 @@
|
|
|
8
8
|
"import": "./dist/esm/index.js",
|
|
9
9
|
"require": "./dist/cjs/index.js"
|
|
10
10
|
},
|
|
11
|
+
"./codegen": {
|
|
12
|
+
"import": "./dist/esm/codegen/index.js",
|
|
13
|
+
"require": "./dist/cjs/codegen/index.js"
|
|
14
|
+
},
|
|
11
15
|
"./builtin": {
|
|
12
16
|
"import": "./dist/esm/builtin/index.js",
|
|
13
17
|
"require": "./dist/cjs/builtin/index.js"
|
|
14
18
|
},
|
|
15
|
-
"./
|
|
16
|
-
"import": "./dist/esm/
|
|
17
|
-
"require": "./dist/cjs/
|
|
19
|
+
"./builtin/0x1": {
|
|
20
|
+
"import": "./dist/esm/builtin/0x1.js",
|
|
21
|
+
"require": "./dist/cjs/builtin/0x1.js"
|
|
22
|
+
},
|
|
23
|
+
"./builtin/0x2": {
|
|
24
|
+
"import": "./dist/esm/builtin/0x2.js",
|
|
25
|
+
"require": "./dist/cjs/builtin/0x2.js"
|
|
26
|
+
},
|
|
27
|
+
"./builtin/0x3": {
|
|
28
|
+
"import": "./dist/esm/builtin/0x3.js",
|
|
29
|
+
"require": "./dist/cjs/builtin/0x3.js"
|
|
18
30
|
}
|
|
19
31
|
},
|
|
20
32
|
"main": "./dist/cjs/index.js",
|
|
@@ -35,7 +47,7 @@
|
|
|
35
47
|
"commander": "^12.0.0",
|
|
36
48
|
"prettier": "^3.2.4",
|
|
37
49
|
"radash": "^12.0.0",
|
|
38
|
-
"@typemove/move": "1.6.7
|
|
50
|
+
"@typemove/move": "1.6.7"
|
|
39
51
|
},
|
|
40
52
|
"url": "https://github.com/sentioxyz/typemove",
|
|
41
53
|
"scripts": {
|
|
@@ -26,8 +26,8 @@ import {
|
|
|
26
26
|
transactionArgumentOrVec,
|
|
27
27
|
} from "@typemove/sui";
|
|
28
28
|
|
|
29
|
-
import
|
|
30
|
-
import
|
|
29
|
+
import * as _0x2 from "@typemove/sui/builtin/0x2";
|
|
30
|
+
import * as _0x1 from "@typemove/sui/builtin/0x1";
|
|
31
31
|
|
|
32
32
|
export namespace oracle {
|
|
33
33
|
export interface Key<T0> {
|
|
@@ -26,8 +26,8 @@ import {
|
|
|
26
26
|
transactionArgumentOrVec,
|
|
27
27
|
} from "@typemove/sui";
|
|
28
28
|
|
|
29
|
-
import
|
|
30
|
-
import
|
|
29
|
+
import * as _0x2 from "@typemove/sui/builtin/0x2";
|
|
30
|
+
import * as _0x1 from "@typemove/sui/builtin/0x1";
|
|
31
31
|
|
|
32
32
|
export namespace comparator {
|
|
33
33
|
export interface Result {
|
|
@@ -26,8 +26,8 @@ import {
|
|
|
26
26
|
transactionArgumentOrVec,
|
|
27
27
|
} from "@typemove/sui";
|
|
28
28
|
|
|
29
|
-
import
|
|
30
|
-
import
|
|
29
|
+
import * as _0x2 from "@typemove/sui/builtin/0x2";
|
|
30
|
+
import * as _0x1 from "@typemove/sui/builtin/0x1";
|
|
31
31
|
|
|
32
32
|
export namespace clob {
|
|
33
33
|
export interface Order {
|
|
@@ -26,8 +26,8 @@ import {
|
|
|
26
26
|
transactionArgumentOrVec,
|
|
27
27
|
} from "@typemove/sui";
|
|
28
28
|
|
|
29
|
-
import
|
|
30
|
-
import
|
|
29
|
+
import * as _0x2 from "@typemove/sui/builtin/0x2";
|
|
30
|
+
import * as _0x1 from "@typemove/sui/builtin/0x1";
|
|
31
31
|
import * as _0x1e2b124f746a339b3cf99b9f969393a96594519aafb1d06517aacfeeae20e7a5 from "./0x1e2b124f746a339b3cf99b9f969393a96594519aafb1d06517aacfeeae20e7a5.js";
|
|
32
32
|
|
|
33
33
|
export namespace authority {
|