@forge/manifest 9.3.0-next.9 → 9.3.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 +22 -0
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,27 @@
|
|
|
1
1
|
# @forge/manifest
|
|
2
2
|
|
|
3
|
+
## 9.3.0
|
|
4
|
+
|
|
5
|
+
### Minor Changes
|
|
6
|
+
|
|
7
|
+
- d86ca2b: Migrate runtime deprecation check from @forge/manifest to @forge/cli
|
|
8
|
+
- a56ca61: bump up memory limit allocated for function
|
|
9
|
+
- 8bd52d6: Enable overrides for oauth profile retriever
|
|
10
|
+
- 43832a8: Allow scopes to be declared with offline user impersonation support
|
|
11
|
+
- a6128e0: Add manifest support for container scaling configurations
|
|
12
|
+
- 065b6a2: Add validation to prevent resources using the same key in the manifest definitions
|
|
13
|
+
|
|
14
|
+
### Patch Changes
|
|
15
|
+
|
|
16
|
+
- 984c454: Forcing patch bump to update internal registry
|
|
17
|
+
- 743bbdc: Unreferenced action module check now also accounts for automation:actionProvider
|
|
18
|
+
- a891abf: Update manifest definitions
|
|
19
|
+
- 290af69: Update manifest definitions
|
|
20
|
+
- 439551a: Update manifest definitions
|
|
21
|
+
- 4ced2b2: Update manifest definitions
|
|
22
|
+
- Updated dependencies [984c454]
|
|
23
|
+
- @forge/i18n@0.0.6
|
|
24
|
+
|
|
3
25
|
## 9.3.0-next.9
|
|
4
26
|
|
|
5
27
|
### Minor Changes
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@forge/manifest",
|
|
3
|
-
"version": "9.3.0
|
|
3
|
+
"version": "9.3.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.6
|
|
27
|
+
"@forge/i18n": "0.0.6",
|
|
28
28
|
"@sentry/node": "7.106.0",
|
|
29
29
|
"ajv": "^8.12.0",
|
|
30
30
|
"ajv-formats": "2.1.1",
|