@superorange/zka-js-sdk 1.0.162 → 1.0.164
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/dist/config/constants.js
CHANGED
|
@@ -8,7 +8,6 @@ export const PADOADDRESSMAP = {
|
|
|
8
8
|
development: '0xe02bd7a6c8aa401189aebb5bad755c2610940a73',
|
|
9
9
|
production: '0xDB736B13E2f522dBE18B2015d0291E4b193D8eF6',
|
|
10
10
|
};
|
|
11
|
-
// export const ENV = 'production';
|
|
12
11
|
export const ENV = 'development';
|
|
13
12
|
export const BASEAPIMAP = {
|
|
14
13
|
development: 'https://api-dev.padolabs.org',
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"constants.js","sourceRoot":"","sources":["../../src/config/constants.ts"],"names":[],"mappings":"AAAA,MAAM,CAAC,MAAM,eAAe,GAAG,kCAAkC,CAAC;AAElE,MAAM,CAAC,MAAM,SAAS,GAAG,IAAI,CAAC;AAC9B,MAAM,CAAC,MAAM,SAAS,GAAG,EAAE,GAAG,SAAS,CAAC;AACxC,MAAM,CAAC,MAAM,sBAAsB,GAAG,CAAC,GAAG,SAAS,CAAC;AACpD,MAAM,CAAC,MAAM,yBAAyB,GAAG,CAAC,GAAG,SAAS,CAAC;AACvD,MAAM,CAAC,MAAM,+BAA+B,GAAG,CAAC,GAAG,SAAS,CAAC;AAE7D,MAAM,CAAC,MAAM,cAAc,GAAG;IAC5B,WAAW,EAAE,4CAA4C;IACzD,UAAU,EAAE,4CAA4C;CACzD,CAAC;AAEF,
|
|
1
|
+
{"version":3,"file":"constants.js","sourceRoot":"","sources":["../../src/config/constants.ts"],"names":[],"mappings":"AAAA,MAAM,CAAC,MAAM,eAAe,GAAG,kCAAkC,CAAC;AAElE,MAAM,CAAC,MAAM,SAAS,GAAG,IAAI,CAAC;AAC9B,MAAM,CAAC,MAAM,SAAS,GAAG,EAAE,GAAG,SAAS,CAAC;AACxC,MAAM,CAAC,MAAM,sBAAsB,GAAG,CAAC,GAAG,SAAS,CAAC;AACpD,MAAM,CAAC,MAAM,yBAAyB,GAAG,CAAC,GAAG,SAAS,CAAC;AACvD,MAAM,CAAC,MAAM,+BAA+B,GAAG,CAAC,GAAG,SAAS,CAAC;AAE7D,MAAM,CAAC,MAAM,cAAc,GAAG;IAC5B,WAAW,EAAE,4CAA4C;IACzD,UAAU,EAAE,4CAA4C;CACzD,CAAC;AAEF,MAAM,CAAC,MAAM,GAAG,GAAG,aAAa,CAAC;AACjC,MAAM,CAAC,MAAM,UAAU,GAAG;IACxB,WAAW,EAAE,8BAA8B;IAC3C,UAAU,EAAE,0BAA0B;IACtC,0CAA0C;CAC3C,CAAC;AACF,MAAM,CAAC,MAAM,OAAO,GAAG,UAAU,CAAC,GAAG,CAAC,CAAA"}
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export declare const PACKAGE_VERSION = "1.0.
|
|
1
|
+
export declare const PACKAGE_VERSION = "1.0.164";
|
|
2
2
|
export declare const PACKAGE_NAME = "@superorange/zka-js-sdk";
|
package/package.json
CHANGED
|
@@ -1,10 +1,18 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@superorange/zka-js-sdk",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.164",
|
|
4
|
+
"author": "Primus Labs <dev@primuslabs.org>",
|
|
5
|
+
"description": "Primus zkTLS js sdk",
|
|
4
6
|
"type": "module",
|
|
5
|
-
"
|
|
7
|
+
"repository": {
|
|
8
|
+
"type": "git",
|
|
9
|
+
"url": "https://github.com/primus-labs/zktls-js-sdk.git"
|
|
10
|
+
},
|
|
6
11
|
"main": "./dist/index.js",
|
|
7
12
|
"types": "./dist/index.d.ts",
|
|
13
|
+
"files": [
|
|
14
|
+
"./dist"
|
|
15
|
+
],
|
|
8
16
|
"exports": {
|
|
9
17
|
".": {
|
|
10
18
|
"types": "./dist/index.d.ts",
|
|
@@ -12,9 +20,6 @@
|
|
|
12
20
|
"default": "./dist/index.js"
|
|
13
21
|
}
|
|
14
22
|
},
|
|
15
|
-
"files": [
|
|
16
|
-
"./dist"
|
|
17
|
-
],
|
|
18
23
|
"scripts": {
|
|
19
24
|
"prebuild": "node scripts/sync-package-meta.mjs",
|
|
20
25
|
"build": "rm -rf dist && tsc --build tsconfig.json",
|
|
@@ -60,10 +65,7 @@
|
|
|
60
65
|
"ethers": "^5.7.2",
|
|
61
66
|
"uuid": "^11.0.4"
|
|
62
67
|
},
|
|
63
|
-
"description": "You can find more detailed information through the following two links.",
|
|
64
68
|
"directories": {
|
|
65
69
|
"test": "test"
|
|
66
|
-
}
|
|
67
|
-
|
|
68
|
-
"license": "ISC"
|
|
69
|
-
}
|
|
70
|
+
}
|
|
71
|
+
}
|