nhb-toolbox 4.0.10 → 4.0.11
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 +8 -1
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "nhb-toolbox",
|
|
3
|
-
"version": "4.0.
|
|
3
|
+
"version": "4.0.11",
|
|
4
4
|
"description": "A versatile collection of smart, efficient, and reusable utility functions for everyday development needs.",
|
|
5
5
|
"main": "dist/cjs/index.js",
|
|
6
6
|
"module": "dist/esm/index.js",
|
|
@@ -71,6 +71,10 @@
|
|
|
71
71
|
"require": "./dist/cjs/index.js",
|
|
72
72
|
"types": "./dist/dts/index.d.ts"
|
|
73
73
|
},
|
|
74
|
+
"./types": {
|
|
75
|
+
"types": "./dist/dts/types/index.d.ts",
|
|
76
|
+
"default": "./dist/dts/types/index.d.ts"
|
|
77
|
+
},
|
|
74
78
|
"./array/types": {
|
|
75
79
|
"types": "./dist/dts/array/types.d.ts",
|
|
76
80
|
"default": "./dist/dts/array/types.d.ts"
|
|
@@ -102,6 +106,9 @@
|
|
|
102
106
|
},
|
|
103
107
|
"typesVersions": {
|
|
104
108
|
"*": {
|
|
109
|
+
"types": [
|
|
110
|
+
"dist/dts/types/index.d.ts"
|
|
111
|
+
],
|
|
105
112
|
"array/types": [
|
|
106
113
|
"dist/dts/array/types.d.ts"
|
|
107
114
|
],
|