@forge/bundler 6.1.7-next.4 → 6.1.7-next.4-experimental-6a5594a
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 +24 -0
- package/package.json +5 -5
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,29 @@
|
|
|
1
1
|
# @forge/bundler
|
|
2
2
|
|
|
3
|
+
## 6.1.7-next.4-experimental-6a5594a
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- 895d478: Updates Agent MD file with appropriate instructions
|
|
8
|
+
- 504cd62: Added backend SDK for permission handling
|
|
9
|
+
- 5f384d1: Renaming csuik to uikit and removing jira-sprint-action csuik template
|
|
10
|
+
- Updated dependencies [895d478]
|
|
11
|
+
- Updated dependencies [f59b4d7]
|
|
12
|
+
- Updated dependencies [eeaa160]
|
|
13
|
+
- Updated dependencies [c343935]
|
|
14
|
+
- Updated dependencies [504cd62]
|
|
15
|
+
- Updated dependencies [a85376a]
|
|
16
|
+
- Updated dependencies [5f384d1]
|
|
17
|
+
- Updated dependencies [fa952eb]
|
|
18
|
+
- Updated dependencies [6e2892c]
|
|
19
|
+
- Updated dependencies [de0f1c1]
|
|
20
|
+
- Updated dependencies [b15478b]
|
|
21
|
+
- Updated dependencies [bda8688]
|
|
22
|
+
- Updated dependencies [f5d312b]
|
|
23
|
+
- @forge/cli-shared@8.7.0-next.4-experimental-6a5594a
|
|
24
|
+
- @forge/manifest@10.6.0-next.3-experimental-6a5594a
|
|
25
|
+
- @forge/lint@5.11.3-next.4-experimental-6a5594a
|
|
26
|
+
|
|
3
27
|
## 6.1.7-next.4
|
|
4
28
|
|
|
5
29
|
### Patch Changes
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@forge/bundler",
|
|
3
|
-
"version": "6.1.7-next.4",
|
|
3
|
+
"version": "6.1.7-next.4-experimental-6a5594a",
|
|
4
4
|
"description": "Default bundler for Forge apps",
|
|
5
5
|
"license": "SEE LICENSE IN LICENSE.txt",
|
|
6
6
|
"author": "Atlassian",
|
|
@@ -21,10 +21,10 @@
|
|
|
21
21
|
"@babel/plugin-transform-react-jsx": "^7.23.4",
|
|
22
22
|
"@babel/traverse": "^7.24.0",
|
|
23
23
|
"@babel/types": "^7.24.0",
|
|
24
|
-
"@forge/cli-shared": "8.7.0-next.4",
|
|
24
|
+
"@forge/cli-shared": "8.7.0-next.4-experimental-6a5594a",
|
|
25
25
|
"@forge/i18n": "0.0.7",
|
|
26
|
-
"@forge/lint": "5.11.3-next.4",
|
|
27
|
-
"@forge/manifest": "10.6.0-next.3",
|
|
26
|
+
"@forge/lint": "5.11.3-next.4-experimental-6a5594a",
|
|
27
|
+
"@forge/manifest": "10.6.0-next.3-experimental-6a5594a",
|
|
28
28
|
"babel-loader": "^8.3.0",
|
|
29
29
|
"cheerio": "^1.1.0",
|
|
30
30
|
"cross-spawn": "^7.0.6",
|
|
@@ -41,7 +41,7 @@
|
|
|
41
41
|
},
|
|
42
42
|
"devDependencies": {
|
|
43
43
|
"@atlassian/xen-test-util": "^4.2.0",
|
|
44
|
-
"@forge/runtime": "6.0.4-next.0",
|
|
44
|
+
"@forge/runtime": "6.0.4-next.0-experimental-6a5594a",
|
|
45
45
|
"@types/cross-spawn": "^6.0.6",
|
|
46
46
|
"@types/fs-extra": "^11.0.4",
|
|
47
47
|
"@types/jest": "^29.5.14",
|