@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
@@ -1,5 +1,11 @@
1
1
  # @forge/manifest
2
2
 
3
+ ## 13.3.0-next.9
4
+
5
+ ### Patch Changes
6
+
7
+ - 3e8de63: add `manifest render` command
8
+
3
9
  ## 13.3.0-next.8
4
10
 
5
11
  ### Patch Changes
@@ -34350,7 +34350,7 @@
34350
34350
  ]
34351
34351
  }
34352
34352
  },
34353
- "targets": {
34353
+ "placements": {
34354
34354
  "type": "array",
34355
34355
  "minItems": 1,
34356
34356
  "items": {
@@ -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
- targets?: [string, ...string[]];
847
+ placements?: [string, ...string[]];
848
848
  };
849
849
  value: {
850
850
  services?: OverriddenServices;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@forge/manifest",
3
- "version": "13.3.0-next.8",
3
+ "version": "13.3.0-next.9",
4
4
  "description": "Definitions and validations of the Forge manifest",
5
5
  "main": "out/index.js",
6
6
  "scripts": {