@injectivelabs/wallet-private-key 1.17.6 → 1.17.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.
@@ -5,7 +5,7 @@ let __injectivelabs_wallet_base = require("@injectivelabs/wallet-base");
5
5
  let __injectivelabs_sdk_ts_utils = require("@injectivelabs/sdk-ts/utils");
6
6
  let __injectivelabs_exceptions = require("@injectivelabs/exceptions");
7
7
 
8
- //#region \0@oxc-project+runtime@0.98.0/helpers/typeof.js
8
+ //#region \0@oxc-project+runtime@0.99.0/helpers/typeof.js
9
9
  function _typeof(o) {
10
10
  "@babel/helpers - typeof";
11
11
  return _typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function(o$1) {
@@ -16,7 +16,7 @@ function _typeof(o) {
16
16
  }
17
17
 
18
18
  //#endregion
19
- //#region \0@oxc-project+runtime@0.98.0/helpers/toPrimitive.js
19
+ //#region \0@oxc-project+runtime@0.99.0/helpers/toPrimitive.js
20
20
  function toPrimitive(t, r) {
21
21
  if ("object" != _typeof(t) || !t) return t;
22
22
  var e = t[Symbol.toPrimitive];
@@ -29,14 +29,14 @@ function toPrimitive(t, r) {
29
29
  }
30
30
 
31
31
  //#endregion
32
- //#region \0@oxc-project+runtime@0.98.0/helpers/toPropertyKey.js
32
+ //#region \0@oxc-project+runtime@0.99.0/helpers/toPropertyKey.js
33
33
  function toPropertyKey(t) {
34
34
  var i = toPrimitive(t, "string");
35
35
  return "symbol" == _typeof(i) ? i : i + "";
36
36
  }
37
37
 
38
38
  //#endregion
39
- //#region \0@oxc-project+runtime@0.98.0/helpers/defineProperty.js
39
+ //#region \0@oxc-project+runtime@0.99.0/helpers/defineProperty.js
40
40
  function _defineProperty(e, r, t) {
41
41
  return (r = toPropertyKey(r)) in e ? Object.defineProperty(e, r, {
42
42
  value: t,
package/dist/esm/index.js CHANGED
@@ -5,7 +5,7 @@ import { BaseConcreteStrategy, WalletAction, WalletDeviceType } from "@injective
5
5
  import { stringToUint8Array, toUtf8, uint8ArrayToBase64, uint8ArrayToHex } from "@injectivelabs/sdk-ts/utils";
6
6
  import { ErrorType, MetamaskException, TransactionException, UnspecifiedErrorCode, WalletException } from "@injectivelabs/exceptions";
7
7
 
8
- //#region \0@oxc-project+runtime@0.98.0/helpers/typeof.js
8
+ //#region \0@oxc-project+runtime@0.99.0/helpers/typeof.js
9
9
  function _typeof(o) {
10
10
  "@babel/helpers - typeof";
11
11
  return _typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function(o$1) {
@@ -16,7 +16,7 @@ function _typeof(o) {
16
16
  }
17
17
 
18
18
  //#endregion
19
- //#region \0@oxc-project+runtime@0.98.0/helpers/toPrimitive.js
19
+ //#region \0@oxc-project+runtime@0.99.0/helpers/toPrimitive.js
20
20
  function toPrimitive(t, r) {
21
21
  if ("object" != _typeof(t) || !t) return t;
22
22
  var e = t[Symbol.toPrimitive];
@@ -29,14 +29,14 @@ function toPrimitive(t, r) {
29
29
  }
30
30
 
31
31
  //#endregion
32
- //#region \0@oxc-project+runtime@0.98.0/helpers/toPropertyKey.js
32
+ //#region \0@oxc-project+runtime@0.99.0/helpers/toPropertyKey.js
33
33
  function toPropertyKey(t) {
34
34
  var i = toPrimitive(t, "string");
35
35
  return "symbol" == _typeof(i) ? i : i + "";
36
36
  }
37
37
 
38
38
  //#endregion
39
- //#region \0@oxc-project+runtime@0.98.0/helpers/defineProperty.js
39
+ //#region \0@oxc-project+runtime@0.99.0/helpers/defineProperty.js
40
40
  function _defineProperty(e, r, t) {
41
41
  return (r = toPropertyKey(r)) in e ? Object.defineProperty(e, r, {
42
42
  value: t,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@injectivelabs/wallet-private-key",
3
- "version": "1.17.6",
3
+ "version": "1.17.7",
4
4
  "description": "Private key wallet strategy for use with @injectivelabs/wallet-core.",
5
5
  "license": "Apache-2.0",
6
6
  "author": {
@@ -42,10 +42,10 @@
42
42
  "dist"
43
43
  ],
44
44
  "dependencies": {
45
- "@injectivelabs/sdk-ts": "1.17.6",
46
- "@injectivelabs/ts-types": "1.17.6",
47
- "@injectivelabs/exceptions": "1.17.6",
48
- "@injectivelabs/wallet-base": "1.17.6"
45
+ "@injectivelabs/exceptions": "1.17.7",
46
+ "@injectivelabs/sdk-ts": "1.17.7",
47
+ "@injectivelabs/ts-types": "1.17.7",
48
+ "@injectivelabs/wallet-base": "1.17.7"
49
49
  },
50
50
  "publishConfig": {
51
51
  "access": "public"