@fgv/ts-extras 5.0.1-1 → 5.0.1-3
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/dist/tsdoc-metadata.json
CHANGED
|
@@ -182,9 +182,9 @@ class ZipFileTreeAccessors {
|
|
|
182
182
|
resolve((0, ts_utils_1.succeed)(new ZipFileTreeAccessors(files, normalizedParams)));
|
|
183
183
|
}
|
|
184
184
|
});
|
|
185
|
+
/* c8 ignore next 6 - defensive coding: fflate reports errors via callback, not exceptions */
|
|
185
186
|
}
|
|
186
187
|
catch (error) {
|
|
187
|
-
/* c8 ignore next 5 - defensive coding: fflate always throws Error objects in practice */
|
|
188
188
|
resolve((0, ts_utils_1.fail)(`Failed to load ZIP archive: ${error instanceof Error ? error.message : String(error)}`));
|
|
189
189
|
}
|
|
190
190
|
});
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@fgv/ts-extras",
|
|
3
|
-
"version": "5.0.1-
|
|
3
|
+
"version": "5.0.1-3",
|
|
4
4
|
"description": "Assorted Typescript Utilities",
|
|
5
5
|
"main": "lib/index.js",
|
|
6
6
|
"types": "dist/ts-extras.d.ts",
|
|
@@ -40,46 +40,46 @@
|
|
|
40
40
|
"homepage": "https://github.com/ErikFortune/fgv/tree/main/libraries/ts-extras#ts-utils",
|
|
41
41
|
"devDependencies": {
|
|
42
42
|
"@jest/expect-utils": "^29.7.0",
|
|
43
|
-
"@microsoft/api-documenter": "^7.
|
|
44
|
-
"@microsoft/api-extractor": "^7.
|
|
43
|
+
"@microsoft/api-documenter": "^7.27.3",
|
|
44
|
+
"@microsoft/api-extractor": "^7.53.3",
|
|
45
45
|
"@types/jest": "^29.5.14",
|
|
46
46
|
"@types/luxon": "^3.7.1",
|
|
47
47
|
"@types/mustache": "^4.2.5",
|
|
48
48
|
"@types/node": "^20.14.9",
|
|
49
49
|
"@types/papaparse": "^5.3.14",
|
|
50
|
-
"@typescript-eslint/eslint-plugin": "^8.
|
|
51
|
-
"@typescript-eslint/parser": "^8.
|
|
52
|
-
"eslint": "^9.
|
|
50
|
+
"@typescript-eslint/eslint-plugin": "^8.46.2",
|
|
51
|
+
"@typescript-eslint/parser": "^8.46.2",
|
|
52
|
+
"eslint": "^9.39.0",
|
|
53
53
|
"eslint-plugin-import": "^2.32.0",
|
|
54
54
|
"eslint-plugin-node": "^11.1.0",
|
|
55
55
|
"eslint-plugin-promise": "^7.2.1",
|
|
56
56
|
"jest": "^29.7.0",
|
|
57
57
|
"jest-extended": "^4.0.2",
|
|
58
58
|
"jest-matcher-utils": "^29.7.0",
|
|
59
|
-
"rimraf": "^6.0
|
|
60
|
-
"ts-jest": "^29.4.
|
|
59
|
+
"rimraf": "^6.1.0",
|
|
60
|
+
"ts-jest": "^29.4.5",
|
|
61
61
|
"ts-node": "^10.9.2",
|
|
62
|
-
"typescript": "5.
|
|
63
|
-
"eslint-plugin-n": "^17.
|
|
62
|
+
"typescript": "5.9.3",
|
|
63
|
+
"eslint-plugin-n": "^17.23.1",
|
|
64
64
|
"jest-snapshot": "~29.7.0",
|
|
65
|
-
"@rushstack/heft": "
|
|
66
|
-
"@rushstack/heft-node-rig": "2.
|
|
67
|
-
"@rushstack/eslint-config": "4.
|
|
65
|
+
"@rushstack/heft": "1.1.3",
|
|
66
|
+
"@rushstack/heft-node-rig": "2.11.4",
|
|
67
|
+
"@rushstack/eslint-config": "4.5.3",
|
|
68
68
|
"@types/heft-jest": "1.0.6",
|
|
69
|
-
"@rushstack/heft-jest-plugin": "
|
|
69
|
+
"@rushstack/heft-jest-plugin": "1.1.3",
|
|
70
70
|
"eslint-plugin-tsdoc": "~0.4.0",
|
|
71
|
-
"@fgv/ts-utils-jest": "5.0.1-
|
|
72
|
-
"@fgv/ts-utils": "5.0.1-
|
|
71
|
+
"@fgv/ts-utils-jest": "5.0.1-3",
|
|
72
|
+
"@fgv/ts-utils": "5.0.1-3"
|
|
73
73
|
},
|
|
74
74
|
"dependencies": {
|
|
75
75
|
"luxon": "^3.7.2",
|
|
76
76
|
"mustache": "^4.2.0",
|
|
77
77
|
"papaparse": "^5.4.1",
|
|
78
78
|
"fflate": "~0.8.2",
|
|
79
|
-
"@fgv/ts-json-base": "5.0.1-
|
|
79
|
+
"@fgv/ts-json-base": "5.0.1-3"
|
|
80
80
|
},
|
|
81
81
|
"peerDependencies": {
|
|
82
|
-
"@fgv/ts-utils": "5.0.1-
|
|
82
|
+
"@fgv/ts-utils": "5.0.1-3"
|
|
83
83
|
},
|
|
84
84
|
"scripts": {
|
|
85
85
|
"build": "heft build --clean",
|