@layerzerolabs/base-definitions 0.0.58 → 0.0.59

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,27 @@
10
10
  CLI Cleaning output folder
11
11
  CJS Build start
12
12
  ESM Build start
13
+ ESM dist/definitions.js 216.00 B
14
+ ESM dist/index.js 361.00 B
15
+ ESM dist/lzyringe.js 146.00 B
16
+ ESM dist/registrarBuilder.js 163.00 B
17
+ ESM dist/JJBD65HU.js 1.65 KB
18
+ ESM dist/utils.js 173.00 B
19
+ ESM dist/6D5TVHOU.js 4.01 KB
20
+ ESM dist/EAPC6542.js 733.00 B
21
+ ESM dist/NQBJGAQC.js 1.47 KB
22
+ ESM dist/VUOMXK5T.js 222.00 B
23
+ ESM dist/index.js.map 69.00 B
24
+ ESM dist/lzyringe.js.map 72.00 B
25
+ ESM dist/registrarBuilder.js.map 80.00 B
26
+ ESM dist/JJBD65HU.js.map 3.78 KB
27
+ ESM dist/definitions.js.map 75.00 B
28
+ ESM dist/utils.js.map 69.00 B
29
+ ESM dist/6D5TVHOU.js.map 11.40 KB
30
+ ESM dist/EAPC6542.js.map 1.82 KB
31
+ ESM dist/VUOMXK5T.js.map 72.00 B
32
+ ESM dist/NQBJGAQC.js.map 13.99 KB
33
+ ESM ⚡️ Build success in 255ms
13
34
  CJS dist/definitions.cjs 742.00 B
14
35
  CJS dist/lzyringe.cjs 302.00 B
15
36
  CJS dist/index.cjs 1.27 KB
@@ -21,34 +42,13 @@
21
42
  CJS dist/VTYVOFLM.cjs 1.68 KB
22
43
  CJS dist/YJF4D23A.cjs 245.00 B
23
44
  CJS dist/definitions.cjs.map 76.00 B
24
- CJS dist/lzyringe.cjs.map 73.00 B
25
45
  CJS dist/index.cjs.map 70.00 B
46
+ CJS dist/lzyringe.cjs.map 73.00 B
26
47
  CJS dist/registrarBuilder.cjs.map 81.00 B
27
48
  CJS dist/JKTGUQY4.cjs.map 3.78 KB
28
49
  CJS dist/utils.cjs.map 70.00 B
29
50
  CJS dist/EVDGRGJ5.cjs.map 11.41 KB
30
51
  CJS dist/OIBEOODK.cjs.map 1.83 KB
31
- CJS dist/VTYVOFLM.cjs.map 14.00 KB
32
52
  CJS dist/YJF4D23A.cjs.map 73.00 B
53
+ CJS dist/VTYVOFLM.cjs.map 14.00 KB
33
54
  CJS ⚡️ Build success in 256ms
34
- ESM dist/definitions.js 216.00 B
35
- ESM dist/index.js 361.00 B
36
- ESM dist/lzyringe.js 146.00 B
37
- ESM dist/JJBD65HU.js 1.65 KB
38
- ESM dist/registrarBuilder.js 163.00 B
39
- ESM dist/utils.js 173.00 B
40
- ESM dist/EAPC6542.js 733.00 B
41
- ESM dist/NQBJGAQC.js 1.47 KB
42
- ESM dist/VUOMXK5T.js 222.00 B
43
- ESM dist/6D5TVHOU.js 4.01 KB
44
- ESM dist/definitions.js.map 75.00 B
45
- ESM dist/index.js.map 69.00 B
46
- ESM dist/lzyringe.js.map 72.00 B
47
- ESM dist/JJBD65HU.js.map 3.78 KB
48
- ESM dist/registrarBuilder.js.map 80.00 B
49
- ESM dist/utils.js.map 69.00 B
50
- ESM dist/EAPC6542.js.map 1.82 KB
51
- ESM dist/NQBJGAQC.js.map 13.99 KB
52
- ESM dist/VUOMXK5T.js.map 72.00 B
53
- ESM dist/6D5TVHOU.js.map 11.40 KB
54
- ESM ⚡️ Build success in 258ms
@@ -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) 6ms
11
11
 
12
12
   Test Files  1 passed (1)
13
13
   Tests  4 passed (4)
14
14
  Type Errors  no errors
15
-  Start at  21:41:03
16
-  Duration  468ms (transform 66ms, setup 0ms, collect 71ms, tests 8ms, environment 0ms, prepare 85ms)
15
+  Start at  22:34:13
16
+  Duration  457ms (transform 76ms, setup 0ms, collect 69ms, tests 6ms, environment 0ms, prepare 124ms)
17
17
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@layerzerolabs/base-definitions",
3
- "version": "0.0.58",
3
+ "version": "0.0.59",
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.23.8",
18
- "@layerzerolabs/common-utils": "0.0.58",
19
- "@layerzerolabs/dependency-graph": "0.0.58",
20
- "@layerzerolabs/typescript-utils": "0.0.58",
21
- "@layerzerolabs/dfs": "0.0.58"
18
+ "@layerzerolabs/typescript-utils": "0.0.59",
19
+ "@layerzerolabs/dfs": "0.0.59",
20
+ "@layerzerolabs/common-utils": "0.0.59",
21
+ "@layerzerolabs/dependency-graph": "0.0.59"
22
22
  },
23
23
  "devDependencies": {
24
24
  "tsup": "^8.4.0",
25
25
  "vitest": "^3.2.3",
26
- "@layerzerolabs/typescript-configuration": "0.0.58",
27
- "@layerzerolabs/tsup-configuration": "0.0.58"
26
+ "@layerzerolabs/tsup-configuration": "0.0.59",
27
+ "@layerzerolabs/typescript-configuration": "0.0.59"
28
28
  },
29
29
  "publishConfig": {
30
30
  "access": "restricted",