@rushstack/webpack-preserve-dynamic-require-plugin 0.11.94 → 0.11.96

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 CHANGED
@@ -1,6 +1,30 @@
1
1
  {
2
2
  "name": "@rushstack/webpack-preserve-dynamic-require-plugin",
3
3
  "entries": [
4
+ {
5
+ "version": "0.11.96",
6
+ "tag": "@rushstack/webpack-preserve-dynamic-require-plugin_v0.11.96",
7
+ "date": "Tue, 15 Apr 2025 15:11:58 GMT",
8
+ "comments": {
9
+ "dependency": [
10
+ {
11
+ "comment": "Updating dependency \"@rushstack/heft\" to `0.73.0`"
12
+ }
13
+ ]
14
+ }
15
+ },
16
+ {
17
+ "version": "0.11.95",
18
+ "tag": "@rushstack/webpack-preserve-dynamic-require-plugin_v0.11.95",
19
+ "date": "Wed, 09 Apr 2025 00:11:03 GMT",
20
+ "comments": {
21
+ "dependency": [
22
+ {
23
+ "comment": "Updating dependency \"@rushstack/heft\" to `0.72.0`"
24
+ }
25
+ ]
26
+ }
27
+ },
4
28
  {
5
29
  "version": "0.11.94",
6
30
  "tag": "@rushstack/webpack-preserve-dynamic-require-plugin_v0.11.94",
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 Fri, 04 Apr 2025 18:34:35 GMT and should not be manually modified.
3
+ This log was last generated on Tue, 15 Apr 2025 15:11:58 GMT and should not be manually modified.
4
+
5
+ ## 0.11.96
6
+ Tue, 15 Apr 2025 15:11:58 GMT
7
+
8
+ _Version update only_
9
+
10
+ ## 0.11.95
11
+ Wed, 09 Apr 2025 00:11:03 GMT
12
+
13
+ _Version update only_
4
14
 
5
15
  ## 0.11.94
6
16
  Fri, 04 Apr 2025 18:34:35 GMT
@@ -5,7 +5,7 @@
5
5
  "toolPackages": [
6
6
  {
7
7
  "packageName": "@microsoft/api-extractor",
8
- "packageVersion": "7.52.2"
8
+ "packageVersion": "7.52.3"
9
9
  }
10
10
  ]
11
11
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rushstack/webpack-preserve-dynamic-require-plugin",
3
- "version": "0.11.94",
3
+ "version": "0.11.96",
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",
@@ -15,7 +15,7 @@
15
15
  },
16
16
  "devDependencies": {
17
17
  "webpack": "~5.98.0",
18
- "@rushstack/heft": "0.71.2",
18
+ "@rushstack/heft": "0.73.0",
19
19
  "local-node-rig": "1.0.0"
20
20
  },
21
21
  "sideEffects": false,