@rbleattler/omp-ts-typegen 0.2025.2000004 → 0.2025.2090004
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/cache/schema.json +0 -6
- package/dist/types/omp.d.ts +1 -1
- package/dist/types/omp.js +1 -1
- package/package.json +1 -1
- package/src/types/omp.ts +1 -1
- package/theme-validation-details.md +1 -1
- package/theme-validation.md +1 -1
package/cache/schema.json
CHANGED
|
@@ -1919,12 +1919,6 @@
|
|
|
1919
1919
|
"description": "Display the local changes or not",
|
|
1920
1920
|
"default": true
|
|
1921
1921
|
},
|
|
1922
|
-
"fetch_stash_count": {
|
|
1923
|
-
"type": "boolean",
|
|
1924
|
-
"title": "Display Stash Count",
|
|
1925
|
-
"description": "Display the stash count or not",
|
|
1926
|
-
"default": false
|
|
1927
|
-
},
|
|
1928
1922
|
"fetch_worktree_count": {
|
|
1929
1923
|
"type": "boolean",
|
|
1930
1924
|
"title": "Display Worktree Count",
|
package/dist/types/omp.d.ts
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
* Oh My Posh TypeScript definitions
|
|
3
3
|
*
|
|
4
4
|
* Generated from schema: https://raw.githubusercontent.com/JanDeDobbeleer/oh-my-posh/refs/heads/main/themes/schema.json
|
|
5
|
-
* Generated on: 2025-07-
|
|
5
|
+
* Generated on: 2025-07-28T00:04:40.979Z
|
|
6
6
|
*
|
|
7
7
|
* @see https://ohmyposh.dev/docs/
|
|
8
8
|
*/
|
package/dist/types/omp.js
CHANGED
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
* Oh My Posh TypeScript definitions
|
|
4
4
|
*
|
|
5
5
|
* Generated from schema: https://raw.githubusercontent.com/JanDeDobbeleer/oh-my-posh/refs/heads/main/themes/schema.json
|
|
6
|
-
* Generated on: 2025-07-
|
|
6
|
+
* Generated on: 2025-07-28T00:04:40.979Z
|
|
7
7
|
*
|
|
8
8
|
* @see https://ohmyposh.dev/docs/
|
|
9
9
|
*/
|
package/package.json
CHANGED
package/src/types/omp.ts
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
* Oh My Posh TypeScript definitions
|
|
3
3
|
*
|
|
4
4
|
* Generated from schema: https://raw.githubusercontent.com/JanDeDobbeleer/oh-my-posh/refs/heads/main/themes/schema.json
|
|
5
|
-
* Generated on: 2025-07-
|
|
5
|
+
* Generated on: 2025-07-28T00:04:40.979Z
|
|
6
6
|
*
|
|
7
7
|
* @see https://ohmyposh.dev/docs/
|
|
8
8
|
*/
|
package/theme-validation.md
CHANGED