@tezos-x/octez.connect-core 4.8.1 → 4.8.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/dist/cjs/constants.js +1 -1
- package/dist/cjs/package.json +3 -3
- package/dist/cjs/src/constants.js +1 -1
- package/dist/cjs/src/constants.js.map +1 -1
- package/dist/esm/constants.js +1 -1
- package/dist/esm/package.json +3 -3
- package/dist/esm/src/constants.js +1 -1
- package/dist/esm/src/constants.js.map +1 -1
- package/package.json +4 -4
package/dist/cjs/constants.js
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.BACKEND_URL = exports.NOTIFICATION_ORACLE_URL = exports.BEACON_VERSION = exports.SDK_VERSION = void 0;
|
|
4
|
-
exports.SDK_VERSION = '4.8.
|
|
4
|
+
exports.SDK_VERSION = '4.8.2';
|
|
5
5
|
exports.BEACON_VERSION = '3';
|
|
6
6
|
exports.NOTIFICATION_ORACLE_URL = 'https://beacon-notification-oracle.dev.gke.papers.tech';
|
|
7
7
|
exports.BACKEND_URL = 'https://beacon-backend.prod.gke.papers.tech';
|
package/dist/cjs/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@tezos-x/octez.connect-core",
|
|
3
|
-
"version": "
|
|
3
|
+
"version": "1.0.0",
|
|
4
4
|
"description": "This package contains internal methods that are used by both the dApp and wallet client.",
|
|
5
5
|
"author": "Blockchain Infra <blockchain.infra@trili.tech>",
|
|
6
6
|
"homepage": "https://octez-connect.tezos.com",
|
|
@@ -34,12 +34,12 @@
|
|
|
34
34
|
"url": "https://github.com/trilitech/octez.connect/issues"
|
|
35
35
|
},
|
|
36
36
|
"dependencies": {
|
|
37
|
+
"@tezos-x/octez.connect-types": "1.0.0",
|
|
38
|
+
"@tezos-x/octez.connect-utils": "1.0.0",
|
|
37
39
|
"@stablelib/ed25519": "^2.0.2",
|
|
38
40
|
"@stablelib/nacl": "^2.0.1",
|
|
39
41
|
"@stablelib/utf8": "^2.0.1",
|
|
40
42
|
"@stablelib/x25519-session": "^2.0.1",
|
|
41
|
-
"@tezos-x/octez.connect-types": "5.0.0-beta.3",
|
|
42
|
-
"@tezos-x/octez.connect-utils": "5.0.0-beta.3",
|
|
43
43
|
"broadcast-channel": "^7.1.0",
|
|
44
44
|
"bs58check": "4.0.0"
|
|
45
45
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.BACKEND_URL = exports.NOTIFICATION_ORACLE_URL = exports.DEFAULT_PROTOCOL_VERSION = exports.LATEST_PROTOCOL_VERSION = exports.PROTOCOL_VERSION_V2 = exports.PROTOCOL_VERSION_V1 = exports.BEACON_VERSION = exports.SDK_VERSION = void 0;
|
|
4
|
-
exports.SDK_VERSION = '
|
|
4
|
+
exports.SDK_VERSION = '1.0.0';
|
|
5
5
|
exports.BEACON_VERSION = '3';
|
|
6
6
|
exports.PROTOCOL_VERSION_V1 = 1;
|
|
7
7
|
exports.PROTOCOL_VERSION_V2 = 2;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"constants.js","sourceRoot":"","sources":["../../../src/constants.ts"],"names":[],"mappings":";;;AAAa,QAAA,WAAW,GAAW,
|
|
1
|
+
{"version":3,"file":"constants.js","sourceRoot":"","sources":["../../../src/constants.ts"],"names":[],"mappings":";;;AAAa,QAAA,WAAW,GAAW,OAAO,CAAA;AAC7B,QAAA,cAAc,GAAW,GAAG,CAAA;AAC5B,QAAA,mBAAmB,GAAG,CAAC,CAAA;AACvB,QAAA,mBAAmB,GAAG,CAAC,CAAA;AACvB,QAAA,uBAAuB,GAAG,2BAAmB,CAAA;AAC7C,QAAA,wBAAwB,GAAG,2BAAmB,CAAA;AAE9C,QAAA,uBAAuB,GAClC,wDAAwD,CAAA;AAE7C,QAAA,WAAW,GAAW,6CAA6C,CAAA"}
|
package/dist/esm/constants.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
export const SDK_VERSION = '4.8.
|
|
1
|
+
export const SDK_VERSION = '4.8.2';
|
|
2
2
|
export const BEACON_VERSION = '3';
|
|
3
3
|
export const NOTIFICATION_ORACLE_URL = 'https://beacon-notification-oracle.dev.gke.papers.tech';
|
|
4
4
|
export const BACKEND_URL = 'https://beacon-backend.prod.gke.papers.tech';
|
package/dist/esm/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@tezos-x/octez.connect-core",
|
|
3
|
-
"version": "
|
|
3
|
+
"version": "1.0.0",
|
|
4
4
|
"description": "This package contains internal methods that are used by both the dApp and wallet client.",
|
|
5
5
|
"author": "Blockchain Infra <blockchain.infra@trili.tech>",
|
|
6
6
|
"homepage": "https://octez-connect.tezos.com",
|
|
@@ -34,12 +34,12 @@
|
|
|
34
34
|
"url": "https://github.com/trilitech/octez.connect/issues"
|
|
35
35
|
},
|
|
36
36
|
"dependencies": {
|
|
37
|
+
"@tezos-x/octez.connect-types": "1.0.0",
|
|
38
|
+
"@tezos-x/octez.connect-utils": "1.0.0",
|
|
37
39
|
"@stablelib/ed25519": "^2.0.2",
|
|
38
40
|
"@stablelib/nacl": "^2.0.1",
|
|
39
41
|
"@stablelib/utf8": "^2.0.1",
|
|
40
42
|
"@stablelib/x25519-session": "^2.0.1",
|
|
41
|
-
"@tezos-x/octez.connect-types": "5.0.0-beta.3",
|
|
42
|
-
"@tezos-x/octez.connect-utils": "5.0.0-beta.3",
|
|
43
43
|
"broadcast-channel": "^7.1.0",
|
|
44
44
|
"bs58check": "4.0.0"
|
|
45
45
|
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"constants.js","sourceRoot":"","sources":["../../../src/constants.ts"],"names":[],"mappings":"AAAA,MAAM,CAAC,MAAM,WAAW,GAAW,
|
|
1
|
+
{"version":3,"file":"constants.js","sourceRoot":"","sources":["../../../src/constants.ts"],"names":[],"mappings":"AAAA,MAAM,CAAC,MAAM,WAAW,GAAW,OAAO,CAAA;AAC1C,MAAM,CAAC,MAAM,cAAc,GAAW,GAAG,CAAA;AACzC,MAAM,CAAC,MAAM,mBAAmB,GAAG,CAAC,CAAA;AACpC,MAAM,CAAC,MAAM,mBAAmB,GAAG,CAAC,CAAA;AACpC,MAAM,CAAC,MAAM,uBAAuB,GAAG,mBAAmB,CAAA;AAC1D,MAAM,CAAC,MAAM,wBAAwB,GAAG,mBAAmB,CAAA;AAE3D,MAAM,CAAC,MAAM,uBAAuB,GAClC,wDAAwD,CAAA;AAE1D,MAAM,CAAC,MAAM,WAAW,GAAW,6CAA6C,CAAA"}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@tezos-x/octez.connect-core",
|
|
3
|
-
"version": "4.8.
|
|
3
|
+
"version": "4.8.2",
|
|
4
4
|
"description": "This package contains internal methods that are used by both the dApp and wallet client.",
|
|
5
5
|
"author": "Andreas Gassmann <a.gassmann@papers.ch>",
|
|
6
6
|
"license": "ISC",
|
|
@@ -37,10 +37,10 @@
|
|
|
37
37
|
"@stablelib/nacl": "^2.0.1",
|
|
38
38
|
"@stablelib/utf8": "^2.0.1",
|
|
39
39
|
"@stablelib/x25519-session": "^2.0.1",
|
|
40
|
-
"@tezos-x/octez.connect-types": "4.8.
|
|
41
|
-
"@tezos-x/octez.connect-utils": "4.8.
|
|
40
|
+
"@tezos-x/octez.connect-types": "4.8.2",
|
|
41
|
+
"@tezos-x/octez.connect-utils": "4.8.2",
|
|
42
42
|
"broadcast-channel": "^7.1.0",
|
|
43
43
|
"bs58check": "4.0.0"
|
|
44
44
|
},
|
|
45
|
-
"gitHead": "
|
|
45
|
+
"gitHead": "094c210f5e2e6a7f02522d42c3d5438d12cee6a6"
|
|
46
46
|
}
|