@rushstack/package-extractor 0.6.26 → 0.6.27

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/README.md CHANGED
@@ -7,6 +7,6 @@ A library used for creating an isolated copy of a package and, optionally, bundl
7
7
  - [CHANGELOG.md](
8
8
  https://github.com/microsoft/rushstack/blob/main/libraries/deploy-manager/CHANGELOG.md) - Find
9
9
  out what's new in the latest version
10
- - [API Reference](https://rushstack.io/pages/api/deploy-manager/)
10
+ - [API Reference](https://api.rushstack.io/pages/deploy-manager/)
11
11
 
12
12
  `@rushstack/package-extractor` is part of the [Rush Stack](https://rushstack.io/) family of projects.
@@ -5,7 +5,7 @@
5
5
  "toolPackages": [
6
6
  {
7
7
  "packageName": "@microsoft/api-extractor",
8
- "packageVersion": "7.40.0"
8
+ "packageVersion": "7.40.1"
9
9
  }
10
10
  ]
11
11
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rushstack/package-extractor",
3
- "version": "0.6.26",
3
+ "version": "0.6.27",
4
4
  "description": "A library for bundling selected files and dependencies into a deployable package.",
5
5
  "main": "lib/index.js",
6
6
  "typings": "dist/package-extractor.d.ts",
@@ -17,8 +17,8 @@
17
17
  "minimatch": "~3.0.3",
18
18
  "npm-packlist": "~2.1.2",
19
19
  "semver": "~7.5.4",
20
- "@rushstack/terminal": "0.7.23",
21
- "@rushstack/node-core-library": "3.66.0"
20
+ "@rushstack/node-core-library": "3.66.1",
21
+ "@rushstack/terminal": "0.7.24"
22
22
  },
23
23
  "devDependencies": {
24
24
  "@types/glob": "7.1.1",
@@ -27,10 +27,10 @@
27
27
  "eslint": "~8.7.0",
28
28
  "webpack": "~5.82.1",
29
29
  "@types/semver": "7.5.0",
30
- "@rushstack/heft-webpack5-plugin": "0.9.23",
31
30
  "local-node-rig": "1.0.0",
32
- "@rushstack/webpack-preserve-dynamic-require-plugin": "0.11.23",
33
- "@rushstack/heft": "0.64.6"
31
+ "@rushstack/heft": "0.64.7",
32
+ "@rushstack/heft-webpack5-plugin": "0.9.24",
33
+ "@rushstack/webpack-preserve-dynamic-require-plugin": "0.11.24"
34
34
  },
35
35
  "scripts": {
36
36
  "build": "heft build --clean",