@layerzerolabs/zod-utils 0.0.23 → 0.0.24
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
CHANGED
|
@@ -10,17 +10,17 @@
|
|
|
10
10
|
[34mCLI[39m Cleaning output folder
|
|
11
11
|
[34mCJS[39m Build start
|
|
12
12
|
[34mESM[39m Build start
|
|
13
|
-
[32mCJS[39m [1mdist/schema.cjs [22m[32m549.00 B[39m
|
|
14
13
|
[32mCJS[39m [1mdist/index.cjs [22m[32m4.60 KB[39m
|
|
14
|
+
[32mCJS[39m [1mdist/schema.cjs [22m[32m549.00 B[39m
|
|
15
15
|
[32mCJS[39m [1mdist/CAXEKYBD.cjs [22m[32m1.07 KB[39m
|
|
16
|
-
[32mCJS[39m [1mdist/schema.cjs.map [22m[32m71.00 B[39m
|
|
17
16
|
[32mCJS[39m [1mdist/index.cjs.map [22m[32m11.04 KB[39m
|
|
17
|
+
[32mCJS[39m [1mdist/schema.cjs.map [22m[32m71.00 B[39m
|
|
18
18
|
[32mCJS[39m [1mdist/CAXEKYBD.cjs.map [22m[32m3.00 KB[39m
|
|
19
|
-
[32mCJS[39m ⚡️ Build success in
|
|
19
|
+
[32mCJS[39m ⚡️ Build success in 251ms
|
|
20
|
+
[32mESM[39m [1mdist/index.js [22m[32m4.04 KB[39m
|
|
20
21
|
[32mESM[39m [1mdist/schema.js [22m[32m155.00 B[39m
|
|
21
22
|
[32mESM[39m [1mdist/NIWFGLF4.js [22m[32m985.00 B[39m
|
|
22
|
-
[32mESM[39m [1mdist/index.js
|
|
23
|
+
[32mESM[39m [1mdist/index.js.map [22m[32m11.03 KB[39m
|
|
23
24
|
[32mESM[39m [1mdist/schema.js.map [22m[32m70.00 B[39m
|
|
24
25
|
[32mESM[39m [1mdist/NIWFGLF4.js.map [22m[32m2.99 KB[39m
|
|
25
|
-
[32mESM[39m
|
|
26
|
-
[32mESM[39m ⚡️ Build success in 208ms
|
|
26
|
+
[32mESM[39m ⚡️ Build success in 251ms
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
|
|
2
2
|
> @layerzerolabs/zod-utils@0.0.0 checkdeps /home/runner/work/monorepo-internal/monorepo-internal/packages/zod-utils
|
|
3
|
-
> pnpm --filter @layerzerolabs/depcheck run depcheck validate --missing-dependencies --only $npm_package_name
|
|
3
|
+
> pnpm --filter @layerzerolabs/depcheck run depcheck validate --catalog --missing-dependencies --only $npm_package_name
|
|
4
4
|
|
|
5
5
|
|
|
6
6
|
> @layerzerolabs/depcheck@1.0.1 depcheck /home/runner/work/monorepo-internal/monorepo-internal/tools/repo/depcheck
|
|
7
|
-
> tsx ./src/index.ts "validate" "--missing-dependencies" "--only" "@layerzerolabs/zod-utils"
|
|
7
|
+
> tsx ./src/index.ts "validate" "--catalog" "--missing-dependencies" "--only" "@layerzerolabs/zod-utils"
|
|
8
8
|
|
package/.turbo/turbo-lint.log
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@layerzerolabs/zod-utils",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.24",
|
|
4
4
|
"private": false,
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"type": "module",
|
|
@@ -18,8 +18,8 @@
|
|
|
18
18
|
},
|
|
19
19
|
"devDependencies": {
|
|
20
20
|
"tsup": "^8.4.0",
|
|
21
|
-
"@layerzerolabs/tsup-configuration": "0.0.
|
|
22
|
-
"@layerzerolabs/typescript-configuration": "0.0.
|
|
21
|
+
"@layerzerolabs/tsup-configuration": "0.0.24",
|
|
22
|
+
"@layerzerolabs/typescript-configuration": "0.0.24"
|
|
23
23
|
},
|
|
24
24
|
"publishConfig": {
|
|
25
25
|
"access": "restricted",
|
|
@@ -27,11 +27,9 @@
|
|
|
27
27
|
},
|
|
28
28
|
"scripts": {
|
|
29
29
|
"build": "tsup",
|
|
30
|
-
"
|
|
31
|
-
"checkdeps": "pnpm --filter @layerzerolabs/depcheck run depcheck validate --missing-dependencies --only $npm_package_name",
|
|
30
|
+
"checkdeps": "pnpm --filter @layerzerolabs/depcheck run depcheck validate --catalog --missing-dependencies --only $npm_package_name",
|
|
32
31
|
"clean": "rm -rf ./node_modules .turbo ./dist",
|
|
33
32
|
"dev": "tsup --watch",
|
|
34
|
-
"lint": "eslint . --max-warnings 0"
|
|
35
|
-
"lint:fix": "eslint . --fix --max-warnings 0"
|
|
33
|
+
"lint": "eslint . --max-warnings 0 || (eslint . --fix --max-warnings 0 && false)"
|
|
36
34
|
}
|
|
37
35
|
}
|
package/tsconfig.json
CHANGED
|
@@ -16,13 +16,5 @@
|
|
|
16
16
|
"**/*.test.ts",
|
|
17
17
|
"dist"
|
|
18
18
|
],
|
|
19
|
-
"include": ["src/**/*"]
|
|
20
|
-
"ts-node": {
|
|
21
|
-
"files": true,
|
|
22
|
-
"experimentalResolverFeatures": true,
|
|
23
|
-
"compilerOptions": {
|
|
24
|
-
"module": "CommonJS",
|
|
25
|
-
"types": ["node"]
|
|
26
|
-
}
|
|
27
|
-
}
|
|
19
|
+
"include": ["src/**/*"]
|
|
28
20
|
}
|
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
|
|
2
|
-
> @layerzerolabs/zod-utils@0.0.0 checkcatalog /home/runner/work/monorepo-internal/monorepo-internal/packages/zod-utils
|
|
3
|
-
> pnpm --filter @layerzerolabs/depcheck run depcheck validate --catalog --only $npm_package_name
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
> @layerzerolabs/depcheck@1.0.1 depcheck /home/runner/work/monorepo-internal/monorepo-internal/tools/repo/depcheck
|
|
7
|
-
> tsx ./src/index.ts "validate" "--catalog" "--only" "@layerzerolabs/zod-utils"
|
|
8
|
-
|