@forge/bundler 6.1.15-next.8 → 6.1.15
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 +17 -0
- package/package.json +4 -4
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,22 @@
|
|
|
1
1
|
# @forge/bundler
|
|
2
2
|
|
|
3
|
+
## 6.1.15
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- cd0a085: Update glob dependency to version 11.1.0 across multiple packages
|
|
8
|
+
- 16e7d61: Fixed bug when doing checking for CSPs
|
|
9
|
+
- Updated dependencies [10f70c2]
|
|
10
|
+
- Updated dependencies [cd0a085]
|
|
11
|
+
- Updated dependencies [407bee3]
|
|
12
|
+
- Updated dependencies [f7c9fcc]
|
|
13
|
+
- Updated dependencies [b799627]
|
|
14
|
+
- Updated dependencies [29aa91c]
|
|
15
|
+
- Updated dependencies [8b66e6f]
|
|
16
|
+
- @forge/manifest@11.3.1
|
|
17
|
+
- @forge/cli-shared@8.13.0
|
|
18
|
+
- @forge/lint@5.13.2
|
|
19
|
+
|
|
3
20
|
## 6.1.15-next.8
|
|
4
21
|
|
|
5
22
|
### Patch Changes
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@forge/bundler",
|
|
3
|
-
"version": "6.1.15
|
|
3
|
+
"version": "6.1.15",
|
|
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.13.0
|
|
24
|
+
"@forge/cli-shared": "8.13.0",
|
|
25
25
|
"@forge/i18n": "0.0.7",
|
|
26
|
-
"@forge/lint": "5.13.2
|
|
27
|
-
"@forge/manifest": "11.3.1
|
|
26
|
+
"@forge/lint": "5.13.2",
|
|
27
|
+
"@forge/manifest": "11.3.1",
|
|
28
28
|
"babel-loader": "^8.3.0",
|
|
29
29
|
"cheerio": "^1.1.0",
|
|
30
30
|
"cross-spawn": "^7.0.6",
|