@layerzerolabs/gated-transaction 0.2.59 → 0.2.60

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.
@@ -12,28 +12,28 @@
12
12
  CJS Build start
13
13
  ESM Build start
14
14
  CJS dist/gatedTx.cjs 818.00 B
15
- CJS dist/index.cjs 2.73 KB
16
15
  CJS dist/VE67DSPF.cjs 1.47 KB
17
16
  CJS dist/schemata.cjs 2.05 KB
18
- CJS dist/JRJRQ2KP.cjs 5.81 KB
17
+ CJS dist/index.cjs 2.73 KB
19
18
  CJS dist/YJF4D23A.cjs 245.00 B
19
+ CJS dist/JRJRQ2KP.cjs 5.81 KB
20
20
  CJS dist/gatedTx.cjs.map 72.00 B
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
24
21
  CJS dist/schemata.cjs.map 73.00 B
22
+ CJS dist/index.cjs.map 70.00 B
23
+ CJS dist/VE67DSPF.cjs.map 5.80 KB
25
24
  CJS dist/YJF4D23A.cjs.map 73.00 B
26
- CJS ⚡️ Build success in 251ms
25
+ CJS dist/JRJRQ2KP.cjs.map 21.76 KB
26
+ CJS ⚡️ Build success in 235ms
27
27
  ESM dist/index.js 632.00 B
28
28
  ESM dist/gatedTx.js 250.00 B
29
+ ESM dist/S7M4M3JS.js 1.25 KB
29
30
  ESM dist/schemata.js 483.00 B
30
31
  ESM dist/DM7SZJ44.js 4.46 KB
31
32
  ESM dist/VUOMXK5T.js 222.00 B
32
- ESM dist/S7M4M3JS.js 1.25 KB
33
33
  ESM dist/index.js.map 69.00 B
34
34
  ESM dist/gatedTx.js.map 71.00 B
35
- ESM dist/DM7SZJ44.js.map 21.69 KB
36
35
  ESM dist/schemata.js.map 72.00 B
37
- ESM dist/S7M4M3JS.js.map 5.79 KB
36
+ ESM dist/DM7SZJ44.js.map 21.69 KB
38
37
  ESM dist/VUOMXK5T.js.map 72.00 B
39
- ESM ⚡️ Build success in 251ms
38
+ ESM dist/S7M4M3JS.js.map 5.79 KB
39
+ ESM ⚡️ Build success in 235ms
@@ -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: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.
5
+ (node:60103) [MODULE_TYPELESS_PACKAGE_JSON] Warning: Module type of file:///home/runner/work/monorepo-internal/monorepo-internal/eslint.config.js?mtime=1774493247955 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.59",
3
+ "version": "0.2.60",
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.59",
20
- "@layerzerolabs/function-pointer": "0.2.59",
21
- "@layerzerolabs/zod-utils": "0.2.59"
19
+ "@layerzerolabs/common-chain-model": "0.2.60",
20
+ "@layerzerolabs/function-pointer": "0.2.60",
21
+ "@layerzerolabs/zod-utils": "0.2.60"
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.59",
28
- "@layerzerolabs/base-definitions": "0.2.59",
29
- "@layerzerolabs/typescript-configuration": "0.2.59",
30
- "@layerzerolabs/typescript-utils": "0.2.59"
27
+ "@layerzerolabs/base-definitions": "0.2.60",
28
+ "@layerzerolabs/tsup-configuration": "0.2.60",
29
+ "@layerzerolabs/typescript-configuration": "0.2.60",
30
+ "@layerzerolabs/typescript-utils": "0.2.60"
31
31
  },
32
32
  "publishConfig": {
33
33
  "access": "restricted",