@rushstack/webpack-preserve-dynamic-require-plugin 0.11.62 → 0.11.63

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,18 @@
1
1
  {
2
2
  "name": "@rushstack/webpack-preserve-dynamic-require-plugin",
3
3
  "entries": [
4
+ {
5
+ "version": "0.11.63",
6
+ "tag": "@rushstack/webpack-preserve-dynamic-require-plugin_v0.11.63",
7
+ "date": "Mon, 12 Aug 2024 22:16:04 GMT",
8
+ "comments": {
9
+ "dependency": [
10
+ {
11
+ "comment": "Updating dependency \"@rushstack/heft\" to `0.66.26`"
12
+ }
13
+ ]
14
+ }
15
+ },
4
16
  {
5
17
  "version": "0.11.62",
6
18
  "tag": "@rushstack/webpack-preserve-dynamic-require-plugin_v0.11.62",
package/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  # Change Log - @rushstack/webpack-preserve-dynamic-require-plugin
2
2
 
3
- This log was last generated on Fri, 02 Aug 2024 17:26:42 GMT and should not be manually modified.
3
+ This log was last generated on Mon, 12 Aug 2024 22:16:04 GMT and should not be manually modified.
4
+
5
+ ## 0.11.63
6
+ Mon, 12 Aug 2024 22:16:04 GMT
7
+
8
+ _Version update only_
4
9
 
5
10
  ## 0.11.62
6
11
  Fri, 02 Aug 2024 17:26:42 GMT
@@ -5,7 +5,7 @@
5
5
  "toolPackages": [
6
6
  {
7
7
  "packageName": "@microsoft/api-extractor",
8
- "packageVersion": "7.47.4"
8
+ "packageVersion": "7.47.5"
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.62",
3
+ "version": "0.11.63",
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.82.1",
18
- "@rushstack/heft": "0.66.25",
18
+ "@rushstack/heft": "0.66.26",
19
19
  "local-node-rig": "1.0.0"
20
20
  },
21
21
  "sideEffects": false,