@layerzerolabs/gated-transaction 0.0.8 → 0.0.9

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.
@@ -5,10 +5,10 @@
5
5
 
6
6
   RUN  v3.2.3 /home/runner/work/monorepo-internal/monorepo-internal/packages/gated-transaction
7
7
 
8
- ✓ test/resolver.test.ts (7 tests) 311ms
8
+ ✓ test/resolver.test.ts (7 tests) 309ms
9
9
 
10
10
   Test Files  1 passed (1)
11
11
   Tests  7 passed (7)
12
-  Start at  18:50:26
13
-  Duration  830ms (transform 94ms, setup 0ms, collect 163ms, tests 311ms, environment 0ms, prepare 131ms)
12
+  Start at  18:50:30
13
+  Duration  753ms (transform 92ms, setup 0ms, collect 141ms, tests 309ms, environment 0ms, prepare 106ms)
14
14
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@layerzerolabs/gated-transaction",
3
- "version": "0.0.8",
3
+ "version": "0.0.9",
4
4
  "private": false,
5
5
  "license": "MIT",
6
6
  "sideEffects": false,
@@ -17,18 +17,18 @@
17
17
  "dependencies": {
18
18
  "lodash.isequal": "^4.5.0",
19
19
  "zod": "^3.23.8",
20
- "@layerzerolabs/common-activities": "0.0.8",
21
- "@layerzerolabs/common-chain-model": "0.0.8",
22
- "@layerzerolabs/common-workflow": "0.0.8",
23
- "@layerzerolabs/common-utils": "0.0.8",
24
- "@layerzerolabs/zod-utils": "0.0.8"
20
+ "@layerzerolabs/common-activities": "0.0.9",
21
+ "@layerzerolabs/common-utils": "0.0.9",
22
+ "@layerzerolabs/common-workflow": "0.0.9",
23
+ "@layerzerolabs/common-chain-model": "0.0.9",
24
+ "@layerzerolabs/zod-utils": "0.0.9"
25
25
  },
26
26
  "devDependencies": {
27
27
  "@types/lodash.isequal": "^4.5.8",
28
28
  "tsup": "^8.4.0",
29
29
  "vitest": "^3.2.3",
30
- "@layerzerolabs/tsup-configuration": "0.0.8",
31
- "@layerzerolabs/typescript-configuration": "0.0.8"
30
+ "@layerzerolabs/tsup-configuration": "0.0.9",
31
+ "@layerzerolabs/typescript-configuration": "0.0.9"
32
32
  },
33
33
  "publishConfig": {
34
34
  "access": "restricted",