@rushstack/set-webpack-public-path-plugin 3.3.25 → 3.3.28

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.21.3"
8
+ "packageVersion": "7.22.2"
9
9
  }
10
10
  ]
11
11
  }
package/lib/index.js CHANGED
@@ -3,7 +3,11 @@
3
3
  // See LICENSE in the project root for license information.
4
4
  var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
5
5
  if (k2 === undefined) k2 = k;
6
- Object.defineProperty(o, k2, { enumerable: true, get: function() { return m[k]; } });
6
+ var desc = Object.getOwnPropertyDescriptor(m, k);
7
+ if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
8
+ desc = { enumerable: true, get: function() { return m[k]; } };
9
+ }
10
+ Object.defineProperty(o, k2, desc);
7
11
  }) : (function(o, m, k, k2) {
8
12
  if (k2 === undefined) k2 = k;
9
13
  o[k2] = m[k];
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;;;;;GAKG;AAEH,wDAAsC;AACtC,iDAA8E;AAArE,sHAAA,qBAAqB,OAAA;AAAE,qHAAA,oBAAoB,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\n/**\n * This simple plugin sets the `__webpack_public_path__` variable to\n * a value specified in the arguments, optionally appended to the SystemJs baseURL\n * property.\n * @packageDocumentation\n */\n\nexport * from './SetPublicPathPlugin';\nexport { getGlobalRegisterCode, registryVariableName } from './codeGenerator';\n"]}
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":";AAAA,4FAA4F;AAC5F,2DAA2D;;;;;;;;;;;;;;;;;AAE3D;;;;;GAKG;AAEH,wDAAsC;AACtC,iDAA8E;AAArE,sHAAA,qBAAqB,OAAA;AAAE,qHAAA,oBAAoB,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\n/**\n * This simple plugin sets the `__webpack_public_path__` variable to\n * a value specified in the arguments, optionally appended to the SystemJs baseURL\n * property.\n * @packageDocumentation\n */\n\nexport * from './SetPublicPathPlugin';\nexport { getGlobalRegisterCode, registryVariableName } from './codeGenerator';\n"]}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rushstack/set-webpack-public-path-plugin",
3
- "version": "3.3.25",
3
+ "version": "3.3.28",
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",
@@ -23,10 +23,10 @@
23
23
  }
24
24
  },
25
25
  "devDependencies": {
26
- "@rushstack/eslint-config": "2.5.3",
27
- "@rushstack/heft": "0.44.11",
28
- "@rushstack/heft-node-rig": "1.8.9",
29
- "@rushstack/heft-webpack5-plugin": "0.5.9",
26
+ "@rushstack/eslint-config": "2.6.0",
27
+ "@rushstack/heft": "0.45.0",
28
+ "@rushstack/heft-node-rig": "1.9.0",
29
+ "@rushstack/heft-webpack5-plugin": "0.5.12",
30
30
  "@types/heft-jest": "1.0.1",
31
31
  "@types/node": "12.20.24",
32
32
  "@types/tapable": "1.0.6",