@tezos-x/octez.connect-core 4.8.5 → 4.8.6

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.
@@ -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.5';
4
+ exports.SDK_VERSION = '4.8.6';
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';
@@ -1 +1 @@
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;AAE5B,QAAA,uBAAuB,GAClC,wDAAwD,CAAA;AAE7C,QAAA,WAAW,GAAW,6CAA6C,CAAA","sourcesContent":["export const SDK_VERSION: string = '4.8.5'\nexport const BEACON_VERSION: string = '3'\n\nexport const NOTIFICATION_ORACLE_URL: string =\n 'https://beacon-notification-oracle.dev.gke.papers.tech'\n\nexport const BACKEND_URL: string = 'https://beacon-backend.prod.gke.papers.tech'\n"]}
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;AAE5B,QAAA,uBAAuB,GAClC,wDAAwD,CAAA;AAE7C,QAAA,WAAW,GAAW,6CAA6C,CAAA","sourcesContent":["export const SDK_VERSION: string = '4.8.6'\nexport const BEACON_VERSION: string = '3'\n\nexport const NOTIFICATION_ORACLE_URL: string =\n 'https://beacon-notification-oracle.dev.gke.papers.tech'\n\nexport const BACKEND_URL: string = 'https://beacon-backend.prod.gke.papers.tech'\n"]}
@@ -1,4 +1,4 @@
1
- export const SDK_VERSION = '4.8.5';
1
+ export const SDK_VERSION = '4.8.6';
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';
@@ -1 +1 @@
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;AAEzC,MAAM,CAAC,MAAM,uBAAuB,GAClC,wDAAwD,CAAA;AAE1D,MAAM,CAAC,MAAM,WAAW,GAAW,6CAA6C,CAAA","sourcesContent":["export const SDK_VERSION: string = '4.8.5'\nexport const BEACON_VERSION: string = '3'\n\nexport const NOTIFICATION_ORACLE_URL: string =\n 'https://beacon-notification-oracle.dev.gke.papers.tech'\n\nexport const BACKEND_URL: string = 'https://beacon-backend.prod.gke.papers.tech'\n"]}
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;AAEzC,MAAM,CAAC,MAAM,uBAAuB,GAClC,wDAAwD,CAAA;AAE1D,MAAM,CAAC,MAAM,WAAW,GAAW,6CAA6C,CAAA","sourcesContent":["export const SDK_VERSION: string = '4.8.6'\nexport const BEACON_VERSION: string = '3'\n\nexport const NOTIFICATION_ORACLE_URL: string =\n 'https://beacon-notification-oracle.dev.gke.papers.tech'\n\nexport const BACKEND_URL: string = 'https://beacon-backend.prod.gke.papers.tech'\n"]}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tezos-x/octez.connect-core",
3
- "version": "4.8.5",
3
+ "version": "4.8.6",
4
4
  "description": "Core client, storage, and protocol helpers shared across the octez.connect SDK packages.",
5
5
  "author": "Trilitech",
6
6
  "license": "ISC",
@@ -38,8 +38,8 @@
38
38
  "@stablelib/nacl": "^2.0.1",
39
39
  "@stablelib/utf8": "^2.1.0",
40
40
  "@stablelib/x25519-session": "^2.0.1",
41
- "@tezos-x/octez.connect-types": "4.8.5",
42
- "@tezos-x/octez.connect-utils": "4.8.5",
41
+ "@tezos-x/octez.connect-types": "4.8.6",
42
+ "@tezos-x/octez.connect-utils": "4.8.6",
43
43
  "broadcast-channel": "^7.3.0",
44
44
  "bs58check": "4.0.0"
45
45
  }