@forge/manifest 8.7.0-next.8 → 8.7.0

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,58 @@
1
1
  # @forge/manifest
2
2
 
3
+ ## 8.7.0
4
+
5
+ ### Minor Changes
6
+
7
+ - 6a41721: Updated linting for macro auto convert
8
+ - 48d2f56: add graph extension points
9
+ - dec434a: Don't produce extra error messages from conditional json schema snippets
10
+ - 6f0fe42: Enabled macro autoConvert
11
+
12
+ ### Patch Changes
13
+
14
+ - fa77f8d: Revert the package registry change for the package
15
+ - 503e60e: Add publish config
16
+ - 6b8b6e2: rename `primaryProduct` to `requiredProduct`
17
+ - ba58c3a: allow app developer to configure lambda architecture
18
+ - 2086b3d: Remove node-fetch as a dependency
19
+ - 55df193: Update manifest definitions
20
+ - ddc0256: Update manifest definitions
21
+ - 4b050d8: Update manifest definitions
22
+ - f70acc8: Update manifest definitions
23
+ - de16df9: Update manifest definitions
24
+ - Updated dependencies [fa77f8d]
25
+ - Updated dependencies [503e60e]
26
+ - @forge/i18n@0.0.4
27
+
28
+ ## 8.7.0-next.12
29
+
30
+ ### Patch Changes
31
+
32
+ - fa77f8d: Revert the package registry change for the package
33
+ - Updated dependencies [fa77f8d]
34
+ - @forge/i18n@0.0.4-next.1
35
+
36
+ ## 8.7.0-next.11
37
+
38
+ ### Patch Changes
39
+
40
+ - 503e60e: Add publish config
41
+ - Updated dependencies [503e60e]
42
+ - @forge/i18n@0.0.4-next.0
43
+
44
+ ## 8.7.0-next.10
45
+
46
+ ### Patch Changes
47
+
48
+ - f70acc8: Update manifest definitions
49
+
50
+ ## 8.7.0-next.9
51
+
52
+ ### Patch Changes
53
+
54
+ - 2086b3d: Remove node-fetch as a dependency
55
+
3
56
  ## 8.7.0-next.8
4
57
 
5
58
  ### Minor Changes
@@ -212,6 +212,7 @@
212
212
  "read:forge-proxy:support-api-gateway",
213
213
  "read:group:confluence",
214
214
  "read:group:jira",
215
+ "read:hierarchical-content:confluence",
215
216
  "read:incident:jira-service-management",
216
217
  "read:inlinetask:confluence",
217
218
  "read:instance-configuration:jira",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@forge/manifest",
3
- "version": "8.7.0-next.8",
3
+ "version": "8.7.0",
4
4
  "description": "Definitions and validations of the Forge manifest",
5
5
  "main": "out/index.js",
6
6
  "scripts": {
@@ -24,7 +24,7 @@
24
24
  "author": "Atlassian",
25
25
  "license": "SEE LICENSE IN LICENSE.txt",
26
26
  "dependencies": {
27
- "@forge/i18n": "0.0.3",
27
+ "@forge/i18n": "0.0.4",
28
28
  "@sentry/node": "7.106.0",
29
29
  "ajv": "^8.12.0",
30
30
  "ajv-formats": "2.1.1",
@@ -33,5 +33,8 @@
33
33
  "lodash": "^4.17.21",
34
34
  "mime-types": "^2.1.35",
35
35
  "yaml": "^2.3.4"
36
+ },
37
+ "publishConfig": {
38
+ "registry": "https://packages.atlassian.com/api/npm/npm-public/"
36
39
  }
37
40
  }