@schemastore/chutzpah 0.0.7 → 0.0.8
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/README.md +1 -1
- package/index.d.ts +2 -2
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -24,5 +24,5 @@ The definitions were auto-generated by [schemastore-updater](https://github.com/
|
|
|
24
24
|
## Additional Details
|
|
25
25
|
|
|
26
26
|
* [Schema source](https://github.com/SchemaStore/schemastore/tree/master/src/schemas/json/chutzpah)
|
|
27
|
-
* Last updated:
|
|
27
|
+
* Last updated: Sat, Jul 19, 2025, 17:01:19 GMT
|
|
28
28
|
* Dependencies: none
|
package/index.d.ts
CHANGED
|
@@ -240,7 +240,7 @@ export interface CompileSettings {
|
|
|
240
240
|
*/
|
|
241
241
|
WorkingDirectory?: string;
|
|
242
242
|
/**
|
|
243
|
-
* The path to an executable which Chutzpah executes to perform the batch compilation. Chutzpah will try to resolve the path relative to the settings directory. But if can
|
|
243
|
+
* The path to an executable which Chutzpah executes to perform the batch compilation. Chutzpah will try to resolve the path relative to the settings directory. But if can’t find the file there you must give it a full path.
|
|
244
244
|
*/
|
|
245
245
|
Executable?: string | null;
|
|
246
246
|
/**
|
|
@@ -252,7 +252,7 @@ export interface CompileSettings {
|
|
|
252
252
|
*/
|
|
253
253
|
Timeout?: number;
|
|
254
254
|
/**
|
|
255
|
-
* Skips the execution if all files Chutzpah knows about are older than all of the output files. This is defaulted to true but if you hit issues since it is possible Chutzpah might not know about all the files your compilation is using then you can turn this off. Ideally you should tell Chutzpah about these files using the references and tests settings since this setting helps Chutzpah not need to even invoke the executable if it figures out it
|
|
255
|
+
* Skips the execution if all files Chutzpah knows about are older than all of the output files. This is defaulted to true but if you hit issues since it is possible Chutzpah might not know about all the files your compilation is using then you can turn this off. Ideally you should tell Chutzpah about these files using the references and tests settings since this setting helps Chutzpah not need to even invoke the executable if it figures out it’s not needed.
|
|
256
256
|
*/
|
|
257
257
|
SkipIfUnchanged?: boolean;
|
|
258
258
|
/**
|
package/package.json
CHANGED
|
@@ -9,6 +9,6 @@
|
|
|
9
9
|
"scripts": {},
|
|
10
10
|
"typeScriptVersion": "2.2",
|
|
11
11
|
"types": "index.d.ts",
|
|
12
|
-
"typesPublisherContentHash": "
|
|
13
|
-
"version": "0.0.
|
|
12
|
+
"typesPublisherContentHash": "21674f1a50ea4790938b8f8fe88f3fe64354d6e7b55f584da98d874a0901c3bb",
|
|
13
|
+
"version": "0.0.8"
|
|
14
14
|
}
|