@rbleattler/omp-ts-typegen 0.2026.10004 → 0.2026.30004

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 CHANGED
@@ -802,12 +802,6 @@
802
802
  }
803
803
  ],
804
804
  "properties": {
805
- "icon": {
806
- "type": "string",
807
- "title": "Icon",
808
- "description": "The icon representing Bazel's logo",
809
- "default": ""
810
- },
811
805
  "extensions": {
812
806
  "default": [
813
807
  "*.bazel",
@@ -817,6 +811,19 @@
817
811
  ".bazelrc",
818
812
  ".bazelversion"
819
813
  ]
814
+ },
815
+ "folders": {
816
+ "default": [
817
+ "bazel-bin",
818
+ "bazel-out",
819
+ "bazel-testlogs"
820
+ ]
821
+ },
822
+ "icon": {
823
+ "type": "string",
824
+ "title": "Icon",
825
+ "description": "The icon representing Bazel's logo",
826
+ "default": ""
820
827
  }
821
828
  }
822
829
  }
@@ -1411,14 +1418,23 @@
1411
1418
  "properties": {
1412
1419
  "options": {
1413
1420
  "properties": {
1421
+ "display_mode": {
1422
+ "$ref": "#/definitions/display_mode"
1423
+ },
1424
+ "extensions": {
1425
+ "default": [
1426
+ "compose.yml",
1427
+ "compose.yaml",
1428
+ "docker-compose.yml",
1429
+ "docker-compose.yaml",
1430
+ "Dockerfile"
1431
+ ]
1432
+ },
1414
1433
  "fetch_context": {
1415
1434
  "type": "boolean",
1416
1435
  "title": "Fetch Context",
1417
1436
  "description": "Fetch the Docker context",
1418
1437
  "default": true
1419
- },
1420
- "display_mode": {
1421
- "$ref": "#/definitions/display_mode"
1422
1438
  }
1423
1439
  },
1424
1440
  "additionalProperties": false
@@ -2328,21 +2344,22 @@
2328
2344
  }
2329
2345
  ],
2330
2346
  "properties": {
2331
- "preferred_executable": {
2332
- "type": "string",
2333
- "title": "Preferred Executable",
2334
- "description": "The preferred executable to use when fetching the version.",
2335
- "enum": [
2336
- "lua",
2337
- "luajit"
2338
- ],
2339
- "default": "lua"
2340
- },
2341
2347
  "extensions": {
2342
2348
  "default": [
2343
2349
  "*.lua",
2344
2350
  "*.rockspec"
2345
2351
  ]
2352
+ },
2353
+ "folders": {
2354
+ "default": [
2355
+ "lua"
2356
+ ]
2357
+ },
2358
+ "tooling": {
2359
+ "default": [
2360
+ "lua",
2361
+ "luajit"
2362
+ ]
2346
2363
  }
2347
2364
  }
2348
2365
  }
@@ -2424,6 +2441,48 @@
2424
2441
  }
2425
2442
  }
2426
2443
  },
2444
+ {
2445
+ "if": {
2446
+ "properties": {
2447
+ "type": {
2448
+ "const": "mvn"
2449
+ }
2450
+ }
2451
+ },
2452
+ "then": {
2453
+ "title": "Maven Segment",
2454
+ "description": "https://ohmyposh.dev/docs/segments/cli/mvn",
2455
+ "properties": {
2456
+ "options": {
2457
+ "allOf": [
2458
+ {
2459
+ "$ref": "#/definitions/language_options"
2460
+ }
2461
+ ],
2462
+ "properties": {
2463
+ "extensions": {
2464
+ "default": [
2465
+ "pom.xml"
2466
+ ]
2467
+ }
2468
+ }
2469
+ }
2470
+ }
2471
+ }
2472
+ },
2473
+ {
2474
+ "if": {
2475
+ "properties": {
2476
+ "type": {
2477
+ "const": "nbgv"
2478
+ }
2479
+ }
2480
+ },
2481
+ "then": {
2482
+ "title": "Nerdbank.GitVersion Segment",
2483
+ "description": "https://ohmyposh.dev/docs/segments/cli/nbgv"
2484
+ }
2485
+ },
2427
2486
  {
2428
2487
  "if": {
2429
2488
  "properties": {
@@ -3410,6 +3469,23 @@
3410
3469
  "venv.bak"
3411
3470
  ]
3412
3471
  },
3472
+ "folders": {
3473
+ "default": [
3474
+ ".venv",
3475
+ "pyenv-win",
3476
+ "venv",
3477
+ "venv-win",
3478
+ "virtualenv"
3479
+ ]
3480
+ },
3481
+ "tooling": {
3482
+ "default": [
3483
+ "pyenv",
3484
+ "python",
3485
+ "python3",
3486
+ "py"
3487
+ ]
3488
+ },
3413
3489
  "folder_name_fallback": {
3414
3490
  "type": "boolean",
3415
3491
  "title": "Folder Name Fallback",
@@ -3890,7 +3966,7 @@
3890
3966
  "properties": {
3891
3967
  "extensions": {
3892
3968
  "default": [
3893
- "package.json"
3969
+ "svelte.config.js"
3894
3970
  ]
3895
3971
  }
3896
3972
  }
@@ -4020,7 +4096,17 @@
4020
4096
  "properties": {
4021
4097
  "extensions": {
4022
4098
  "default": [
4023
- "package.json"
4099
+ "tauri.conf.json"
4100
+ ]
4101
+ },
4102
+ "folders": {
4103
+ "default": [
4104
+ "src-tauri"
4105
+ ]
4106
+ },
4107
+ "tooling": {
4108
+ "default": [
4109
+ "tauri"
4024
4110
  ]
4025
4111
  }
4026
4112
  }
@@ -4042,6 +4128,12 @@
4042
4128
  "properties": {
4043
4129
  "options": {
4044
4130
  "properties": {
4131
+ "command": {
4132
+ "type": "string",
4133
+ "title": "Terraform Command",
4134
+ "description": "The terraform command to use",
4135
+ "default": "terraform"
4136
+ },
4045
4137
  "fetch_version": {
4046
4138
  "type": "boolean",
4047
4139
  "title": "Fetch Version",
@@ -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: 2026-01-01T00:04:41.389Z
5
+ * Generated on: 2026-01-03T00:04:09.938Z
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: 2026-01-01T00:04:41.389Z
6
+ * Generated on: 2026-01-03T00:04:09.938Z
7
7
  *
8
8
  * @see https://ohmyposh.dev/docs/
9
9
  */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rbleattler/omp-ts-typegen",
3
- "version": "0.2026.10004",
3
+ "version": "0.2026.30004",
4
4
  "contributors": [
5
5
  {
6
6
  "name": "Rob Bleattler",
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: 2026-01-01T00:04:41.389Z
5
+ * Generated on: 2026-01-03T00:04:09.938Z
6
6
  *
7
7
  * @see https://ohmyposh.dev/docs/
8
8
  */
@@ -7,7 +7,7 @@ These errors can help identify issues in either the theme files or in the TypeSc
7
7
  - **Valid themes:** 122 (100%)
8
8
  - **Invalid themes:** 0 (0%)
9
9
 
10
- Last updated: 2026-01-01
10
+ Last updated: 2026-01-03
11
11
 
12
12
  ## Summary
13
13
 
@@ -6,7 +6,7 @@ This report shows the validation status of all themes in the [Oh My Posh](https:
6
6
  - **Valid themes:** 122 (100%)
7
7
  - **Invalid themes:** 0 (0%)
8
8
 
9
- Last updated: 2026-01-01
9
+ Last updated: 2026-01-03
10
10
 
11
11
  | Theme | Status |
12
12
  |-------|--------|