@fangzhongya/utils 0.0.8-25 → 0.0.8-27

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.
@@ -1,18 +1,11 @@
1
1
  export { i as array } from '../index-bd1b8c37.js';
2
- export { i as string } from '../index-9c0c5aa8.js';
3
2
  export { i as object } from '../index-cdd1e589.js';
3
+ export { i as string } from '../index-b2475339.js';
4
4
  import './array/asyncMergeArray.js';
5
5
  import './array/duplicateRemoval.js';
6
6
  import './array/replaceAfter.js';
7
7
  import './array/isArray.js';
8
8
  import './array/toggleArray.js';
9
- import './string/appearNum.js';
10
- import './string/appearNumSeat.js';
11
- import './string/firstUpper.js';
12
- import './string/getStartSame.js';
13
- import './string/getStartSames.js';
14
- import './string/firstLower.js';
15
- import './string/splitUpper.js';
16
9
  import './object/attrValueSort.js';
17
10
  import './object/filterObject.js';
18
11
  import './object/hasOwn.js';
@@ -20,3 +13,10 @@ import './object/isObject.js';
20
13
  import './object/isObjectArray.js';
21
14
  import './object/mergeObject.js';
22
15
  import './object/unmergeObject.js';
16
+ import './string/appearNum.js';
17
+ import './string/appearNumSeat.js';
18
+ import './string/firstLower.js';
19
+ import './string/getStartSame.js';
20
+ import './string/firstUpper.js';
21
+ import './string/getStartSames.js';
22
+ import './string/splitUpper.js';
@@ -1,7 +1,7 @@
1
1
  export { appearNum } from './appearNum.js';
2
2
  export { appearNumSeat } from './appearNumSeat.js';
3
- export { firstUpper } from './firstUpper.js';
3
+ export { firstLower } from './firstLower.js';
4
4
  export { getStartSame } from './getStartSame.js';
5
+ export { firstUpper } from './firstUpper.js';
5
6
  export { getStartSames } from './getStartSames.js';
6
- export { firstLower } from './firstLower.js';
7
7
  export { splitUpper } from './splitUpper.js';
@@ -1,6 +1,6 @@
1
1
  import { i as index$1 } from './index-bd1b8c37.js';
2
- import { i as index$3 } from './index-9c0c5aa8.js';
3
2
  import { i as index$2 } from './index-cdd1e589.js';
3
+ import { i as index$3 } from './index-b2475339.js';
4
4
 
5
5
  declare namespace index {
6
6
  export {
package/dist/index.d.ts CHANGED
@@ -1,29 +1,27 @@
1
- export { i as basic } from './index-d3983399.js';
2
1
  export { i as css } from './index-c2217c22.js';
3
2
  export { i as dom } from './index-5aea66bb.js';
3
+ export { i as basic } from './index-4e81672b.js';
4
4
  export { i as iss } from './index-09cd203a.js';
5
5
  export { i as html } from './index-da501f98.js';
6
- export { i as judge } from './index-445fe401.js';
7
6
  export { i as load } from './index-84b0c6c3.js';
8
7
  export { i as log } from './index-ef15848a.js';
9
8
  export { i as node } from './index-130ae781.js';
10
- export { i as name } from './index-a65f6120.js';
11
9
  export { i as tree } from './index-bc08cd32.js';
12
- export { i as urls } from './index-42672b09.js';
10
+ export { i as judge } from './index-110fd300.js';
11
+ export { i as name } from './index-a65f6120.js';
12
+ export { i as urls } from './index-9e12aae6.js';
13
+ import './css/fetchUnitValue.js';
14
+ import './css/getCss.js';
15
+ import './css/getPositionRelative.js';
16
+ import './css/setCss.js';
17
+ import './dom/getLocus.js';
18
+ import './dom/getShiftEvent.js';
13
19
  import './index-bd1b8c37.js';
14
20
  import './basic/array/asyncMergeArray.js';
15
21
  import './basic/array/duplicateRemoval.js';
16
22
  import './basic/array/replaceAfter.js';
17
23
  import './basic/array/isArray.js';
18
24
  import './basic/array/toggleArray.js';
19
- import './index-9c0c5aa8.js';
20
- import './basic/string/appearNum.js';
21
- import './basic/string/appearNumSeat.js';
22
- import './basic/string/firstUpper.js';
23
- import './basic/string/getStartSame.js';
24
- import './basic/string/getStartSames.js';
25
- import './basic/string/firstLower.js';
26
- import './basic/string/splitUpper.js';
27
25
  import './index-cdd1e589.js';
28
26
  import './basic/object/attrValueSort.js';
29
27
  import './basic/object/filterObject.js';
@@ -32,27 +30,29 @@ import './basic/object/isObject.js';
32
30
  import './basic/object/isObjectArray.js';
33
31
  import './basic/object/mergeObject.js';
34
32
  import './basic/object/unmergeObject.js';
35
- import './css/fetchUnitValue.js';
36
- import './css/getCss.js';
37
- import './css/getPositionRelative.js';
38
- import './css/setCss.js';
39
- import './dom/getLocus.js';
40
- import './dom/getShiftEvent.js';
33
+ import './index-b2475339.js';
34
+ import './basic/string/appearNum.js';
35
+ import './basic/string/appearNumSeat.js';
36
+ import './basic/string/firstLower.js';
37
+ import './basic/string/getStartSame.js';
38
+ import './basic/string/firstUpper.js';
39
+ import './basic/string/getStartSames.js';
40
+ import './basic/string/splitUpper.js';
41
41
  import './html/htmlEscape.js';
42
- import './judge/matchs.js';
43
- import './judge/matchsEnd.js';
44
- import './judge/matchsStart.js';
45
- import './judge/matchsWhole.js';
46
42
  import './load/getSynch.js';
47
43
  import './load/loadScript.js';
48
44
  import './log/styleLog.js';
49
45
  import './node/getPort.js';
46
+ import './tree/getTreeObj.js';
47
+ import './judge/matchs.js';
48
+ import './judge/matchsStart.js';
49
+ import './judge/matchsEnd.js';
50
+ import './judge/matchsWhole.js';
50
51
  import './name/getComponentNames.js';
51
52
  import './name/getNames.js';
52
53
  import './name/humpToLine.js';
53
54
  import './name/lineToLargeHump.js';
54
55
  import './name/lineToSmallHump.js';
55
- import './tree/getTreeObj.js';
56
56
  import './urls/getImportUrl.js';
57
57
  import './urls/getImportUrlSuffix.js';
58
58
  import './urls/getNewFileName.js';
@@ -60,5 +60,5 @@ import './urls/getReplaceImportUrl.js';
60
60
  import './urls/getReplaceUrl.js';
61
61
  import './urls/getSuffix.js';
62
62
  import './urls/getUrlCatalogue.js';
63
- import './urls/getUrlCatalogueLast.js';
64
63
  import './urls/getUrlCatalogueObj.js';
64
+ import './urls/getUrlCatalogueLast.js';
@@ -1,4 +1,4 @@
1
1
  export { matchs } from './matchs.js';
2
- export { matchsEnd } from './matchsEnd.js';
3
2
  export { matchsStart } from './matchsStart.js';
3
+ export { matchsEnd } from './matchsEnd.js';
4
4
  export { matchsWhole } from './matchsWhole.js';
@@ -5,5 +5,5 @@ export { getReplaceImportUrl } from './getReplaceImportUrl.js';
5
5
  export { getReplaceUrl } from './getReplaceUrl.js';
6
6
  export { getSuffix } from './getSuffix.js';
7
7
  export { getUrlCatalogue } from './getUrlCatalogue.js';
8
- export { getUrlCatalogueLast } from './getUrlCatalogueLast.js';
9
8
  export { UrlCatalogue, getUrlCatalogueObj } from './getUrlCatalogueObj.js';
9
+ export { getUrlCatalogueLast } from './getUrlCatalogueLast.js';
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "@fangzhongya/utils",
3
3
  "private": false,
4
4
  "type": "module",
5
- "version": "0.0.8-25",
5
+ "version": "0.0.8-27",
6
6
  "description ": "个人工具库",
7
7
  "author": "fangzhongya ",
8
8
  "license": "MIT",
@@ -18,13 +18,13 @@
18
18
  "registry": "https://registry.npmjs.org/"
19
19
  },
20
20
  "devDependencies": {
21
- "@fangzhongya/create": "0.2.4-1",
22
- "@types/node": "^18.15.3",
21
+ "@fangzhongya/create": "0.2.4-3",
22
+ "@types/node": "^18.15.5",
23
23
  "ts-node": "^10.9.1",
24
- "tsup": "^6.6.3",
24
+ "tsup": "^6.7.0",
25
25
  "typescript": "^5.0.2",
26
- "vite": "^4.2.0",
27
- "vitest": "^0.29.3"
26
+ "vite": "^4.2.1",
27
+ "vitest": "^0.29.7"
28
28
  },
29
29
  "files": [
30
30
  "*.d.ts",
@@ -32,6 +32,46 @@
32
32
  ],
33
33
  "exports": {
34
34
  "./*": "./*",
35
+ "./css/fetchUnitValue": {
36
+ "require": "./dist/css/fetchUnitValue.cjs",
37
+ "import": "./dist/css/fetchUnitValue.js",
38
+ "types": "./dist/css/fetchUnitValue.d.ts"
39
+ },
40
+ "./css/getCss": {
41
+ "require": "./dist/css/getCss.cjs",
42
+ "import": "./dist/css/getCss.js",
43
+ "types": "./dist/css/getCss.d.ts"
44
+ },
45
+ "./css/getPositionRelative": {
46
+ "require": "./dist/css/getPositionRelative.cjs",
47
+ "import": "./dist/css/getPositionRelative.js",
48
+ "types": "./dist/css/getPositionRelative.d.ts"
49
+ },
50
+ "./css/setCss": {
51
+ "require": "./dist/css/setCss.cjs",
52
+ "import": "./dist/css/setCss.js",
53
+ "types": "./dist/css/setCss.d.ts"
54
+ },
55
+ "./css": {
56
+ "require": "./dist/css/index.cjs",
57
+ "import": "./dist/css/index.js",
58
+ "types": "./dist/css/index.d.ts"
59
+ },
60
+ "./dom/getLocus": {
61
+ "require": "./dist/dom/getLocus.cjs",
62
+ "import": "./dist/dom/getLocus.js",
63
+ "types": "./dist/dom/getLocus.d.ts"
64
+ },
65
+ "./dom": {
66
+ "require": "./dist/dom/index.cjs",
67
+ "import": "./dist/dom/index.js",
68
+ "types": "./dist/dom/index.d.ts"
69
+ },
70
+ "./dom/getShiftEvent": {
71
+ "require": "./dist/dom/getShiftEvent.cjs",
72
+ "import": "./dist/dom/getShiftEvent.js",
73
+ "types": "./dist/dom/getShiftEvent.d.ts"
74
+ },
35
75
  "./basic/array/asyncMergeArray": {
36
76
  "require": "./dist/basic/array/asyncMergeArray.cjs",
37
77
  "import": "./dist/basic/array/asyncMergeArray.js",
@@ -42,6 +82,11 @@
42
82
  "import": "./dist/basic/array/duplicateRemoval.js",
43
83
  "types": "./dist/basic/array/duplicateRemoval.d.ts"
44
84
  },
85
+ "./basic/array": {
86
+ "require": "./dist/basic/array/index.cjs",
87
+ "import": "./dist/basic/array/index.js",
88
+ "types": "./dist/basic/array/index.d.ts"
89
+ },
45
90
  "./basic/array/replaceAfter": {
46
91
  "require": "./dist/basic/array/replaceAfter.cjs",
47
92
  "import": "./dist/basic/array/replaceAfter.js",
@@ -57,51 +102,6 @@
57
102
  "import": "./dist/basic/array/toggleArray.js",
58
103
  "types": "./dist/basic/array/toggleArray.d.ts"
59
104
  },
60
- "./basic/array": {
61
- "require": "./dist/basic/array/index.cjs",
62
- "import": "./dist/basic/array/index.js",
63
- "types": "./dist/basic/array/index.d.ts"
64
- },
65
- "./basic/string/appearNum": {
66
- "require": "./dist/basic/string/appearNum.cjs",
67
- "import": "./dist/basic/string/appearNum.js",
68
- "types": "./dist/basic/string/appearNum.d.ts"
69
- },
70
- "./basic/string/appearNumSeat": {
71
- "require": "./dist/basic/string/appearNumSeat.cjs",
72
- "import": "./dist/basic/string/appearNumSeat.js",
73
- "types": "./dist/basic/string/appearNumSeat.d.ts"
74
- },
75
- "./basic/string/firstUpper": {
76
- "require": "./dist/basic/string/firstUpper.cjs",
77
- "import": "./dist/basic/string/firstUpper.js",
78
- "types": "./dist/basic/string/firstUpper.d.ts"
79
- },
80
- "./basic/string/getStartSame": {
81
- "require": "./dist/basic/string/getStartSame.cjs",
82
- "import": "./dist/basic/string/getStartSame.js",
83
- "types": "./dist/basic/string/getStartSame.d.ts"
84
- },
85
- "./basic/string/getStartSames": {
86
- "require": "./dist/basic/string/getStartSames.cjs",
87
- "import": "./dist/basic/string/getStartSames.js",
88
- "types": "./dist/basic/string/getStartSames.d.ts"
89
- },
90
- "./basic/string/firstLower": {
91
- "require": "./dist/basic/string/firstLower.cjs",
92
- "import": "./dist/basic/string/firstLower.js",
93
- "types": "./dist/basic/string/firstLower.d.ts"
94
- },
95
- "./basic/string": {
96
- "require": "./dist/basic/string/index.cjs",
97
- "import": "./dist/basic/string/index.js",
98
- "types": "./dist/basic/string/index.d.ts"
99
- },
100
- "./basic/string/splitUpper": {
101
- "require": "./dist/basic/string/splitUpper.cjs",
102
- "import": "./dist/basic/string/splitUpper.js",
103
- "types": "./dist/basic/string/splitUpper.d.ts"
104
- },
105
105
  "./basic/object/attrValueSort": {
106
106
  "require": "./dist/basic/object/attrValueSort.cjs",
107
107
  "import": "./dist/basic/object/attrValueSort.js",
@@ -142,50 +142,50 @@
142
142
  "import": "./dist/basic/object/unmergeObject.js",
143
143
  "types": "./dist/basic/object/unmergeObject.d.ts"
144
144
  },
145
- "./basic": {
146
- "require": "./dist/basic/index.cjs",
147
- "import": "./dist/basic/index.js",
148
- "types": "./dist/basic/index.d.ts"
145
+ "./basic/string/appearNum": {
146
+ "require": "./dist/basic/string/appearNum.cjs",
147
+ "import": "./dist/basic/string/appearNum.js",
148
+ "types": "./dist/basic/string/appearNum.d.ts"
149
149
  },
150
- "./css/fetchUnitValue": {
151
- "require": "./dist/css/fetchUnitValue.cjs",
152
- "import": "./dist/css/fetchUnitValue.js",
153
- "types": "./dist/css/fetchUnitValue.d.ts"
150
+ "./basic/string/appearNumSeat": {
151
+ "require": "./dist/basic/string/appearNumSeat.cjs",
152
+ "import": "./dist/basic/string/appearNumSeat.js",
153
+ "types": "./dist/basic/string/appearNumSeat.d.ts"
154
154
  },
155
- "./css/getCss": {
156
- "require": "./dist/css/getCss.cjs",
157
- "import": "./dist/css/getCss.js",
158
- "types": "./dist/css/getCss.d.ts"
155
+ "./basic/string/firstLower": {
156
+ "require": "./dist/basic/string/firstLower.cjs",
157
+ "import": "./dist/basic/string/firstLower.js",
158
+ "types": "./dist/basic/string/firstLower.d.ts"
159
159
  },
160
- "./css/getPositionRelative": {
161
- "require": "./dist/css/getPositionRelative.cjs",
162
- "import": "./dist/css/getPositionRelative.js",
163
- "types": "./dist/css/getPositionRelative.d.ts"
160
+ "./basic/string/getStartSame": {
161
+ "require": "./dist/basic/string/getStartSame.cjs",
162
+ "import": "./dist/basic/string/getStartSame.js",
163
+ "types": "./dist/basic/string/getStartSame.d.ts"
164
164
  },
165
- "./css": {
166
- "require": "./dist/css/index.cjs",
167
- "import": "./dist/css/index.js",
168
- "types": "./dist/css/index.d.ts"
165
+ "./basic/string/firstUpper": {
166
+ "require": "./dist/basic/string/firstUpper.cjs",
167
+ "import": "./dist/basic/string/firstUpper.js",
168
+ "types": "./dist/basic/string/firstUpper.d.ts"
169
169
  },
170
- "./css/setCss": {
171
- "require": "./dist/css/setCss.cjs",
172
- "import": "./dist/css/setCss.js",
173
- "types": "./dist/css/setCss.d.ts"
170
+ "./basic/string/getStartSames": {
171
+ "require": "./dist/basic/string/getStartSames.cjs",
172
+ "import": "./dist/basic/string/getStartSames.js",
173
+ "types": "./dist/basic/string/getStartSames.d.ts"
174
174
  },
175
- "./dom/getLocus": {
176
- "require": "./dist/dom/getLocus.cjs",
177
- "import": "./dist/dom/getLocus.js",
178
- "types": "./dist/dom/getLocus.d.ts"
175
+ "./basic/string": {
176
+ "require": "./dist/basic/string/index.cjs",
177
+ "import": "./dist/basic/string/index.js",
178
+ "types": "./dist/basic/string/index.d.ts"
179
179
  },
180
- "./dom/getShiftEvent": {
181
- "require": "./dist/dom/getShiftEvent.cjs",
182
- "import": "./dist/dom/getShiftEvent.js",
183
- "types": "./dist/dom/getShiftEvent.d.ts"
180
+ "./basic/string/splitUpper": {
181
+ "require": "./dist/basic/string/splitUpper.cjs",
182
+ "import": "./dist/basic/string/splitUpper.js",
183
+ "types": "./dist/basic/string/splitUpper.d.ts"
184
184
  },
185
- "./dom": {
186
- "require": "./dist/dom/index.cjs",
187
- "import": "./dist/dom/index.js",
188
- "types": "./dist/dom/index.d.ts"
185
+ "./basic": {
186
+ "require": "./dist/basic/index.cjs",
187
+ "import": "./dist/basic/index.js",
188
+ "types": "./dist/basic/index.d.ts"
189
189
  },
190
190
  "./iss": {
191
191
  "require": "./dist/iss/index.cjs",
@@ -202,41 +202,16 @@
202
202
  "import": "./dist/html/index.js",
203
203
  "types": "./dist/html/index.d.ts"
204
204
  },
205
- "./judge": {
206
- "require": "./dist/judge/index.cjs",
207
- "import": "./dist/judge/index.js",
208
- "types": "./dist/judge/index.d.ts"
209
- },
210
- "./judge/matchs": {
211
- "require": "./dist/judge/matchs.cjs",
212
- "import": "./dist/judge/matchs.js",
213
- "types": "./dist/judge/matchs.d.ts"
214
- },
215
- "./judge/matchsEnd": {
216
- "require": "./dist/judge/matchsEnd.cjs",
217
- "import": "./dist/judge/matchsEnd.js",
218
- "types": "./dist/judge/matchsEnd.d.ts"
219
- },
220
- "./judge/matchsStart": {
221
- "require": "./dist/judge/matchsStart.cjs",
222
- "import": "./dist/judge/matchsStart.js",
223
- "types": "./dist/judge/matchsStart.d.ts"
224
- },
225
- "./judge/matchsWhole": {
226
- "require": "./dist/judge/matchsWhole.cjs",
227
- "import": "./dist/judge/matchsWhole.js",
228
- "types": "./dist/judge/matchsWhole.d.ts"
205
+ "./load": {
206
+ "require": "./dist/load/index.cjs",
207
+ "import": "./dist/load/index.js",
208
+ "types": "./dist/load/index.d.ts"
229
209
  },
230
210
  "./load/getSynch": {
231
211
  "require": "./dist/load/getSynch.cjs",
232
212
  "import": "./dist/load/getSynch.js",
233
213
  "types": "./dist/load/getSynch.d.ts"
234
214
  },
235
- "./load": {
236
- "require": "./dist/load/index.cjs",
237
- "import": "./dist/load/index.js",
238
- "types": "./dist/load/index.d.ts"
239
- },
240
215
  "./load/loadScript": {
241
216
  "require": "./dist/load/loadScript.cjs",
242
217
  "import": "./dist/load/loadScript.js",
@@ -262,6 +237,41 @@
262
237
  "import": "./dist/node/index.js",
263
238
  "types": "./dist/node/index.d.ts"
264
239
  },
240
+ "./tree/getTreeObj": {
241
+ "require": "./dist/tree/getTreeObj.cjs",
242
+ "import": "./dist/tree/getTreeObj.js",
243
+ "types": "./dist/tree/getTreeObj.d.ts"
244
+ },
245
+ "./tree": {
246
+ "require": "./dist/tree/index.cjs",
247
+ "import": "./dist/tree/index.js",
248
+ "types": "./dist/tree/index.d.ts"
249
+ },
250
+ "./judge": {
251
+ "require": "./dist/judge/index.cjs",
252
+ "import": "./dist/judge/index.js",
253
+ "types": "./dist/judge/index.d.ts"
254
+ },
255
+ "./judge/matchs": {
256
+ "require": "./dist/judge/matchs.cjs",
257
+ "import": "./dist/judge/matchs.js",
258
+ "types": "./dist/judge/matchs.d.ts"
259
+ },
260
+ "./judge/matchsStart": {
261
+ "require": "./dist/judge/matchsStart.cjs",
262
+ "import": "./dist/judge/matchsStart.js",
263
+ "types": "./dist/judge/matchsStart.d.ts"
264
+ },
265
+ "./judge/matchsEnd": {
266
+ "require": "./dist/judge/matchsEnd.cjs",
267
+ "import": "./dist/judge/matchsEnd.js",
268
+ "types": "./dist/judge/matchsEnd.d.ts"
269
+ },
270
+ "./judge/matchsWhole": {
271
+ "require": "./dist/judge/matchsWhole.cjs",
272
+ "import": "./dist/judge/matchsWhole.js",
273
+ "types": "./dist/judge/matchsWhole.d.ts"
274
+ },
265
275
  "./name/getComponentNames": {
266
276
  "require": "./dist/name/getComponentNames.cjs",
267
277
  "import": "./dist/name/getComponentNames.js",
@@ -277,31 +287,21 @@
277
287
  "import": "./dist/name/humpToLine.js",
278
288
  "types": "./dist/name/humpToLine.d.ts"
279
289
  },
280
- "./name/lineToLargeHump": {
281
- "require": "./dist/name/lineToLargeHump.cjs",
282
- "import": "./dist/name/lineToLargeHump.js",
283
- "types": "./dist/name/lineToLargeHump.d.ts"
284
- },
285
290
  "./name": {
286
291
  "require": "./dist/name/index.cjs",
287
292
  "import": "./dist/name/index.js",
288
293
  "types": "./dist/name/index.d.ts"
289
294
  },
295
+ "./name/lineToLargeHump": {
296
+ "require": "./dist/name/lineToLargeHump.cjs",
297
+ "import": "./dist/name/lineToLargeHump.js",
298
+ "types": "./dist/name/lineToLargeHump.d.ts"
299
+ },
290
300
  "./name/lineToSmallHump": {
291
301
  "require": "./dist/name/lineToSmallHump.cjs",
292
302
  "import": "./dist/name/lineToSmallHump.js",
293
303
  "types": "./dist/name/lineToSmallHump.d.ts"
294
304
  },
295
- "./tree/getTreeObj": {
296
- "require": "./dist/tree/getTreeObj.cjs",
297
- "import": "./dist/tree/getTreeObj.js",
298
- "types": "./dist/tree/getTreeObj.d.ts"
299
- },
300
- "./tree": {
301
- "require": "./dist/tree/index.cjs",
302
- "import": "./dist/tree/index.js",
303
- "types": "./dist/tree/index.d.ts"
304
- },
305
305
  "./urls/getImportUrl": {
306
306
  "require": "./dist/urls/getImportUrl.cjs",
307
307
  "import": "./dist/urls/getImportUrl.js",
@@ -337,11 +337,6 @@
337
337
  "import": "./dist/urls/getUrlCatalogue.js",
338
338
  "types": "./dist/urls/getUrlCatalogue.d.ts"
339
339
  },
340
- "./urls/getUrlCatalogueLast": {
341
- "require": "./dist/urls/getUrlCatalogueLast.cjs",
342
- "import": "./dist/urls/getUrlCatalogueLast.js",
343
- "types": "./dist/urls/getUrlCatalogueLast.d.ts"
344
- },
345
340
  "./urls/getUrlCatalogueObj": {
346
341
  "require": "./dist/urls/getUrlCatalogueObj.cjs",
347
342
  "import": "./dist/urls/getUrlCatalogueObj.js",
@@ -352,6 +347,11 @@
352
347
  "import": "./dist/urls/index.js",
353
348
  "types": "./dist/urls/index.d.ts"
354
349
  },
350
+ "./urls/getUrlCatalogueLast": {
351
+ "require": "./dist/urls/getUrlCatalogueLast.cjs",
352
+ "import": "./dist/urls/getUrlCatalogueLast.js",
353
+ "types": "./dist/urls/getUrlCatalogueLast.d.ts"
354
+ },
355
355
  ".": {
356
356
  "require": "./dist/index.cjs",
357
357
  "import": "./dist/index.js",
@@ -369,8 +369,8 @@
369
369
  }
370
370
  },
371
371
  "scripts": {
372
- "dev": "ts-node node.index.ts",
373
- "dev:tests": "ts-node node.tests.ts",
372
+ "dev": "ts-node node/index.ts",
373
+ "dev:tests": "ts-node node/tests.ts",
374
374
  "build": "tsup",
375
375
  "pub": "pnpm publish --access public --no-git-checks",
376
376
  "all": "pnpm dev & pnpm build & pnpm pub",
@@ -1,6 +1,6 @@
1
1
  import { matchs } from './judge/matchs.js';
2
- import { matchsEnd } from './judge/matchsEnd.js';
3
2
  import { matchsStart } from './judge/matchsStart.js';
3
+ import { matchsEnd } from './judge/matchsEnd.js';
4
4
  import { matchsWhole } from './judge/matchsWhole.js';
5
5
 
6
6
  declare const index_matchs: typeof matchs;
@@ -5,8 +5,8 @@ import { getReplaceImportUrl } from './urls/getReplaceImportUrl.js';
5
5
  import { getReplaceUrl } from './urls/getReplaceUrl.js';
6
6
  import { getSuffix } from './urls/getSuffix.js';
7
7
  import { getUrlCatalogue } from './urls/getUrlCatalogue.js';
8
- import { getUrlCatalogueLast } from './urls/getUrlCatalogueLast.js';
9
8
  import { UrlCatalogue, getUrlCatalogueObj } from './urls/getUrlCatalogueObj.js';
9
+ import { getUrlCatalogueLast } from './urls/getUrlCatalogueLast.js';
10
10
 
11
11
  declare const index_UrlCatalogue: typeof UrlCatalogue;
12
12
  declare const index_getImportUrl: typeof getImportUrl;
@@ -1,9 +1,9 @@
1
1
  import { appearNum } from './basic/string/appearNum.js';
2
2
  import { appearNumSeat } from './basic/string/appearNumSeat.js';
3
- import { firstUpper } from './basic/string/firstUpper.js';
3
+ import { firstLower } from './basic/string/firstLower.js';
4
4
  import { getStartSame } from './basic/string/getStartSame.js';
5
+ import { firstUpper } from './basic/string/firstUpper.js';
5
6
  import { getStartSames } from './basic/string/getStartSames.js';
6
- import { firstLower } from './basic/string/firstLower.js';
7
7
  import { splitUpper } from './basic/string/splitUpper.js';
8
8
 
9
9
  declare const index_appearNum: typeof appearNum;