@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.
- package/.turbo/turbo-test.log +3 -3
- package/package.json +8 -8
package/.turbo/turbo-test.log
CHANGED
|
@@ -5,10 +5,10 @@
|
|
|
5
5
|
|
|
6
6
|
[1m[46m RUN [49m[22m [36mv3.2.3 [39m[90m/home/runner/work/monorepo-internal/monorepo-internal/packages/gated-transaction[39m
|
|
7
7
|
|
|
8
|
-
[32m✓[39m test/resolver.test.ts [2m([22m[2m7 tests[22m[2m)[22m[33m
|
|
8
|
+
[32m✓[39m test/resolver.test.ts [2m([22m[2m7 tests[22m[2m)[22m[33m 309[2mms[22m[39m
|
|
9
9
|
|
|
10
10
|
[2m Test Files [22m [1m[32m1 passed[39m[22m[90m (1)[39m
|
|
11
11
|
[2m Tests [22m [1m[32m7 passed[39m[22m[90m (7)[39m
|
|
12
|
-
[2m Start at [22m 18:50:
|
|
13
|
-
[2m Duration [22m
|
|
12
|
+
[2m Start at [22m 18:50:30
|
|
13
|
+
[2m Duration [22m 753ms[2m (transform 92ms, setup 0ms, collect 141ms, tests 309ms, environment 0ms, prepare 106ms)[22m
|
|
14
14
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@layerzerolabs/gated-transaction",
|
|
3
|
-
"version": "0.0.
|
|
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.
|
|
21
|
-
"@layerzerolabs/common-
|
|
22
|
-
"@layerzerolabs/common-workflow": "0.0.
|
|
23
|
-
"@layerzerolabs/common-
|
|
24
|
-
"@layerzerolabs/zod-utils": "0.0.
|
|
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.
|
|
31
|
-
"@layerzerolabs/typescript-configuration": "0.0.
|
|
30
|
+
"@layerzerolabs/tsup-configuration": "0.0.9",
|
|
31
|
+
"@layerzerolabs/typescript-configuration": "0.0.9"
|
|
32
32
|
},
|
|
33
33
|
"publishConfig": {
|
|
34
34
|
"access": "restricted",
|