@alt-stack/zod-error 0.0.1 → 1.4.0

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.
@@ -1,5 +1,5 @@
1
1
 
2
- > @alt-stack/zod-error@0.0.1 build /home/runner/work/alt-stack/alt-stack/packages/zod-error
2
+ > @alt-stack/zod-error@1.4.0 build /home/runner/work/alt-stack/alt-stack/packages/zod-error
3
3
  > tsup
4
4
 
5
5
  CLI Building entry: src/index.ts
@@ -12,11 +12,11 @@
12
12
  CJS Build start
13
13
  ESM dist/index.mjs 622.00 B
14
14
  ESM dist/index.mjs.map 1.56 KB
15
- ESM ⚡️ Build success in 16ms
15
+ ESM ⚡️ Build success in 193ms
16
16
  CJS dist/index.js 1.68 KB
17
17
  CJS dist/index.js.map 1.78 KB
18
- CJS ⚡️ Build success in 16ms
18
+ CJS ⚡️ Build success in 214ms
19
19
  DTS Build start
20
- DTS ⚡️ Build success in 822ms
20
+ DTS ⚡️ Build success in 6829ms
21
21
  DTS dist/index.d.mts 659.00 B
22
22
  DTS dist/index.d.ts 659.00 B
package/CHANGELOG.md ADDED
@@ -0,0 +1,3 @@
1
+ # @alt-stack/zod-error
2
+
3
+ ## 1.4.0
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@alt-stack/zod-error",
3
- "version": "0.0.1",
3
+ "version": "1.4.0",
4
4
  "description": "Utilities for formatting ZodError for structured logging",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index.mjs",