@forge/manifest 13.3.0-next.8 → 13.3.0-next.9-experimental-5f9d93a

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,29 @@
1
1
  # @forge/manifest
2
2
 
3
+ ## 13.3.0-next.9-experimental-5f9d93a
4
+
5
+ ### Minor Changes
6
+
7
+ - f01417b: Added global:fullPage module with linting for XCA
8
+ - d706cd8: Add "package" property to resource manifest definition to allow custom bundling for UI Kit resources
9
+ - d1610cc: Manual runtime packaging option
10
+ - 498fda5: Limit XCA to Confluence and Jira only for global:fullPage
11
+
12
+ ### Patch Changes
13
+
14
+ - 4b90a07: Lint target directory when using the manual packaging
15
+ - 3e8de63: add `manifest render` command
16
+ - e7bfe5e: Removing installationTarget
17
+ - 89ccb1e: Update manifest definitions
18
+ - 39f1f15: Update manifest definitions
19
+ - c3a0f20: Update manifest definitions
20
+
21
+ ## 13.3.0-next.9
22
+
23
+ ### Patch Changes
24
+
25
+ - 3e8de63: add `manifest render` command
26
+
3
27
  ## 13.3.0-next.8
4
28
 
5
29
  ### 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-experimental-5f9d93a",
4
4
  "description": "Definitions and validations of the Forge manifest",
5
5
  "main": "out/index.js",
6
6
  "scripts": {