@layerzerolabs/context-node 0.2.5 → 0.2.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.
@@ -12,7 +12,7 @@
12
12
  ESM Build start
13
13
  ESM dist/index.js 460.00 B
14
14
  ESM dist/index.js.map 714.00 B
15
- ESM ⚡️ Build success in 125ms
15
+ ESM ⚡️ Build success in 106ms
16
16
  CJS dist/index.cjs 508.00 B
17
17
  CJS dist/index.cjs.map 717.00 B
18
- CJS ⚡️ Build success in 126ms
18
+ CJS ⚡️ Build success in 108ms
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@layerzerolabs/context-node",
3
- "version": "0.2.5",
3
+ "version": "0.2.6",
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.2.5"
18
+ "@layerzerolabs/base-definitions": "0.2.6"
19
19
  },
20
20
  "devDependencies": {
21
21
  "tsup": "^8.4.0",
22
- "@layerzerolabs/tsup-configuration": "0.2.5",
23
- "@layerzerolabs/typescript-configuration": "0.2.5"
22
+ "@layerzerolabs/tsup-configuration": "0.2.6",
23
+ "@layerzerolabs/typescript-configuration": "0.2.6"
24
24
  },
25
25
  "publishConfig": {
26
26
  "access": "restricted",