@schemastore/gitversion 1.0.0 → 1.0.2

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 +1 -1
  3. package/package.json +2 -1
package/README.md CHANGED
@@ -10,5 +10,5 @@ Files were exported from https://github.com/ffflorian/schemastore-updater/tree/m
10
10
 
11
11
  ## Additional Details
12
12
 
13
- * Last updated: Fri, Mar 13, 2026, 11:20:06 GMT
13
+ * Last updated: Sun, Mar 15, 2026, 21:47:26 GMT
14
14
  * Dependencies: none
package/index.d.ts CHANGED
@@ -22,7 +22,7 @@ export type HashSetOfString3 = string[];
22
22
  export type HashSetOfString4 = string[];
23
23
 
24
24
  /**
25
- * GitVersion configuration schema (6.5)
25
+ * GitVersion configuration schema (6.6)
26
26
  */
27
27
  export interface GitVersionConfigurationSchema {
28
28
  /**
package/package.json CHANGED
@@ -4,6 +4,7 @@
4
4
  "license": "GPL-3.0",
5
5
  "name": "@schemastore/gitversion",
6
6
  "private": false,
7
+ "repository": "https://github.com/ffflorian/schemastore-updater",
7
8
  "types": "index.d.ts",
8
- "version": "1.0.0"
9
+ "version": "1.0.2"
9
10
  }