@xylabs/zod 6.0.10 → 6.1.1

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.
Files changed (2) hide show
  1. package/README.md +6 -0
  2. package/package.json +5 -5
package/README.md CHANGED
@@ -1,3 +1,5 @@
1
+ [![logo][]](https://xylabs.com)
2
+
1
3
  # @xylabs/zod
2
4
 
3
5
  [![npm][npm-badge]][npm-link]
@@ -358,8 +360,12 @@ type ZodFactoryConfig =
358
360
 
359
361
  Configuration for zod factory assertion behavior, either an AssertConfig or a named config object.
360
362
 
363
+ ## Credits
364
+
365
+ [Made with 🔥 and ❄️ by XY Labs](https://xylabs.com)
361
366
 
362
367
  [npm-badge]: https://img.shields.io/npm/v/@xylabs/zod.svg
363
368
  [npm-link]: https://www.npmjs.com/package/@xylabs/zod
364
369
  [license-badge]: https://img.shields.io/npm/l/@xylabs/zod.svg
365
370
  [license-link]: https://github.com/xylabs/sdk-js/blob/main/LICENSE
371
+ [logo]: https://cdn.xy.company/img/brand/XYPersistentCompany_Logo_Icon_Colored.svg
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@xylabs/zod",
3
- "version": "6.0.10",
3
+ "version": "6.1.1",
4
4
  "description": "Base functionality used throughout XY Labs TypeScript/JavaScript libraries",
5
5
  "homepage": "https://xyo.network",
6
6
  "bugs": {
@@ -38,12 +38,12 @@
38
38
  "README.md"
39
39
  ],
40
40
  "dependencies": {
41
- "@xylabs/error": "~6.0.10",
42
- "@xylabs/typeof": "~6.0.10"
41
+ "@xylabs/error": "~6.1.1",
42
+ "@xylabs/typeof": "~6.1.1"
43
43
  },
44
44
  "devDependencies": {
45
- "@xylabs/toolchain": "^8.1.16",
46
- "@xylabs/tsconfig": "^8.1.16",
45
+ "@xylabs/toolchain": "^8.1.20",
46
+ "@xylabs/tsconfig": "^8.1.20",
47
47
  "eslint": "^10.4.1",
48
48
  "typescript": "^6.0.3",
49
49
  "vite": "^8.0.16",