@fgv/ts-utils 4.5.0-3 → 4.5.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/CHANGELOG.json +32 -0
- package/CHANGELOG.md +20 -1
- package/dist/ts-utils.d.ts +2595 -3116
- package/dist/tsdoc-metadata.json +1 -1
- package/lib/index.d.ts +1 -2
- package/lib/index.d.ts.map +1 -1
- package/lib/index.js +1 -3
- package/lib/index.js.map +1 -1
- package/lib/packlets/base/mapResults.js +1 -1
- package/lib/packlets/base/mapResults.js.map +1 -1
- package/lib/packlets/base/result.d.ts +15 -78
- package/lib/packlets/base/result.d.ts.map +1 -1
- package/lib/packlets/base/result.js +19 -101
- package/lib/packlets/base/result.js.map +1 -1
- package/lib/packlets/base/utils.d.ts.map +1 -1
- package/lib/packlets/base/utils.js +1 -0
- package/lib/packlets/base/utils.js.map +1 -1
- package/lib/packlets/collections/collector.d.ts +1 -1
- package/lib/packlets/collections/collector.d.ts.map +1 -1
- package/lib/packlets/collections/collector.js.map +1 -1
- package/lib/packlets/collections/readonlyResultMap.d.ts +3 -3
- package/lib/packlets/collections/readonlyResultMap.d.ts.map +1 -1
- package/lib/packlets/collections/readonlyResultMap.js.map +1 -1
- package/lib/packlets/collections/resultMap.d.ts +3 -3
- package/lib/packlets/collections/resultMap.d.ts.map +1 -1
- package/lib/packlets/collections/resultMap.js.map +1 -1
- package/lib/packlets/conversion/converters.d.ts.map +1 -1
- package/lib/packlets/conversion/converters.js.map +1 -1
- package/lib/packlets/conversion/objectConverter.d.ts +2 -40
- package/lib/packlets/conversion/objectConverter.d.ts.map +1 -1
- package/lib/packlets/conversion/objectConverter.js +45 -81
- package/lib/packlets/conversion/objectConverter.js.map +1 -1
- package/lib/packlets/hash/crcNormalizer.js +1 -1
- package/lib/packlets/hash/crcNormalizer.js.map +1 -1
- package/lib/packlets/validation/validators.d.ts +30 -0
- package/lib/packlets/validation/validators.d.ts.map +1 -1
- package/lib/packlets/validation/validators.js +53 -0
- package/lib/packlets/validation/validators.js.map +1 -1
- package/package.json +15 -15
- package/tsconfig.tsbuildinfo +1 -0
- package/lib/packlets/file-tree/directoryItem.d.ts +0 -47
- package/lib/packlets/file-tree/directoryItem.d.ts.map +0 -1
- package/lib/packlets/file-tree/directoryItem.js +0 -71
- package/lib/packlets/file-tree/directoryItem.js.map +0 -1
- package/lib/packlets/file-tree/fileItem.d.ts +0 -64
- package/lib/packlets/file-tree/fileItem.d.ts.map +0 -1
- package/lib/packlets/file-tree/fileItem.js +0 -93
- package/lib/packlets/file-tree/fileItem.js.map +0 -1
- package/lib/packlets/file-tree/fileTree.d.ts +0 -84
- package/lib/packlets/file-tree/fileTree.d.ts.map +0 -1
- package/lib/packlets/file-tree/fileTree.js +0 -135
- package/lib/packlets/file-tree/fileTree.js.map +0 -1
- package/lib/packlets/file-tree/fileTreeAccessors.d.ts +0 -134
- package/lib/packlets/file-tree/fileTreeAccessors.d.ts.map +0 -1
- package/lib/packlets/file-tree/fileTreeAccessors.js +0 -24
- package/lib/packlets/file-tree/fileTreeAccessors.js.map +0 -1
- package/lib/packlets/file-tree/fsTree.d.ts +0 -45
- package/lib/packlets/file-tree/fsTree.d.ts.map +0 -1
- package/lib/packlets/file-tree/fsTree.js +0 -116
- package/lib/packlets/file-tree/fsTree.js.map +0 -1
- package/lib/packlets/file-tree/in-memory/inMemoryTree.d.ts +0 -67
- package/lib/packlets/file-tree/in-memory/inMemoryTree.d.ts.map +0 -1
- package/lib/packlets/file-tree/in-memory/inMemoryTree.js +0 -150
- package/lib/packlets/file-tree/in-memory/inMemoryTree.js.map +0 -1
- package/lib/packlets/file-tree/in-memory/index.d.ts +0 -2
- package/lib/packlets/file-tree/in-memory/index.d.ts.map +0 -1
- package/lib/packlets/file-tree/in-memory/index.js +0 -39
- package/lib/packlets/file-tree/in-memory/index.js.map +0 -1
- package/lib/packlets/file-tree/in-memory/treeBuilder.d.ts +0 -106
- package/lib/packlets/file-tree/in-memory/treeBuilder.d.ts.map +0 -1
- package/lib/packlets/file-tree/in-memory/treeBuilder.js +0 -170
- package/lib/packlets/file-tree/in-memory/treeBuilder.js.map +0 -1
- package/lib/packlets/file-tree/index.d.ts +0 -8
- package/lib/packlets/file-tree/index.d.ts.map +0 -1
- package/lib/packlets/file-tree/index.js +0 -46
- package/lib/packlets/file-tree/index.js.map +0 -1
package/CHANGELOG.json
CHANGED
|
@@ -1,6 +1,38 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@fgv/ts-utils",
|
|
3
3
|
"entries": [
|
|
4
|
+
{
|
|
5
|
+
"version": "4.5.1",
|
|
6
|
+
"tag": "@fgv/ts-utils_v4.5.1",
|
|
7
|
+
"date": "Mon, 01 Jul 2025 21:51:00 GMT",
|
|
8
|
+
"comments": {
|
|
9
|
+
"patch": [
|
|
10
|
+
{
|
|
11
|
+
"comment": "Fix TypeScript compilation error: replace non-existent MapIterator type with IterableIterator in iterator method return types"
|
|
12
|
+
}
|
|
13
|
+
]
|
|
14
|
+
}
|
|
15
|
+
},
|
|
16
|
+
{
|
|
17
|
+
"version": "4.5.0",
|
|
18
|
+
"tag": "@fgv/ts-utils_v4.5.0",
|
|
19
|
+
"date": "Tue, 01 Jul 2025 03:26:11 GMT",
|
|
20
|
+
"comments": {
|
|
21
|
+
"none": [
|
|
22
|
+
{
|
|
23
|
+
"comment": "update collectors"
|
|
24
|
+
},
|
|
25
|
+
{
|
|
26
|
+
"comment": "rework collections for better usability"
|
|
27
|
+
}
|
|
28
|
+
],
|
|
29
|
+
"minor": [
|
|
30
|
+
{
|
|
31
|
+
"comment": "add recordOf validator for validating Record<string, T> objects"
|
|
32
|
+
}
|
|
33
|
+
]
|
|
34
|
+
}
|
|
35
|
+
},
|
|
4
36
|
{
|
|
5
37
|
"version": "4.4.0",
|
|
6
38
|
"tag": "@fgv/ts-utils_v4.4.0",
|
package/CHANGELOG.md
CHANGED
|
@@ -1,6 +1,25 @@
|
|
|
1
1
|
# Change Log - @fgv/ts-utils
|
|
2
2
|
|
|
3
|
-
This log was last generated on
|
|
3
|
+
This log was last generated on Mon, 01 Jul 2025 21:51:00 GMT and should not be manually modified.
|
|
4
|
+
|
|
5
|
+
## 4.5.1
|
|
6
|
+
Mon, 01 Jul 2025 21:51:00 GMT
|
|
7
|
+
|
|
8
|
+
### Patches
|
|
9
|
+
|
|
10
|
+
- Fix TypeScript compilation error: replace non-existent MapIterator type with IterableIterator in iterator method return types
|
|
11
|
+
|
|
12
|
+
## 4.5.0
|
|
13
|
+
Tue, 01 Jul 2025 03:26:11 GMT
|
|
14
|
+
|
|
15
|
+
### Minor changes
|
|
16
|
+
|
|
17
|
+
- add recordOf validator for validating Record<string, T> objects
|
|
18
|
+
|
|
19
|
+
### Updates
|
|
20
|
+
|
|
21
|
+
- update collectors
|
|
22
|
+
- rework collections for better usability
|
|
4
23
|
|
|
5
24
|
## 4.4.0
|
|
6
25
|
Sat, 01 Feb 2025 17:13:10 GMT
|