@layerzerolabs/context-node 0.0.62 → 0.0.64

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.
@@ -12,7 +12,7 @@
12
12
  ESM Build start
13
13
  CJS dist/index.cjs 508.00 B
14
14
  CJS dist/index.cjs.map 717.00 B
15
- CJS ⚡️ Build success in 102ms
15
+ CJS ⚡️ Build success in 105ms
16
16
  ESM dist/index.js 460.00 B
17
17
  ESM dist/index.js.map 714.00 B
18
- ESM ⚡️ Build success in 102ms
18
+ ESM ⚡️ Build success in 106ms
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@layerzerolabs/context-node",
3
- "version": "0.0.62",
3
+ "version": "0.0.64",
4
4
  "private": false,
5
5
  "license": "MIT",
6
6
  "type": "module",
@@ -15,12 +15,12 @@
15
15
  "types": "./dist/index.d.ts",
16
16
  "dependencies": {
17
17
  "zod": "3.25.56",
18
- "@layerzerolabs/base-definitions": "0.0.62"
18
+ "@layerzerolabs/base-definitions": "0.0.64"
19
19
  },
20
20
  "devDependencies": {
21
21
  "tsup": "^8.4.0",
22
- "@layerzerolabs/tsup-configuration": "0.0.62",
23
- "@layerzerolabs/typescript-configuration": "0.0.62"
22
+ "@layerzerolabs/typescript-configuration": "0.0.64",
23
+ "@layerzerolabs/tsup-configuration": "0.0.64"
24
24
  },
25
25
  "publishConfig": {
26
26
  "access": "restricted",