@nemigo/helpers 0.13.1 → 0.13.2

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nemigo/helpers",
3
- "version": "0.13.1",
3
+ "version": "0.13.2",
4
4
  "private": false,
5
5
  "author": {
6
6
  "name": "Vlad Logvin",
@@ -43,6 +43,10 @@
43
43
  "types": "./dist/cleanup.d.ts",
44
44
  "default": "./dist/cleanup.js"
45
45
  },
46
+ "./colors": {
47
+ "types": "./dist/colors.d.ts",
48
+ "default": "./dist/colors.js"
49
+ },
46
50
  "./cookie": {
47
51
  "types": "./dist/cookie.d.ts",
48
52
  "default": "./dist/cookie.js"
@@ -159,6 +163,6 @@
159
163
  "devDependencies": {
160
164
  "@nemigo/configs": "workspace:*",
161
165
  "@std/msgpack": "jsr:1.0.3",
162
- "zod": "4.1.5"
166
+ "zod": "4.1.12"
163
167
  }
164
168
  }