@layerzerolabs/common-node-utils 0.0.73 → 0.0.75
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-build.log +3 -3
- package/.turbo/turbo-test.log +1 -1
- package/package.json +3 -3
package/.turbo/turbo-build.log
CHANGED
|
@@ -16,11 +16,11 @@
|
|
|
16
16
|
[32mCJS[39m [1mdist/files.cjs.map [22m[32m70.00 B[39m
|
|
17
17
|
[32mCJS[39m [1mdist/index.cjs.map [22m[32m2.08 KB[39m
|
|
18
18
|
[32mCJS[39m [1mdist/AY3Z4VAF.cjs.map [22m[32m1.74 KB[39m
|
|
19
|
-
[32mCJS[39m ⚡️ Build success in
|
|
19
|
+
[32mCJS[39m ⚡️ Build success in 191ms
|
|
20
20
|
[32mESM[39m [1mdist/files.js [22m[32m141.00 B[39m
|
|
21
21
|
[32mESM[39m [1mdist/index.js [22m[32m1.07 KB[39m
|
|
22
22
|
[32mESM[39m [1mdist/HUETPARE.js [22m[32m1.21 KB[39m
|
|
23
|
+
[32mESM[39m [1mdist/files.js.map [22m[32m69.00 B[39m
|
|
23
24
|
[32mESM[39m [1mdist/index.js.map [22m[32m2.04 KB[39m
|
|
24
25
|
[32mESM[39m [1mdist/HUETPARE.js.map [22m[32m2.49 KB[39m
|
|
25
|
-
[32mESM[39m
|
|
26
|
-
[32mESM[39m ⚡️ Build success in 171ms
|
|
26
|
+
[32mESM[39m ⚡️ Build success in 194ms
|
package/.turbo/turbo-test.log
CHANGED
|
@@ -8,8 +8,8 @@ Breaking changes might not follow SemVer, please pin Vitest's version when using
|
|
|
8
8
|
[1m[46m RUN [49m[22m [36mv3.2.3 [39m[90m/home/runner/work/monorepo-internal/monorepo-internal/packages/common/common-node-utils[39m
|
|
9
9
|
|
|
10
10
|
No test files found, exiting with code 0
|
|
11
|
-
|
|
12
11
|
[2minclude: [22m[33m**/*.{test,spec}.?(c|m)[jt]s?(x)[39m
|
|
12
|
+
|
|
13
13
|
[2mexclude: [22m[33m**/node_modules/**[2m, [22m**/dist/**[2m, [22m**/cypress/**[2m, [22m**/.{idea,git,cache,output,temp}/**[2m, [22m**/{karma,rollup,webpack,vite,vitest,jest,ava,babel,nyc,cypress,tsup,build,eslint,prettier}.config.*[39m
|
|
14
14
|
[2mtypecheck include: [22m[33m**/*.{test,spec}-d.?(c|m)[jt]s?(x)[39m
|
|
15
15
|
[2mtypecheck exclude: [22m[33m**/node_modules/**[2m, [22m**/dist/**[2m, [22m**/cypress/**[2m, [22m**/.{idea,git,cache,output,temp}/**[2m, [22m**/{karma,rollup,webpack,vite,vitest,jest,ava,babel,nyc,cypress,tsup,build,eslint,prettier}.config.*[39m
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@layerzerolabs/common-node-utils",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.75",
|
|
4
4
|
"private": false,
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"type": "module",
|
|
@@ -16,8 +16,8 @@
|
|
|
16
16
|
"devDependencies": {
|
|
17
17
|
"tsup": "^8.4.0",
|
|
18
18
|
"vitest": "^3.2.3",
|
|
19
|
-
"@layerzerolabs/tsup-configuration": "0.0.
|
|
20
|
-
"@layerzerolabs/typescript-configuration": "0.0.
|
|
19
|
+
"@layerzerolabs/tsup-configuration": "0.0.75",
|
|
20
|
+
"@layerzerolabs/typescript-configuration": "0.0.75"
|
|
21
21
|
},
|
|
22
22
|
"publishConfig": {
|
|
23
23
|
"access": "restricted",
|