@layerzerolabs/base-definitions 0.0.63 → 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.
@@ -10,6 +10,7 @@
10
10
  CLI Cleaning output folder
11
11
  CJS Build start
12
12
  ESM Build start
13
+ CJS dist/index.cjs 1.27 KB
13
14
  CJS dist/definitions.cjs 742.00 B
14
15
  CJS dist/lzyringe.cjs 302.00 B
15
16
  CJS dist/JKTGUQY4.cjs 1.70 KB
@@ -17,9 +18,9 @@
17
18
  CJS dist/EVDGRGJ5.cjs 4.11 KB
18
19
  CJS dist/utils.cjs 341.00 B
19
20
  CJS dist/OIBEOODK.cjs 812.00 B
20
- CJS dist/VTYVOFLM.cjs 1.68 KB
21
21
  CJS dist/YJF4D23A.cjs 245.00 B
22
- CJS dist/index.cjs 1.27 KB
22
+ CJS dist/VTYVOFLM.cjs 1.68 KB
23
+ CJS dist/index.cjs.map 70.00 B
23
24
  CJS dist/definitions.cjs.map 76.00 B
24
25
  CJS dist/lzyringe.cjs.map 73.00 B
25
26
  CJS dist/JKTGUQY4.cjs.map 3.78 KB
@@ -27,28 +28,27 @@
27
28
  CJS dist/EVDGRGJ5.cjs.map 11.41 KB
28
29
  CJS dist/utils.cjs.map 70.00 B
29
30
  CJS dist/OIBEOODK.cjs.map 1.83 KB
30
- CJS dist/VTYVOFLM.cjs.map 14.00 KB
31
31
  CJS dist/YJF4D23A.cjs.map 73.00 B
32
- CJS dist/index.cjs.map 70.00 B
33
- CJS ⚡️ Build success in 248ms
32
+ CJS dist/VTYVOFLM.cjs.map 14.00 KB
33
+ CJS ⚡️ Build success in 259ms
34
34
  ESM dist/definitions.js 216.00 B
35
35
  ESM dist/lzyringe.js 146.00 B
36
36
  ESM dist/index.js 361.00 B
37
- ESM dist/utils.js 173.00 B
38
- ESM dist/JJBD65HU.js 1.65 KB
39
37
  ESM dist/registrarBuilder.js 163.00 B
38
+ ESM dist/JJBD65HU.js 1.65 KB
39
+ ESM dist/utils.js 173.00 B
40
40
  ESM dist/6D5TVHOU.js 4.01 KB
41
- ESM dist/EAPC6542.js 733.00 B
42
41
  ESM dist/VUOMXK5T.js 222.00 B
42
+ ESM dist/EAPC6542.js 733.00 B
43
43
  ESM dist/NQBJGAQC.js 1.47 KB
44
44
  ESM dist/definitions.js.map 75.00 B
45
45
  ESM dist/lzyringe.js.map 72.00 B
46
- ESM dist/utils.js.map 69.00 B
47
46
  ESM dist/index.js.map 69.00 B
48
- ESM dist/JJBD65HU.js.map 3.78 KB
49
47
  ESM dist/registrarBuilder.js.map 80.00 B
48
+ ESM dist/JJBD65HU.js.map 3.78 KB
49
+ ESM dist/utils.js.map 69.00 B
50
50
  ESM dist/6D5TVHOU.js.map 11.40 KB
51
- ESM dist/EAPC6542.js.map 1.82 KB
52
51
  ESM dist/VUOMXK5T.js.map 72.00 B
53
52
  ESM dist/NQBJGAQC.js.map 13.99 KB
54
- ESM ⚡️ Build success in 249ms
53
+ ESM dist/EAPC6542.js.map 1.82 KB
54
+ ESM ⚡️ Build success in 259ms
@@ -7,11 +7,11 @@ Breaking changes might not follow SemVer, please pin Vitest's version when using
7
7
 
8
8
   RUN  v3.2.3 /home/runner/work/monorepo-internal/monorepo-internal/packages/framework/definitions/base-definitions
9
9
 
10
- ✓ test/registrarBuilder.test.ts (4 tests) 8ms
10
+ ✓ test/registrarBuilder.test.ts (4 tests) 13ms
11
11
 
12
12
   Test Files  1 passed (1)
13
13
   Tests  4 passed (4)
14
14
  Type Errors  no errors
15
-  Start at  23:51:27
16
-  Duration  696ms (transform 124ms, setup 0ms, collect 113ms, tests 8ms, environment 0ms, prepare 173ms)
15
+  Start at  18:49:56
16
+  Duration  838ms (transform 135ms, setup 0ms, collect 125ms, tests 13ms, environment 0ms, prepare 241ms)
17
17
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@layerzerolabs/base-definitions",
3
- "version": "0.0.63",
3
+ "version": "0.0.64",
4
4
  "private": false,
5
5
  "license": "MIT",
6
6
  "type": "module",
@@ -15,16 +15,16 @@
15
15
  "types": "./dist/index.d.ts",
16
16
  "dependencies": {
17
17
  "zod": "3.25.56",
18
- "@layerzerolabs/common-utils": "0.0.63",
19
- "@layerzerolabs/typescript-utils": "0.0.63",
20
- "@layerzerolabs/dependency-graph": "0.0.63",
21
- "@layerzerolabs/dfs": "0.0.63"
18
+ "@layerzerolabs/common-utils": "0.0.64",
19
+ "@layerzerolabs/dependency-graph": "0.0.64",
20
+ "@layerzerolabs/dfs": "0.0.64",
21
+ "@layerzerolabs/typescript-utils": "0.0.64"
22
22
  },
23
23
  "devDependencies": {
24
24
  "tsup": "^8.4.0",
25
25
  "vitest": "^3.2.3",
26
- "@layerzerolabs/tsup-configuration": "0.0.63",
27
- "@layerzerolabs/typescript-configuration": "0.0.63"
26
+ "@layerzerolabs/tsup-configuration": "0.0.64",
27
+ "@layerzerolabs/typescript-configuration": "0.0.64"
28
28
  },
29
29
  "publishConfig": {
30
30
  "access": "restricted",