@rushstack/webpack-preserve-dynamic-require-plugin 0.11.78 → 0.11.80
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.json +24 -0
- package/CHANGELOG.md +11 -1
- package/dist/tsdoc-metadata.json +1 -1
- package/package.json +2 -2
package/CHANGELOG.json
CHANGED
|
@@ -1,6 +1,30 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@rushstack/webpack-preserve-dynamic-require-plugin",
|
|
3
3
|
"entries": [
|
|
4
|
+
{
|
|
5
|
+
"version": "0.11.80",
|
|
6
|
+
"tag": "@rushstack/webpack-preserve-dynamic-require-plugin_v0.11.80",
|
|
7
|
+
"date": "Thu, 09 Jan 2025 01:10:10 GMT",
|
|
8
|
+
"comments": {
|
|
9
|
+
"dependency": [
|
|
10
|
+
{
|
|
11
|
+
"comment": "Updating dependency \"@rushstack/heft\" to `0.68.13`"
|
|
12
|
+
}
|
|
13
|
+
]
|
|
14
|
+
}
|
|
15
|
+
},
|
|
16
|
+
{
|
|
17
|
+
"version": "0.11.79",
|
|
18
|
+
"tag": "@rushstack/webpack-preserve-dynamic-require-plugin_v0.11.79",
|
|
19
|
+
"date": "Tue, 07 Jan 2025 22:17:32 GMT",
|
|
20
|
+
"comments": {
|
|
21
|
+
"dependency": [
|
|
22
|
+
{
|
|
23
|
+
"comment": "Updating dependency \"@rushstack/heft\" to `0.68.12`"
|
|
24
|
+
}
|
|
25
|
+
]
|
|
26
|
+
}
|
|
27
|
+
},
|
|
4
28
|
{
|
|
5
29
|
"version": "0.11.78",
|
|
6
30
|
"tag": "@rushstack/webpack-preserve-dynamic-require-plugin_v0.11.78",
|
package/CHANGELOG.md
CHANGED
|
@@ -1,6 +1,16 @@
|
|
|
1
1
|
# Change Log - @rushstack/webpack-preserve-dynamic-require-plugin
|
|
2
2
|
|
|
3
|
-
This log was last generated on
|
|
3
|
+
This log was last generated on Thu, 09 Jan 2025 01:10:10 GMT and should not be manually modified.
|
|
4
|
+
|
|
5
|
+
## 0.11.80
|
|
6
|
+
Thu, 09 Jan 2025 01:10:10 GMT
|
|
7
|
+
|
|
8
|
+
_Version update only_
|
|
9
|
+
|
|
10
|
+
## 0.11.79
|
|
11
|
+
Tue, 07 Jan 2025 22:17:32 GMT
|
|
12
|
+
|
|
13
|
+
_Version update only_
|
|
4
14
|
|
|
5
15
|
## 0.11.78
|
|
6
16
|
Sat, 14 Dec 2024 01:11:07 GMT
|
package/dist/tsdoc-metadata.json
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@rushstack/webpack-preserve-dynamic-require-plugin",
|
|
3
|
-
"version": "0.11.
|
|
3
|
+
"version": "0.11.80",
|
|
4
4
|
"description": "This plugin tells webpack to leave dynamic calls to \"require\" as-is instead of trying to bundle them.",
|
|
5
5
|
"main": "lib/index.js",
|
|
6
6
|
"typings": "dist/webpack-preserve-dynamic-require-plugin.d.ts",
|
|
@@ -16,7 +16,7 @@
|
|
|
16
16
|
"devDependencies": {
|
|
17
17
|
"webpack": "~5.95.0",
|
|
18
18
|
"local-node-rig": "1.0.0",
|
|
19
|
-
"@rushstack/heft": "0.68.
|
|
19
|
+
"@rushstack/heft": "0.68.13"
|
|
20
20
|
},
|
|
21
21
|
"sideEffects": false,
|
|
22
22
|
"scripts": {
|