webpack 4.35.1 → 4.35.2

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.
@@ -561,7 +561,7 @@ export interface RuleSetRule {
561
561
  /**
562
562
  * Match rules with custom resource name
563
563
  */
564
- realResource?: RuleSetConditionOrConditions;
564
+ realResource?: RuleSetConditionOrConditionsAbsolute;
565
565
  /**
566
566
  * Options for the resolver
567
567
  */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "webpack",
3
- "version": "4.35.1",
3
+ "version": "4.35.2",
4
4
  "author": "Tobias Koppers @sokra",
5
5
  "description": "Packs CommonJs/AMD modules for the browser. Allows to split your codebase into multiple bundles, which can be loaded on demand. Support loaders to preprocess files, i.e. json, jsx, es7, css, less, ... and your custom stuff.",
6
6
  "license": "MIT",
@@ -1525,7 +1525,7 @@
1525
1525
  "description": "Match rules with custom resource name",
1526
1526
  "anyOf": [
1527
1527
  {
1528
- "$ref": "#/definitions/RuleSetConditionOrConditions"
1528
+ "$ref": "#/definitions/RuleSetConditionOrConditionsAbsolute"
1529
1529
  }
1530
1530
  ]
1531
1531
  },