@f5-sales-demo/pi-resource-management 19.61.2 → 19.61.4
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/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"type": "module",
|
|
3
3
|
"name": "@f5-sales-demo/pi-resource-management",
|
|
4
|
-
"version": "19.61.
|
|
4
|
+
"version": "19.61.4",
|
|
5
5
|
"description": "Shared resource management for F5 XC manifest parsing, validation, diff, and CRUD operations",
|
|
6
6
|
"homepage": "https://github.com/f5-sales-demo/xcsh",
|
|
7
7
|
"author": "Robin Mordasiewicz",
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
// AUTO-GENERATED by scripts/generate-defaults.ts — DO NOT EDIT BY HAND.
|
|
2
2
|
// Per-kind defaults knowledge for minimum-settings export. Regenerate with: bun run generate-defaults
|
|
3
|
-
// Source: https://github.com/f5-sales-demo/api-specs-enriched/releases/download/v2.1.
|
|
3
|
+
// Source: https://github.com/f5-sales-demo/api-specs-enriched/releases/download/v2.1.170/minimal-export-defaults.json (api-specs-enriched 2.1.169)
|
|
4
4
|
import type { KindDefaultsMetadata } from "./defaults-metadata";
|
|
5
5
|
|
|
6
6
|
export const DEFAULTS_METADATA: Record<string, KindDefaultsMetadata> = {
|