@layerzerolabs/lz-utilities 2.0.21 → 2.0.23-rc.0

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.
Files changed (2) hide show
  1. package/dist/index.cjs +1 -1
  2. package/package.json +6 -5
package/dist/index.cjs CHANGED
@@ -372,7 +372,7 @@ var CmdExecutor = class {
372
372
  }
373
373
  };
374
374
 
375
- Object.defineProperty(exports, 'Logger', {
375
+ Object.defineProperty(exports, "Logger", {
376
376
  enumerable: true,
377
377
  get: function () { return winston.Logger; }
378
378
  });
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@layerzerolabs/lz-utilities",
3
- "version": "2.0.21",
3
+ "version": "2.0.23-rc.0",
4
4
  "license": "BUSL-1.1",
5
5
  "exports": {
6
6
  "types": "./dist/index.d.ts",
@@ -20,7 +20,7 @@
20
20
  },
21
21
  "dependencies": {
22
22
  "@ethersproject/providers": "^5.7.0",
23
- "@layerzerolabs/lz-definitions": "^2.0.21",
23
+ "@layerzerolabs/lz-definitions": "^2.0.23-rc.0",
24
24
  "@noble/hashes": "^1.3.2",
25
25
  "@solana/web3.js": "^1.87.6",
26
26
  "aptos": "^1.20.0",
@@ -34,8 +34,8 @@
34
34
  },
35
35
  "devDependencies": {
36
36
  "@jest/globals": "^29.7.0",
37
- "@layerzerolabs/tsup-config-next": "^2.0.21",
38
- "@layerzerolabs/typescript-config-next": "^2.0.21",
37
+ "@layerzerolabs/tsup-config-next": "^2.0.23-rc.0",
38
+ "@layerzerolabs/typescript-config-next": "^2.0.23-rc.0",
39
39
  "@types/glob": "^8.1.0",
40
40
  "@types/jest": "^29.5.10",
41
41
  "@types/node": "^20.10.5",
@@ -47,5 +47,6 @@
47
47
  },
48
48
  "publishConfig": {
49
49
  "access": "public"
50
- }
50
+ },
51
+ "stableVersion": "2.0.22"
51
52
  }