@layerzerolabs/gated-transaction 0.2.25 → 0.2.26

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.
@@ -13,27 +13,27 @@
13
13
  ESM Build start
14
14
  CJS dist/gatedTx.cjs 823.00 B
15
15
  CJS dist/index.cjs 2.79 KB
16
+ CJS dist/7S7APV6O.cjs 1.47 KB
16
17
  CJS dist/schemata.cjs 2.11 KB
17
- CJS dist/YJF4D23A.cjs 245.00 B
18
18
  CJS dist/FBGH4Z7Y.cjs 5.92 KB
19
- CJS dist/7S7APV6O.cjs 1.47 KB
19
+ CJS dist/YJF4D23A.cjs 245.00 B
20
20
  CJS dist/gatedTx.cjs.map 72.00 B
21
21
  CJS dist/index.cjs.map 70.00 B
22
- CJS dist/schemata.cjs.map 73.00 B
23
- CJS dist/YJF4D23A.cjs.map 73.00 B
24
22
  CJS dist/7S7APV6O.cjs.map 5.72 KB
23
+ CJS dist/schemata.cjs.map 73.00 B
25
24
  CJS dist/FBGH4Z7Y.cjs.map 20.88 KB
26
- CJS ⚡️ Build success in 256ms
25
+ CJS dist/YJF4D23A.cjs.map 73.00 B
26
+ CJS ⚡️ Build success in 181ms
27
27
  ESM dist/gatedTx.js 250.00 B
28
28
  ESM dist/index.js 661.00 B
29
29
  ESM dist/PMA4Q2UL.js 1.25 KB
30
30
  ESM dist/schemata.js 512.00 B
31
- ESM dist/VUOMXK5T.js 222.00 B
32
31
  ESM dist/FNFGPB4O.js 4.55 KB
33
- ESM dist/gatedTx.js.map 71.00 B
32
+ ESM dist/VUOMXK5T.js 222.00 B
34
33
  ESM dist/index.js.map 69.00 B
35
- ESM dist/PMA4Q2UL.js.map 5.72 KB
36
34
  ESM dist/schemata.js.map 72.00 B
37
- ESM dist/FNFGPB4O.js.map 20.81 KB
35
+ ESM dist/PMA4Q2UL.js.map 5.72 KB
36
+ ESM dist/gatedTx.js.map 71.00 B
38
37
  ESM dist/VUOMXK5T.js.map 72.00 B
39
- ESM ⚡️ Build success in 256ms
38
+ ESM dist/FNFGPB4O.js.map 20.81 KB
39
+ ESM ⚡️ Build success in 182ms
@@ -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:97276) [MODULE_TYPELESS_PACKAGE_JSON] Warning: Module type of file:///home/runner/work/monorepo-internal/monorepo-internal/eslint.config.js?mtime=1770955556851 is not specified and it doesn't parse as CommonJS.
5
+ (node:56015) [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.
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.25",
3
+ "version": "0.2.26",
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.25",
20
- "@layerzerolabs/function-pointer": "0.2.25",
21
- "@layerzerolabs/zod-utils": "0.2.25"
19
+ "@layerzerolabs/common-chain-model": "0.2.26",
20
+ "@layerzerolabs/function-pointer": "0.2.26",
21
+ "@layerzerolabs/zod-utils": "0.2.26"
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.25",
28
- "@layerzerolabs/tsup-configuration": "0.2.25",
29
- "@layerzerolabs/typescript-utils": "0.2.25",
30
- "@layerzerolabs/typescript-configuration": "0.2.25"
27
+ "@layerzerolabs/base-definitions": "0.2.26",
28
+ "@layerzerolabs/tsup-configuration": "0.2.26",
29
+ "@layerzerolabs/typescript-configuration": "0.2.26",
30
+ "@layerzerolabs/typescript-utils": "0.2.26"
31
31
  },
32
32
  "publishConfig": {
33
33
  "access": "restricted",