nhb-toolbox 4.0.3 → 4.0.4

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 +39 -66
package/package.json CHANGED
@@ -1,62 +1,10 @@
1
1
  {
2
2
  "name": "nhb-toolbox",
3
- "version": "4.0.03",
3
+ "version": "4.0.04",
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",
7
7
  "types": "dist/dts/index.d.ts",
8
- "exports": {
9
- ".": {
10
- "import": "./dist/esm/index.js",
11
- "require": "./dist/cjs/index.js",
12
- "types": "./dist/dts/index.d.ts"
13
- },
14
- "./package.json": "./package.json",
15
- "./array/types": {
16
- "types": "./dist/dts/array/types.d.ts",
17
- "default": "./dist/dts/array/types.d.ts"
18
- },
19
- "./colors/types": {
20
- "types": "./dist/dts/colors/types.d.ts",
21
- "default": "./dist/dts/colors/types.d.ts"
22
- },
23
- "./date/types": {
24
- "types": "./dist/dts/date/types.d.ts",
25
- "default": "./dist/dts/date/types.d.ts"
26
- },
27
- "./dom/types": {
28
- "types": "./dist/dts/dom/types.d.ts",
29
- "default": "./dist/dts/dom/types.d.ts"
30
- },
31
- "./form/types": {
32
- "types": "./dist/dts/form/types.d.ts",
33
- "default": "./dist/dts/form/types.d.ts"
34
- },
35
- "./guards/types": {
36
- "types": "./dist/dts/guards/types.d.ts",
37
- "default": "./dist/dts/guards/types.d.ts"
38
- },
39
- "./number/types": {
40
- "types": "./dist/dts/number/types.d.ts",
41
- "default": "./dist/dts/number/types.d.ts"
42
- },
43
- "./object/types": {
44
- "types": "./dist/dts/object/types.d.ts",
45
- "default": "./dist/dts/object/types.d.ts"
46
- },
47
- "./string/types": {
48
- "types": "./dist/dts/string/types.d.ts",
49
- "default": "./dist/dts/string/types.d.ts"
50
- },
51
- "./types/types": {
52
- "types": "./dist/dts/types/types.d.ts",
53
- "default": "./dist/dts/types/types.d.ts"
54
- },
55
- "./utils/types": {
56
- "types": "./dist/dts/utils/types.d.ts",
57
- "default": "./dist/dts/utils/types.d.ts"
58
- }
59
- },
60
8
  "sideEffects": false,
61
9
  "publishConfig": {
62
10
  "access": "public"
@@ -116,6 +64,42 @@
116
64
  "typescript": "^5.7.3",
117
65
  "typescript-eslint": "^8.21.0"
118
66
  },
67
+ "exports": {
68
+ "./package.json": "./package.json",
69
+ ".": {
70
+ "import": "./dist/esm/index.js",
71
+ "require": "./dist/cjs/index.js",
72
+ "types": "./dist/dts/index.d.ts"
73
+ },
74
+ "./array/types": {
75
+ "types": "./dist/dts/array/types.d.ts",
76
+ "default": "./dist/dts/array/types.d.ts"
77
+ },
78
+ "./colors/types": {
79
+ "types": "./dist/dts/colors/types.d.ts",
80
+ "default": "./dist/dts/colors/types.d.ts"
81
+ },
82
+ "./date/types": {
83
+ "types": "./dist/dts/date/types.d.ts",
84
+ "default": "./dist/dts/date/types.d.ts"
85
+ },
86
+ "./form/types": {
87
+ "types": "./dist/dts/form/types.d.ts",
88
+ "default": "./dist/dts/form/types.d.ts"
89
+ },
90
+ "./number/types": {
91
+ "types": "./dist/dts/number/types.d.ts",
92
+ "default": "./dist/dts/number/types.d.ts"
93
+ },
94
+ "./object/types": {
95
+ "types": "./dist/dts/object/types.d.ts",
96
+ "default": "./dist/dts/object/types.d.ts"
97
+ },
98
+ "./string/types": {
99
+ "types": "./dist/dts/string/types.d.ts",
100
+ "default": "./dist/dts/string/types.d.ts"
101
+ }
102
+ },
119
103
  "typesVersions": {
120
104
  "*": {
121
105
  "array/types": [
@@ -127,15 +111,9 @@
127
111
  "date/types": [
128
112
  "dist/dts/date/types.d.ts"
129
113
  ],
130
- "dom/types": [
131
- "dist/dts/dom/types.d.ts"
132
- ],
133
114
  "form/types": [
134
115
  "dist/dts/form/types.d.ts"
135
116
  ],
136
- "guards/types": [
137
- "dist/dts/guards/types.d.ts"
138
- ],
139
117
  "number/types": [
140
118
  "dist/dts/number/types.d.ts"
141
119
  ],
@@ -144,12 +122,6 @@
144
122
  ],
145
123
  "string/types": [
146
124
  "dist/dts/string/types.d.ts"
147
- ],
148
- "types/types": [
149
- "dist/dts/types/types.d.ts"
150
- ],
151
- "utils/types": [
152
- "dist/dts/utils/types.d.ts"
153
125
  ]
154
126
  }
155
127
  },
@@ -162,6 +134,7 @@
162
134
  "fix": "node scripts/fix.mjs",
163
135
  "commit": "node scripts/commit.mjs",
164
136
  "jsDoc": "node scripts/jsDoc.mjs",
165
- "count": "node scripts/exports.mjs"
137
+ "count": "node scripts/exports.mjs",
138
+ "types": "node scripts/types.mjs"
166
139
  }
167
140
  }