@nemigo/helpers 2.7.0 → 2.7.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.
- package/package.json +14 -2
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@nemigo/helpers",
|
|
3
|
-
"version": "2.7.
|
|
3
|
+
"version": "2.7.1",
|
|
4
4
|
"private": false,
|
|
5
5
|
"license": "MPL-2.0",
|
|
6
6
|
"author": {
|
|
@@ -167,6 +167,18 @@
|
|
|
167
167
|
"types": "./dist/types.d.ts",
|
|
168
168
|
"default": "./dist/types.js"
|
|
169
169
|
},
|
|
170
|
+
"./jiff/apply": {
|
|
171
|
+
"types": "./dist/jiff/apply.d.ts",
|
|
172
|
+
"default": "./dist/jiff/apply.js"
|
|
173
|
+
},
|
|
174
|
+
"./jiff/extract": {
|
|
175
|
+
"types": "./dist/jiff/extract.d.ts",
|
|
176
|
+
"default": "./dist/jiff/extract.js"
|
|
177
|
+
},
|
|
178
|
+
"./jiff/types": {
|
|
179
|
+
"types": "./dist/jiff/types.d.ts",
|
|
180
|
+
"default": "./dist/jiff/types.js"
|
|
181
|
+
},
|
|
170
182
|
"./url": {
|
|
171
183
|
"types": "./dist/url/index.d.ts",
|
|
172
184
|
"default": "./dist/url/index.js"
|
|
@@ -192,6 +204,6 @@
|
|
|
192
204
|
"@std/msgpack": "npm:@jsr/std__msgpack"
|
|
193
205
|
},
|
|
194
206
|
"devDependencies": {
|
|
195
|
-
"@nemigo/configs": "2.
|
|
207
|
+
"@nemigo/configs": "2.7.1"
|
|
196
208
|
}
|
|
197
209
|
}
|