@layerzerolabs/gated-transaction 0.2.58 → 0.2.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.
@@ -11,29 +11,29 @@
11
11
  CLI Cleaning output folder
12
12
  CJS Build start
13
13
  ESM Build start
14
- CJS dist/index.cjs 2.73 KB
15
14
  CJS dist/gatedTx.cjs 818.00 B
15
+ CJS dist/index.cjs 2.73 KB
16
16
  CJS dist/VE67DSPF.cjs 1.47 KB
17
17
  CJS dist/schemata.cjs 2.05 KB
18
- CJS dist/YJF4D23A.cjs 245.00 B
19
18
  CJS dist/JRJRQ2KP.cjs 5.81 KB
20
- CJS dist/index.cjs.map 70.00 B
19
+ CJS dist/YJF4D23A.cjs 245.00 B
20
+ CJS dist/gatedTx.cjs.map 72.00 B
21
21
  CJS dist/VE67DSPF.cjs.map 5.80 KB
22
+ CJS dist/index.cjs.map 70.00 B
23
+ CJS dist/JRJRQ2KP.cjs.map 21.76 KB
22
24
  CJS dist/schemata.cjs.map 73.00 B
23
- CJS dist/gatedTx.cjs.map 72.00 B
24
25
  CJS dist/YJF4D23A.cjs.map 73.00 B
25
- CJS dist/JRJRQ2KP.cjs.map 21.76 KB
26
- CJS ⚡️ Build success in 155ms
27
- ESM dist/gatedTx.js 250.00 B
26
+ CJS ⚡️ Build success in 251ms
28
27
  ESM dist/index.js 632.00 B
28
+ ESM dist/gatedTx.js 250.00 B
29
29
  ESM dist/schemata.js 483.00 B
30
30
  ESM dist/DM7SZJ44.js 4.46 KB
31
31
  ESM dist/VUOMXK5T.js 222.00 B
32
32
  ESM dist/S7M4M3JS.js 1.25 KB
33
- ESM dist/gatedTx.js.map 71.00 B
34
- ESM dist/schemata.js.map 72.00 B
35
33
  ESM dist/index.js.map 69.00 B
34
+ ESM dist/gatedTx.js.map 71.00 B
36
35
  ESM dist/DM7SZJ44.js.map 21.69 KB
37
- ESM dist/VUOMXK5T.js.map 72.00 B
36
+ ESM dist/schemata.js.map 72.00 B
38
37
  ESM dist/S7M4M3JS.js.map 5.79 KB
39
- ESM ⚡️ Build success in 156ms
38
+ ESM dist/VUOMXK5T.js.map 72.00 B
39
+ ESM ⚡️ Build success in 251ms
@@ -2,7 +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:53211) [MODULE_TYPELESS_PACKAGE_JSON] Warning: Module type of file:///home/runner/work/monorepo-internal/monorepo-internal/eslint.config.js?mtime=1774293860551 is not specified and it doesn't parse as CommonJS.
5
+ (node:64406) [MODULE_TYPELESS_PACKAGE_JSON] Warning: Module type of file:///home/runner/work/monorepo-internal/monorepo-internal/eslint.config.js?mtime=1774308661363 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)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@layerzerolabs/gated-transaction",
3
- "version": "0.2.58",
3
+ "version": "0.2.59",
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": "4.3.5",
19
- "@layerzerolabs/common-chain-model": "0.2.58",
20
- "@layerzerolabs/function-pointer": "0.2.58",
21
- "@layerzerolabs/zod-utils": "0.2.58"
19
+ "@layerzerolabs/common-chain-model": "0.2.59",
20
+ "@layerzerolabs/function-pointer": "0.2.59",
21
+ "@layerzerolabs/zod-utils": "0.2.59"
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/tsup-configuration": "0.2.58",
28
- "@layerzerolabs/base-definitions": "0.2.58",
29
- "@layerzerolabs/typescript-configuration": "0.2.58",
30
- "@layerzerolabs/typescript-utils": "0.2.58"
27
+ "@layerzerolabs/tsup-configuration": "0.2.59",
28
+ "@layerzerolabs/base-definitions": "0.2.59",
29
+ "@layerzerolabs/typescript-configuration": "0.2.59",
30
+ "@layerzerolabs/typescript-utils": "0.2.59"
31
31
  },
32
32
  "publishConfig": {
33
33
  "access": "restricted",