@nemigo/helpers 2.3.1 → 2.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.
Files changed (1) hide show
  1. package/package.json +5 -9
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nemigo/helpers",
3
- "version": "2.3.1",
3
+ "version": "2.4.0",
4
4
  "private": false,
5
5
  "license": "MPL-2.0",
6
6
  "author": {
@@ -28,8 +28,8 @@
28
28
  "default": "./dist/aggregator.js"
29
29
  },
30
30
  "./array": {
31
- "types": "./dist/sortify.d.ts",
32
- "default": "./dist/sortify.js"
31
+ "types": "./dist/array.d.ts",
32
+ "default": "./dist/array.js"
33
33
  },
34
34
  "./async": {
35
35
  "types": "./dist/async/index.d.ts",
@@ -99,10 +99,6 @@
99
99
  "types": "./dist/fish.d.ts",
100
100
  "default": "./dist/fish.js"
101
101
  },
102
- "./future": {
103
- "types": "./dist/future.d.ts",
104
- "default": "./dist/future.js"
105
- },
106
102
  "./html": {
107
103
  "types": "./dist/html/index.d.ts",
108
104
  "default": "./dist/html/index.js"
@@ -197,7 +193,7 @@
197
193
  }
198
194
  },
199
195
  "peerDependencies": {
200
- "zod": ">=4.1.0"
196
+ "zod": ">=4.2.0"
201
197
  },
202
198
  "peerDependenciesMeta": {
203
199
  "zod": {
@@ -208,6 +204,6 @@
208
204
  "@std/msgpack": "npm:@jsr/std__msgpack"
209
205
  },
210
206
  "devDependencies": {
211
- "@nemigo/configs": "2.3.3"
207
+ "@nemigo/configs": "2.4.0"
212
208
  }
213
209
  }