@schemastore/clang-format 0.0.4 → 0.0.5

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.
Files changed (3) hide show
  1. package/README.md +1 -1
  2. package/index.d.ts +2 -2
  3. package/package.json +2 -2
package/README.md CHANGED
@@ -8,5 +8,5 @@ This package contains type definitions for clang-format.
8
8
  Files were exported from https://github.com/ffflorian/schemastore-updater/tree/main/schemas/clang-format.
9
9
 
10
10
  ## Additional Details
11
- * Last updated: Tue, Jan 17, 2023, 20:16:45 GMT
11
+ * Last updated: Mon, Jan 23, 2023, 19:39:42 GMT
12
12
  * Dependencies: none
package/index.d.ts CHANGED
@@ -1,4 +1,4 @@
1
- /* tslint:disable */
1
+ /* eslint-disable */
2
2
  /**
3
3
  * This file was automatically generated by json-schema-to-typescript.
4
4
  * DO NOT MODIFY IT BY HAND. Instead, modify the source JSONSchema file,
@@ -526,7 +526,7 @@ When false, use the same indentation level as for the switch statement. Switch s
526
526
 
527
527
  IndentExternBlockStyle is the type of indenting of extern blocks.
528
528
  */
529
- IndentExternBlock?: "AfterExternBlock" | "NonIndent" | "Indent";
529
+ IndentExternBlock?: "AfterExternBlock" | "NoIndent" | "Indent";
530
530
  /**
531
531
  * clang-format 10
532
532
 
package/package.json CHANGED
@@ -7,8 +7,8 @@
7
7
  "name": "@schemastore/clang-format",
8
8
  "repository": "https://github.com/ffflorian/schemastore-updater/tree/main/schemas/clang-format",
9
9
  "scripts": {},
10
- "typesPublisherContentHash": "7059cb1a5236593057c1d15912ae187e8030f5d9ffe137282bbd5ae7f2327ee4",
10
+ "typesPublisherContentHash": "59bf7dfe1d2fcc14f171d719abddfd9b89bb6a8689a7d0a8b6753d27cd0e32c4",
11
11
  "types": "index.d.ts",
12
- "version": "0.0.4",
12
+ "version": "0.0.5",
13
13
  "typeScriptVersion": "2.2"
14
14
  }