@layerzerolabs/common-node-utils 0.2.5 → 0.2.6
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 +4 -4
- package/.turbo/turbo-test.log +1 -1
- package/package.json +3 -3
package/.turbo/turbo-build.log
CHANGED
|
@@ -11,16 +11,16 @@
|
|
|
11
11
|
[34mCJS[39m Build start
|
|
12
12
|
[34mESM[39m Build start
|
|
13
13
|
[32mCJS[39m [1mdist/files.cjs [22m[32m421.00 B[39m
|
|
14
|
-
[32mCJS[39m [1mdist/index.cjs [22m[32m1.99 KB[39m
|
|
15
14
|
[32mCJS[39m [1mdist/AY3Z4VAF.cjs [22m[32m1019.00 B[39m
|
|
15
|
+
[32mCJS[39m [1mdist/index.cjs [22m[32m1.99 KB[39m
|
|
16
16
|
[32mCJS[39m [1mdist/files.cjs.map [22m[32m70.00 B[39m
|
|
17
|
-
[32mCJS[39m [1mdist/index.cjs.map [22m[32m2.08 KB[39m
|
|
18
17
|
[32mCJS[39m [1mdist/AY3Z4VAF.cjs.map [22m[32m1.74 KB[39m
|
|
19
|
-
[32mCJS[39m
|
|
18
|
+
[32mCJS[39m [1mdist/index.cjs.map [22m[32m2.08 KB[39m
|
|
19
|
+
[32mCJS[39m ⚡️ Build success in 157ms
|
|
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
23
|
[32mESM[39m [1mdist/files.js.map [22m[32m69.00 B[39m
|
|
24
24
|
[32mESM[39m [1mdist/index.js.map [22m[32m2.04 KB[39m
|
|
25
25
|
[32mESM[39m [1mdist/HUETPARE.js.map [22m[32m2.49 KB[39m
|
|
26
|
-
[32mESM[39m ⚡️ Build success in
|
|
26
|
+
[32mESM[39m ⚡️ Build success in 157ms
|
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
|
-
[2minclude: [22m[33m**/*.{test,spec}.?(c|m)[jt]s?(x)[39m
|
|
12
11
|
|
|
12
|
+
[2minclude: [22m[33m**/*.{test,spec}.?(c|m)[jt]s?(x)[39m
|
|
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.2.
|
|
3
|
+
"version": "0.2.6",
|
|
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.2.
|
|
20
|
-
"@layerzerolabs/typescript-configuration": "0.2.
|
|
19
|
+
"@layerzerolabs/tsup-configuration": "0.2.6",
|
|
20
|
+
"@layerzerolabs/typescript-configuration": "0.2.6"
|
|
21
21
|
},
|
|
22
22
|
"publishConfig": {
|
|
23
23
|
"access": "restricted",
|