@rbleattler/omp-ts-typegen 0.2025.3350005 → 0.2025.3420004
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 +3 -3
- 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
|
@@ -1645,7 +1645,7 @@
|
|
|
1645
1645
|
"extensions": {
|
|
1646
1646
|
"type": "array",
|
|
1647
1647
|
"title": "Extensions",
|
|
1648
|
-
"description": "The extensions to look for when determining if a folder is
|
|
1648
|
+
"description": "The extensions to look for when determining if a folder is an Elixir workspace",
|
|
1649
1649
|
"default": [
|
|
1650
1650
|
"*.ex",
|
|
1651
1651
|
"*.exs"
|
|
@@ -3740,7 +3740,7 @@
|
|
|
3740
3740
|
"extensions": {
|
|
3741
3741
|
"type": "array",
|
|
3742
3742
|
"title": "Extensions",
|
|
3743
|
-
"description": "The extensions to look for when determining if a folder is
|
|
3743
|
+
"description": "The extensions to look for when determining if a folder is a PNPM workspace",
|
|
3744
3744
|
"default": [
|
|
3745
3745
|
"package.json",
|
|
3746
3746
|
"pnpm-lock.yaml"
|
|
@@ -5229,7 +5229,7 @@
|
|
|
5229
5229
|
"extensions": {
|
|
5230
5230
|
"type": "array",
|
|
5231
5231
|
"title": "Extensions",
|
|
5232
|
-
"description": "The extensions to look for when determining if the current directory is
|
|
5232
|
+
"description": "The extensions to look for when determining if the current directory is a zig project",
|
|
5233
5233
|
"default": [
|
|
5234
5234
|
"*.zig",
|
|
5235
5235
|
"*.zon"
|
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-12-
|
|
5
|
+
* Generated on: 2025-12-08T00:04:31.185Z
|
|
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-12-
|
|
6
|
+
* Generated on: 2025-12-08T00:04:31.185Z
|
|
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-12-
|
|
5
|
+
* Generated on: 2025-12-08T00:04:31.185Z
|
|
6
6
|
*
|
|
7
7
|
* @see https://ohmyposh.dev/docs/
|
|
8
8
|
*/
|
package/theme-validation.md
CHANGED