@forge/bridge 7.0.0-next.5-experimental-6664e2b → 7.0.0-next.6
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 +4 -16
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -1,24 +1,12 @@
|
|
|
1
1
|
# @forge/bridge
|
|
2
2
|
|
|
3
|
-
## 7.0.0-next.
|
|
4
|
-
|
|
5
|
-
### Major Changes
|
|
6
|
-
|
|
7
|
-
- b844adb: Removed the deprecated `currentVersion` field from `ObjectReference` (`@forge/object-store`) and `GetMetadataResult` (`@forge/bridge`). This field is no longer part of the supported API surface. The underlying service may continue to include `currentVersion` in its raw JSON response for a transition period, but this has no runtime impact since unrecognised fields are simply ignored — only TypeScript consumers referencing `.currentVersion` at compile time are affected and should remove that usage.
|
|
8
|
-
|
|
9
|
-
### Minor Changes
|
|
10
|
-
|
|
11
|
-
- f1d1bd8: Add fetchUserRecommendations method
|
|
12
|
-
- 406407c: Added secret key support for authorised web-triggers, plus non-expiring keys via `--noKeyExpiry` on `forge webtrigger create` and `secretKeyConfig.noExpiry` in `@forge/api`
|
|
3
|
+
## 7.0.0-next.6
|
|
13
4
|
|
|
14
5
|
### Patch Changes
|
|
15
6
|
|
|
16
|
-
- Updated dependencies [
|
|
17
|
-
- Updated dependencies [
|
|
18
|
-
-
|
|
19
|
-
- Updated dependencies [0a75004]
|
|
20
|
-
- Updated dependencies [150a3c5]
|
|
21
|
-
- @forge/manifest@13.5.0-next.2-experimental-6664e2b
|
|
7
|
+
- Updated dependencies [fe8d182]
|
|
8
|
+
- Updated dependencies [eda3a24]
|
|
9
|
+
- @forge/manifest@13.5.0-next.3
|
|
22
10
|
|
|
23
11
|
## 7.0.0-next.5
|
|
24
12
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@forge/bridge",
|
|
3
|
-
"version": "7.0.0-next.
|
|
3
|
+
"version": "7.0.0-next.6",
|
|
4
4
|
"description": "Forge bridge API for custom UI apps",
|
|
5
5
|
"author": "Atlassian",
|
|
6
6
|
"license": "SEE LICENSE IN LICENSE.txt",
|
|
@@ -19,7 +19,7 @@
|
|
|
19
19
|
"@forge/i18n": "1.0.0",
|
|
20
20
|
"@forge/resolver": "2.0.0",
|
|
21
21
|
"@types/history": "^4.7.11",
|
|
22
|
-
"@forge/manifest": "13.5.0-next.
|
|
22
|
+
"@forge/manifest": "13.5.0-next.3",
|
|
23
23
|
"@types/iframe-resizer": "^3.5.8",
|
|
24
24
|
"iframe-resizer": "^4.4.5"
|
|
25
25
|
},
|