@layerzerolabs/base-definitions 0.2.26 → 0.2.28

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.
@@ -11,45 +11,45 @@
11
11
  CLI Cleaning output folder
12
12
  CJS Build start
13
13
  ESM Build start
14
- ESM dist/definitions.js 216.00 B
15
- ESM dist/index.js 389.00 B
16
- ESM dist/lzyringe.js 146.00 B
17
- ESM dist/JJBD65HU.js 1.65 KB
18
- ESM dist/registrarBuilder.js 191.00 B
19
- ESM dist/utils.js 173.00 B
20
- ESM dist/NX3PKFL6.js 1.47 KB
21
- ESM dist/2S27VOQW.js 733.00 B
22
- ESM dist/VUOMXK5T.js 222.00 B
23
- ESM dist/I3HCQWKQ.js 6.70 KB
24
- ESM dist/definitions.js.map 75.00 B
25
- ESM dist/index.js.map 69.00 B
26
- ESM dist/JJBD65HU.js.map 3.78 KB
27
- ESM dist/utils.js.map 69.00 B
28
- ESM dist/registrarBuilder.js.map 80.00 B
29
- ESM dist/lzyringe.js.map 72.00 B
30
- ESM dist/2S27VOQW.js.map 1.81 KB
31
- ESM dist/NX3PKFL6.js.map 13.99 KB
32
- ESM dist/VUOMXK5T.js.map 72.00 B
33
- ESM dist/I3HCQWKQ.js.map 18.42 KB
34
- ESM ⚡️ Build success in 251ms
35
14
  CJS dist/definitions.cjs 747.00 B
36
15
  CJS dist/lzyringe.cjs 302.00 B
37
16
  CJS dist/index.cjs 1.42 KB
38
17
  CJS dist/JKTGUQY4.cjs 1.70 KB
39
18
  CJS dist/registrarBuilder.cjs 478.00 B
40
- CJS dist/YJF4D23A.cjs 245.00 B
41
- CJS dist/GJR4AWAW.cjs 6.90 KB
42
19
  CJS dist/BFYIZ3TT.cjs 815.00 B
43
20
  CJS dist/utils.cjs 341.00 B
21
+ CJS dist/YJF4D23A.cjs 245.00 B
44
22
  CJS dist/5AS4XVUQ.cjs 1.68 KB
23
+ CJS dist/GJR4AWAW.cjs 6.90 KB
45
24
  CJS dist/definitions.cjs.map 76.00 B
46
- CJS dist/index.cjs.map 70.00 B
47
25
  CJS dist/lzyringe.cjs.map 73.00 B
26
+ CJS dist/index.cjs.map 70.00 B
48
27
  CJS dist/JKTGUQY4.cjs.map 3.78 KB
49
28
  CJS dist/registrarBuilder.cjs.map 81.00 B
50
- CJS dist/YJF4D23A.cjs.map 73.00 B
51
29
  CJS dist/BFYIZ3TT.cjs.map 1.83 KB
52
30
  CJS dist/utils.cjs.map 70.00 B
31
+ CJS dist/YJF4D23A.cjs.map 73.00 B
53
32
  CJS dist/5AS4XVUQ.cjs.map 14.00 KB
54
33
  CJS dist/GJR4AWAW.cjs.map 18.43 KB
55
- CJS ⚡️ Build success in 253ms
34
+ CJS ⚡️ Build success in 283ms
35
+ ESM dist/definitions.js 216.00 B
36
+ ESM dist/lzyringe.js 146.00 B
37
+ ESM dist/registrarBuilder.js 191.00 B
38
+ ESM dist/index.js 389.00 B
39
+ ESM dist/JJBD65HU.js 1.65 KB
40
+ ESM dist/utils.js 173.00 B
41
+ ESM dist/I3HCQWKQ.js 6.70 KB
42
+ ESM dist/2S27VOQW.js 733.00 B
43
+ ESM dist/NX3PKFL6.js 1.47 KB
44
+ ESM dist/VUOMXK5T.js 222.00 B
45
+ ESM dist/definitions.js.map 75.00 B
46
+ ESM dist/lzyringe.js.map 72.00 B
47
+ ESM dist/registrarBuilder.js.map 80.00 B
48
+ ESM dist/index.js.map 69.00 B
49
+ ESM dist/JJBD65HU.js.map 3.78 KB
50
+ ESM dist/utils.js.map 69.00 B
51
+ ESM dist/2S27VOQW.js.map 1.81 KB
52
+ ESM dist/NX3PKFL6.js.map 13.99 KB
53
+ ESM dist/VUOMXK5T.js.map 72.00 B
54
+ ESM dist/I3HCQWKQ.js.map 18.42 KB
55
+ ESM ⚡️ Build success in 283ms
@@ -2,7 +2,7 @@
2
2
  > @layerzerolabs/base-definitions@0.0.2 lint /home/runner/work/monorepo-internal/monorepo-internal/packages/framework/definitions/base-definitions
3
3
  > eslint . --max-warnings 0 || (eslint . --fix --max-warnings 0 && false)
4
4
 
5
- (node:55203) [MODULE_TYPELESS_PACKAGE_JSON] Warning: Module type of file:///home/runner/work/monorepo-internal/monorepo-internal/eslint.config.js?mtime=1771014251429 is not specified and it doesn't parse as CommonJS.
5
+ (node:61216) [MODULE_TYPELESS_PACKAGE_JSON] Warning: Module type of file:///home/runner/work/monorepo-internal/monorepo-internal/eslint.config.js?mtime=1771045407926 is not specified and it doesn't parse as CommonJS.
6
6
  Reparsing as ES module because module syntax was detected. This incurs a performance overhead.
7
7
  To eliminate this warning, add "type": "module" to /home/runner/work/monorepo-internal/monorepo-internal/package.json.
8
8
  (Use `node --trace-warnings ...` to show where the warning was created)
@@ -7,11 +7,11 @@ Breaking changes might not follow SemVer, please pin Vitest's version when using
7
7
 
8
8
   RUN  v3.2.4 /home/runner/work/monorepo-internal/monorepo-internal/packages/framework/definitions/base-definitions
9
9
 
10
- ✓ test/registrarBuilder.test.ts (7 tests) 10ms
10
+ ✓ test/registrarBuilder.test.ts (7 tests) 12ms
11
11
 
12
12
   Test Files  1 passed (1)
13
13
   Tests  7 passed (7)
14
14
  Type Errors  no errors
15
-  Start at  20:26:16
16
-  Duration  539ms (transform 116ms, setup 0ms, collect 106ms, tests 10ms, environment 0ms, prepare 138ms)
15
+  Start at  05:05:55
16
+  Duration  716ms (transform 164ms, setup 0ms, collect 146ms, tests 12ms, environment 0ms, prepare 214ms)
17
17
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@layerzerolabs/base-definitions",
3
- "version": "0.2.26",
3
+ "version": "0.2.28",
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": "4.3.5",
18
- "@layerzerolabs/dependency-graph": "0.2.26",
19
- "@layerzerolabs/typescript-utils": "0.2.26",
20
- "@layerzerolabs/function-pointer": "0.2.26",
21
- "@layerzerolabs/dfs": "0.2.26"
18
+ "@layerzerolabs/dependency-graph": "0.2.28",
19
+ "@layerzerolabs/typescript-utils": "0.2.28",
20
+ "@layerzerolabs/dfs": "0.2.28",
21
+ "@layerzerolabs/function-pointer": "0.2.28"
22
22
  },
23
23
  "devDependencies": {
24
24
  "tsup": "^8.4.0",
25
25
  "vitest": "^3.2.3",
26
- "@layerzerolabs/tsup-configuration": "0.2.26",
27
- "@layerzerolabs/typescript-configuration": "0.2.26"
26
+ "@layerzerolabs/tsup-configuration": "0.2.28",
27
+ "@layerzerolabs/typescript-configuration": "0.2.28"
28
28
  },
29
29
  "publishConfig": {
30
30
  "access": "restricted",