@layerzerolabs/gated-transaction 0.2.6 → 0.2.7

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.
@@ -4,12 +4,25 @@
4
4
 
5
5
  CLI Building entry: src/gatedTx.ts, src/index.ts, src/schemata.ts
6
6
  CLI Using tsconfig: tsconfig.json
7
- CLI tsup v8.4.0
7
+ CLI tsup v8.5.1
8
8
  CLI Using tsup config: /home/runner/work/monorepo-internal/monorepo-internal/packages/gated-transaction/tsup.config.ts
9
9
  CLI Target: ES2023
10
10
  CLI Cleaning output folder
11
11
  CJS Build start
12
12
  ESM Build start
13
+ ESM dist/gatedTx.js 250.00 B
14
+ ESM dist/index.js 571.00 B
15
+ ESM dist/BNW5AH73.js 1.25 KB
16
+ ESM dist/schemata.js 422.00 B
17
+ ESM dist/ACOQ4X2H.js 3.55 KB
18
+ ESM dist/VUOMXK5T.js 222.00 B
19
+ ESM dist/gatedTx.js.map 71.00 B
20
+ ESM dist/index.js.map 69.00 B
21
+ ESM dist/BNW5AH73.js.map 5.29 KB
22
+ ESM dist/schemata.js.map 72.00 B
23
+ ESM dist/ACOQ4X2H.js.map 17.59 KB
24
+ ESM dist/VUOMXK5T.js.map 72.00 B
25
+ ESM ⚡️ Build success in 373ms
13
26
  CJS dist/gatedTx.cjs 818.00 B
14
27
  CJS dist/index.cjs 2.31 KB
15
28
  CJS dist/SPOUOSZN.cjs 1.47 KB
@@ -20,19 +33,6 @@
20
33
  CJS dist/index.cjs.map 70.00 B
21
34
  CJS dist/SPOUOSZN.cjs.map 5.29 KB
22
35
  CJS dist/schemata.cjs.map 73.00 B
23
- CJS dist/LUT4YHZY.cjs.map 17.67 KB
24
36
  CJS dist/YJF4D23A.cjs.map 73.00 B
25
- CJS ⚡️ Build success in 208ms
26
- ESM dist/BNW5AH73.js 1.25 KB
27
- ESM dist/index.js 571.00 B
28
- ESM dist/schemata.js 422.00 B
29
- ESM dist/VUOMXK5T.js 222.00 B
30
- ESM dist/gatedTx.js 250.00 B
31
- ESM dist/ACOQ4X2H.js 3.55 KB
32
- ESM dist/BNW5AH73.js.map 5.29 KB
33
- ESM dist/schemata.js.map 72.00 B
34
- ESM dist/VUOMXK5T.js.map 72.00 B
35
- ESM dist/gatedTx.js.map 71.00 B
36
- ESM dist/ACOQ4X2H.js.map 17.59 KB
37
- ESM dist/index.js.map 69.00 B
38
- ESM ⚡️ Build success in 209ms
37
+ CJS dist/LUT4YHZY.cjs.map 17.67 KB
38
+ CJS ⚡️ Build success in 374ms
@@ -2,3 +2,7 @@
2
2
  > @layerzerolabs/gated-transaction@0.0.0 lint /home/runner/work/monorepo-internal/monorepo-internal/packages/gated-transaction
3
3
  > eslint . --max-warnings 0 || (eslint . --fix --max-warnings 0 && false)
4
4
 
5
+ (node:24326) [MODULE_TYPELESS_PACKAGE_JSON] Warning: Module type of file:///home/runner/work/monorepo-internal/monorepo-internal/eslint.config.js?mtime=1764985257978 is not specified and it doesn't parse as CommonJS.
6
+ Reparsing as ES module because module syntax was detected. This incurs a performance overhead.
7
+ To eliminate this warning, add "type": "module" to /home/runner/work/monorepo-internal/monorepo-internal/package.json.
8
+ (Use `node --trace-warnings ...` to show where the warning was created)
@@ -5,11 +5,11 @@
5
5
  Testing types with tsc and vue-tsc is an experimental feature.
6
6
  Breaking changes might not follow SemVer, please pin Vitest's version when using it.
7
7
 
8
-  RUN  v3.2.3 /home/runner/work/monorepo-internal/monorepo-internal/packages/gated-transaction
8
+  RUN  v3.2.4 /home/runner/work/monorepo-internal/monorepo-internal/packages/gated-transaction
9
9
 
10
+ include: **/*.{test,spec}.?(c|m)[jt]s?(x)
10
11
  No test files found, exiting with code 0
11
12
 
12
- include: **/*.{test,spec}.?(c|m)[jt]s?(x)
13
13
  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.*
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.*
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@layerzerolabs/gated-transaction",
3
- "version": "0.2.6",
3
+ "version": "0.2.7",
4
4
  "private": false,
5
5
  "license": "MIT",
6
6
  "sideEffects": false,
@@ -16,18 +16,18 @@
16
16
  "types": "./dist/index.d.ts",
17
17
  "dependencies": {
18
18
  "zod": "3.25.56",
19
- "@layerzerolabs/common-chain-model": "0.2.6",
20
- "@layerzerolabs/zod-utils": "0.2.6",
21
- "@layerzerolabs/common-utils": "0.2.6"
19
+ "@layerzerolabs/common-chain-model": "0.2.7",
20
+ "@layerzerolabs/common-utils": "0.2.7",
21
+ "@layerzerolabs/zod-utils": "0.2.7"
22
22
  },
23
23
  "devDependencies": {
24
24
  "@types/lodash.isequal": "^4.5.8",
25
25
  "tsup": "^8.4.0",
26
26
  "vitest": "^3.2.3",
27
- "@layerzerolabs/base-definitions": "0.2.6",
28
- "@layerzerolabs/tsup-configuration": "0.2.6",
29
- "@layerzerolabs/typescript-configuration": "0.2.6",
30
- "@layerzerolabs/typescript-utils": "0.2.6"
27
+ "@layerzerolabs/tsup-configuration": "0.2.7",
28
+ "@layerzerolabs/base-definitions": "0.2.7",
29
+ "@layerzerolabs/typescript-configuration": "0.2.7",
30
+ "@layerzerolabs/typescript-utils": "0.2.7"
31
31
  },
32
32
  "publishConfig": {
33
33
  "access": "restricted",