@cspell/cspell-tools 8.3.2 → 8.4.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/dist/app.d.ts +2 -2
- package/package.json +6 -6
package/dist/app.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import type
|
|
1
|
+
import type { Command } from 'commander';
|
|
2
2
|
import type { FeatureFlags } from './FeatureFlags/index.js';
|
|
3
|
-
export declare function run(program:
|
|
3
|
+
export declare function run(program: Command, argv: string[], flags?: FeatureFlags): Promise<void>;
|
|
4
4
|
//# sourceMappingURL=app.d.ts.map
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@cspell/cspell-tools",
|
|
3
|
-
"version": "8.
|
|
3
|
+
"version": "8.4.1",
|
|
4
4
|
"description": "Tools to assist with the development of cSpell",
|
|
5
5
|
"publishConfig": {
|
|
6
6
|
"access": "public"
|
|
@@ -49,13 +49,13 @@
|
|
|
49
49
|
},
|
|
50
50
|
"homepage": "https://github.com/streetsidesoftware/cspell#readme",
|
|
51
51
|
"dependencies": {
|
|
52
|
-
"@cspell/cspell-pipe": "8.
|
|
53
|
-
"commander": "^
|
|
52
|
+
"@cspell/cspell-pipe": "8.4.1",
|
|
53
|
+
"commander": "^12.0.0",
|
|
54
54
|
"cosmiconfig": "9.0.0",
|
|
55
|
-
"cspell-trie-lib": "8.
|
|
55
|
+
"cspell-trie-lib": "8.4.1",
|
|
56
56
|
"gensequence": "^6.0.0",
|
|
57
57
|
"glob": "^10.3.10",
|
|
58
|
-
"hunspell-reader": "8.
|
|
58
|
+
"hunspell-reader": "8.4.1",
|
|
59
59
|
"yaml": "^2.3.4"
|
|
60
60
|
},
|
|
61
61
|
"engines": {
|
|
@@ -67,5 +67,5 @@
|
|
|
67
67
|
"ts-json-schema-generator": "^1.5.0"
|
|
68
68
|
},
|
|
69
69
|
"module": "bin.mjs",
|
|
70
|
-
"gitHead": "
|
|
70
|
+
"gitHead": "d57dbadb81b859d659c578cd8e81ac5dbcbaae8c"
|
|
71
71
|
}
|