@rushstack/set-webpack-public-path-plugin 5.1.37 → 5.1.39

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.
@@ -5,7 +5,7 @@
5
5
  "toolPackages": [
6
6
  {
7
7
  "packageName": "@microsoft/api-extractor",
8
- "packageVersion": "7.46.0"
8
+ "packageVersion": "7.46.2"
9
9
  }
10
10
  ]
11
11
  }
package/lib/index.d.ts CHANGED
@@ -1,4 +1,4 @@
1
1
  export { SetPublicPathPluginBase } from './SetPublicPathPluginBase';
2
- export { SetPublicPathPlugin, ISetWebpackPublicPathOptions, ISetWebpackPublicPathPluginOptions, IScriptNameAssetNameOptions, IScriptNameOptions, IScriptNameRegexOptions } from './SetPublicPathPlugin';
2
+ export { SetPublicPathPlugin, type ISetWebpackPublicPathOptions, type ISetWebpackPublicPathPluginOptions, type IScriptNameAssetNameOptions, type IScriptNameOptions, type IScriptNameRegexOptions } from './SetPublicPathPlugin';
3
3
  export { SetPublicPathCurrentScriptPlugin } from './SetPublicPathCurrentScriptPlugin';
4
4
  //# sourceMappingURL=index.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAGA,OAAO,EAAE,uBAAuB,EAAE,MAAM,2BAA2B,CAAC;AACpE,OAAO,EACL,mBAAmB,EACnB,4BAA4B,EAC5B,kCAAkC,EAClC,2BAA2B,EAC3B,kBAAkB,EAClB,uBAAuB,EACxB,MAAM,uBAAuB,CAAC;AAC/B,OAAO,EAAE,gCAAgC,EAAE,MAAM,oCAAoC,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAGA,OAAO,EAAE,uBAAuB,EAAE,MAAM,2BAA2B,CAAC;AACpE,OAAO,EACL,mBAAmB,EACnB,KAAK,4BAA4B,EACjC,KAAK,kCAAkC,EACvC,KAAK,2BAA2B,EAChC,KAAK,kBAAkB,EACvB,KAAK,uBAAuB,EAC7B,MAAM,uBAAuB,CAAC;AAC/B,OAAO,EAAE,gCAAgC,EAAE,MAAM,oCAAoC,CAAC"}
package/lib/index.js.map CHANGED
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":";AAAA,4FAA4F;AAC5F,2DAA2D;;;AAE3D,qEAAoE;AAA3D,kIAAA,uBAAuB,OAAA;AAChC,6DAO+B;AAN7B,0HAAA,mBAAmB,OAAA;AAOrB,uFAAsF;AAA7E,oJAAA,gCAAgC,OAAA","sourcesContent":["// Copyright (c) Microsoft Corporation. All rights reserved. Licensed under the MIT license.\n// See LICENSE in the project root for license information.\n\nexport { SetPublicPathPluginBase } from './SetPublicPathPluginBase';\nexport {\n SetPublicPathPlugin,\n ISetWebpackPublicPathOptions,\n ISetWebpackPublicPathPluginOptions,\n IScriptNameAssetNameOptions,\n IScriptNameOptions,\n IScriptNameRegexOptions\n} from './SetPublicPathPlugin';\nexport { SetPublicPathCurrentScriptPlugin } from './SetPublicPathCurrentScriptPlugin';\n"]}
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":";AAAA,4FAA4F;AAC5F,2DAA2D;;;AAE3D,qEAAoE;AAA3D,kIAAA,uBAAuB,OAAA;AAChC,6DAO+B;AAN7B,0HAAA,mBAAmB,OAAA;AAOrB,uFAAsF;AAA7E,oJAAA,gCAAgC,OAAA","sourcesContent":["// Copyright (c) Microsoft Corporation. All rights reserved. Licensed under the MIT license.\n// See LICENSE in the project root for license information.\n\nexport { SetPublicPathPluginBase } from './SetPublicPathPluginBase';\nexport {\n SetPublicPathPlugin,\n type ISetWebpackPublicPathOptions,\n type ISetWebpackPublicPathPluginOptions,\n type IScriptNameAssetNameOptions,\n type IScriptNameOptions,\n type IScriptNameRegexOptions\n} from './SetPublicPathPlugin';\nexport { SetPublicPathCurrentScriptPlugin } from './SetPublicPathCurrentScriptPlugin';\n"]}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rushstack/set-webpack-public-path-plugin",
3
- "version": "5.1.37",
3
+ "version": "5.1.39",
4
4
  "description": "This plugin sets the webpack public path at runtime.",
5
5
  "main": "lib/index.js",
6
6
  "typings": "dist/set-webpack-public-path-plugin.d.ts",
@@ -20,13 +20,13 @@
20
20
  }
21
21
  },
22
22
  "dependencies": {
23
- "@rushstack/webpack-plugin-utilities": "0.4.37",
24
- "@rushstack/node-core-library": "5.4.0"
23
+ "@rushstack/webpack-plugin-utilities": "0.4.39",
24
+ "@rushstack/node-core-library": "5.4.1"
25
25
  },
26
26
  "devDependencies": {
27
27
  "webpack": "~5.82.1",
28
28
  "memfs": "3.4.3",
29
- "@rushstack/heft": "0.66.16",
29
+ "@rushstack/heft": "0.66.18",
30
30
  "local-node-rig": "1.0.0"
31
31
  },
32
32
  "scripts": {