@forge/manifest 9.0.0-next.13 → 9.0.0-next.13-experimental-1aaebb0
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 +28 -0
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,33 @@
|
|
|
1
1
|
# @forge/manifest
|
|
2
2
|
|
|
3
|
+
## 9.0.0-next.13-experimental-1aaebb0
|
|
4
|
+
|
|
5
|
+
### Major Changes
|
|
6
|
+
|
|
7
|
+
- 2d5a0e6: Add lint rule to check scopes for remote apps with auth enabled
|
|
8
|
+
|
|
9
|
+
### Minor Changes
|
|
10
|
+
|
|
11
|
+
- 4b083be: Option to bundle applications using TypeScript
|
|
12
|
+
- 94e48b9: Remove agent mode support per product decision
|
|
13
|
+
- 8c34ca3: Changed manifest to allow egress objects to be a list of string, egress objects containing at least the 'address' field, or a remote reference
|
|
14
|
+
|
|
15
|
+
### Patch Changes
|
|
16
|
+
|
|
17
|
+
- 7243788: Displaying all product options and fixing wording
|
|
18
|
+
- acf1edf: fix i18n test
|
|
19
|
+
- 9d231e9: switch the `forge create` cross-context flow to use the new `app.contexts` manifest format
|
|
20
|
+
- b51be39: allow app developer to specify function memory allocation
|
|
21
|
+
- 0dfb15d: Revert CustomUITunnellingResourceHandler change
|
|
22
|
+
- b503084: switch the `forge create` cross-context flow to use the new `app.contexts` manifest format
|
|
23
|
+
- 64daaa5: validate schema for app.contexts so developers can define a required context in the manifest
|
|
24
|
+
- 99739ec: Update manifest definitions
|
|
25
|
+
- 3a703de: Update manifest definitions
|
|
26
|
+
- 003b1ed: Update manifest definitions
|
|
27
|
+
- Updated dependencies [336f74f]
|
|
28
|
+
- Updated dependencies [e404ba0]
|
|
29
|
+
- @forge/i18n@0.0.5-next.1-experimental-1aaebb0
|
|
30
|
+
|
|
3
31
|
## 9.0.0-next.13
|
|
4
32
|
|
|
5
33
|
### Major Changes
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@forge/manifest",
|
|
3
|
-
"version": "9.0.0-next.13",
|
|
3
|
+
"version": "9.0.0-next.13-experimental-1aaebb0",
|
|
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.5-next.1",
|
|
27
|
+
"@forge/i18n": "0.0.5-next.1-experimental-1aaebb0",
|
|
28
28
|
"@sentry/node": "7.106.0",
|
|
29
29
|
"ajv": "^8.12.0",
|
|
30
30
|
"ajv-formats": "2.1.1",
|