@forge/manifest 13.3.0-next.8 → 13.3.0-next.9
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/CHANGELOG.md
CHANGED
|
@@ -34350,7 +34350,7 @@
|
|
|
34350
34350
|
]
|
|
34351
34351
|
}
|
|
34352
34352
|
},
|
|
34353
|
-
"
|
|
34353
|
+
"placements": {
|
|
34354
34354
|
"type": "array",
|
|
34355
34355
|
"minItems": 1,
|
|
34356
34356
|
"items": {
|
package/out/schema/manifest.d.ts
CHANGED
|
@@ -844,7 +844,7 @@ export type OverriddenServices = {
|
|
|
844
844
|
export type ManifestOverrides = {
|
|
845
845
|
applyTo: {
|
|
846
846
|
environmentTypes?: ['DEVELOPMENT' | 'STAGING' | 'PRODUCTION', ...('DEVELOPMENT' | 'STAGING' | 'PRODUCTION')[]];
|
|
847
|
-
|
|
847
|
+
placements?: [string, ...string[]];
|
|
848
848
|
};
|
|
849
849
|
value: {
|
|
850
850
|
services?: OverriddenServices;
|