@layerzerolabs/common-chain-model 0.2.33 → 0.2.35

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.
@@ -14,42 +14,42 @@
14
14
  CJS dist/address.cjs 986.00 B
15
15
  CJS dist/bigint.cjs 438.00 B
16
16
  CJS dist/index.cjs 3.95 KB
17
+ CJS dist/W5EBKB3F.cjs 1.30 KB
17
18
  CJS dist/multiSigTransaction.cjs 1.60 KB
18
19
  CJS dist/HUXTRY7M.cjs 2.25 KB
19
- CJS dist/W5EBKB3F.cjs 1.30 KB
20
- CJS dist/QFCE3FGZ.cjs 1.65 KB
21
20
  CJS dist/transaction.cjs 1.38 KB
21
+ CJS dist/QFCE3FGZ.cjs 1.65 KB
22
22
  CJS dist/CYLJP4J3.cjs 2.75 KB
23
23
  CJS dist/YJF4D23A.cjs 245.00 B
24
24
  CJS dist/address.cjs.map 72.00 B
25
25
  CJS dist/bigint.cjs.map 71.00 B
26
- CJS dist/HUXTRY7M.cjs.map 3.78 KB
27
- CJS dist/W5EBKB3F.cjs.map 2.47 KB
28
26
  CJS dist/index.cjs.map 70.00 B
27
+ CJS dist/W5EBKB3F.cjs.map 2.47 KB
28
+ CJS dist/multiSigTransaction.cjs.map 84.00 B
29
+ CJS dist/HUXTRY7M.cjs.map 3.78 KB
30
+ CJS dist/transaction.cjs.map 76.00 B
29
31
  CJS dist/QFCE3FGZ.cjs.map 3.62 KB
30
32
  CJS dist/CYLJP4J3.cjs.map 4.84 KB
31
- CJS dist/transaction.cjs.map 76.00 B
32
- CJS dist/multiSigTransaction.cjs.map 84.00 B
33
33
  CJS dist/YJF4D23A.cjs.map 73.00 B
34
- CJS ⚡️ Build success in 204ms
34
+ CJS ⚡️ Build success in 258ms
35
35
  ESM dist/address.js 232.00 B
36
- ESM dist/index.js 866.00 B
36
+ ESM dist/bigint.js 161.00 B
37
37
  ESM dist/YGSLGG3F.js 1.07 KB
38
+ ESM dist/index.js 866.00 B
38
39
  ESM dist/multiSigTransaction.js 491.00 B
39
- ESM dist/bigint.js 161.00 B
40
40
  ESM dist/SU4UF4YH.js 1.61 KB
41
41
  ESM dist/BFPXGO54.js 1.28 KB
42
- ESM dist/VUOMXK5T.js 222.00 B
43
- ESM dist/SJ7BJ7T6.js 1.83 KB
44
42
  ESM dist/transaction.js 349.00 B
43
+ ESM dist/SJ7BJ7T6.js 1.83 KB
44
+ ESM dist/VUOMXK5T.js 222.00 B
45
45
  ESM dist/address.js.map 71.00 B
46
+ ESM dist/bigint.js.map 70.00 B
47
+ ESM dist/YGSLGG3F.js.map 2.46 KB
46
48
  ESM dist/index.js.map 69.00 B
47
49
  ESM dist/multiSigTransaction.js.map 83.00 B
48
- ESM dist/YGSLGG3F.js.map 2.46 KB
49
- ESM dist/bigint.js.map 70.00 B
50
50
  ESM dist/SU4UF4YH.js.map 3.77 KB
51
51
  ESM dist/BFPXGO54.js.map 3.60 KB
52
- ESM dist/VUOMXK5T.js.map 72.00 B
53
- ESM dist/SJ7BJ7T6.js.map 4.80 KB
54
52
  ESM dist/transaction.js.map 75.00 B
55
- ESM ⚡️ Build success in 206ms
53
+ ESM dist/SJ7BJ7T6.js.map 4.80 KB
54
+ ESM dist/VUOMXK5T.js.map 72.00 B
55
+ ESM ⚡️ Build success in 259ms
@@ -2,7 +2,7 @@
2
2
  > @layerzerolabs/common-chain-model@0.0.0 lint /home/runner/work/monorepo-internal/monorepo-internal/packages/common/common-chain-model
3
3
  > eslint . --max-warnings 0 || (eslint . --fix --max-warnings 0 && false)
4
4
 
5
- (node:55372) [MODULE_TYPELESS_PACKAGE_JSON] Warning: Module type of file:///home/runner/work/monorepo-internal/monorepo-internal/eslint.config.js?mtime=1771547161097 is not specified and it doesn't parse as CommonJS.
5
+ (node:69220) [MODULE_TYPELESS_PACKAGE_JSON] Warning: Module type of file:///home/runner/work/monorepo-internal/monorepo-internal/eslint.config.js?mtime=1771905896940 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,10 +7,10 @@ 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/common/common-chain-model
9
9
 
10
- No test files found, exiting with code 0
11
-
12
10
  include: **/*.{test,spec}.?(c|m)[jt]s?(x)
13
11
  exclude: **/node_modules/**, **/dist/**, **/cypress/**, **/.{idea,git,cache,output,temp}/**, **/{karma,rollup,webpack,vite,vitest,jest,ava,babel,nyc,cypress,tsup,build,eslint,prettier}.config.*
12
+ No test files found, exiting with code 0
13
+
14
14
  typecheck include: **/*.{test,spec}-d.?(c|m)[jt]s?(x)
15
15
  typecheck exclude: **/node_modules/**, **/dist/**, **/cypress/**, **/.{idea,git,cache,output,temp}/**, **/{karma,rollup,webpack,vite,vitest,jest,ava,babel,nyc,cypress,tsup,build,eslint,prettier}.config.*
16
16
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@layerzerolabs/common-chain-model",
3
- "version": "0.2.33",
3
+ "version": "0.2.35",
4
4
  "private": false,
5
5
  "license": "MIT",
6
6
  "type": "module",
@@ -15,13 +15,13 @@
15
15
  "types": "./dist/index.d.ts",
16
16
  "dependencies": {
17
17
  "zod": "4.3.5",
18
- "@layerzerolabs/typescript-utils": "0.2.33"
18
+ "@layerzerolabs/typescript-utils": "0.2.35"
19
19
  },
20
20
  "devDependencies": {
21
21
  "tsup": "^8.4.0",
22
22
  "vitest": "^3.2.3",
23
- "@layerzerolabs/tsup-configuration": "0.2.33",
24
- "@layerzerolabs/typescript-configuration": "0.2.33"
23
+ "@layerzerolabs/tsup-configuration": "0.2.35",
24
+ "@layerzerolabs/typescript-configuration": "0.2.35"
25
25
  },
26
26
  "publishConfig": {
27
27
  "access": "restricted",