@atlassian/webresource-webpack-plugin 7.1.4-a341f63 → 7.1.5
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 +8 -0
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,14 @@
|
|
|
3
3
|
All notable changes to this project will be documented in this file.
|
|
4
4
|
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
5
5
|
|
|
6
|
+
## <small>7.1.5 (2026-02-21)</small>
|
|
7
|
+
|
|
8
|
+
* fix(@atlassian/webresource-webpack-plugin): handle default values for chunkLoadingGlobal ([a341f63](https://bitbucket.org/atlassianlabs/fe-server/commits/a341f63))
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
|
|
12
|
+
|
|
13
|
+
|
|
6
14
|
## <small>7.1.4 (2026-02-20)</small>
|
|
7
15
|
|
|
8
16
|
* [Renovate] Update dependency @types/node to v25.2.0 ([d8a6e41](https://bitbucket.org/atlassianlabs/fe-server/commits/d8a6e41))
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@atlassian/webresource-webpack-plugin",
|
|
3
|
-
"version": "7.1.
|
|
3
|
+
"version": "7.1.5",
|
|
4
4
|
"description": "Auto-generates web-resource definitions from your webpacked code, for usage in an Atlassian product or plugin.",
|
|
5
5
|
"main": "dist/WrmPlugin.js",
|
|
6
6
|
"types": "dist/WrmPlugin.d.ts",
|
|
@@ -131,5 +131,5 @@
|
|
|
131
131
|
"test:watch": "jest --watch",
|
|
132
132
|
"test:ci": "jest --ci --silent --runInBand"
|
|
133
133
|
},
|
|
134
|
-
"gitHead": "
|
|
134
|
+
"gitHead": "68b9fbaa3fb38ceb130fdd2c5228e31dd96cea44"
|
|
135
135
|
}
|