@rushstack/heft-node-rig 1.8.3 → 1.8.6

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.
Files changed (2) hide show
  1. package/README.md +2 -2
  2. package/package.json +6 -6
package/README.md CHANGED
@@ -18,13 +18,13 @@ To enable it, add a **rig.json** file to your project, as shown below:
18
18
  ```
19
19
 
20
20
  The config files provided by this rig profile can be found in the [heft-node-rig/profiles/default](
21
- https://github.com/microsoft/rushstack/tree/master/rigs/heft-node-rig/profiles/default) source folder.
21
+ https://github.com/microsoft/rushstack/tree/main/rigs/heft-node-rig/profiles/default) source folder.
22
22
 
23
23
 
24
24
  ## Links
25
25
 
26
26
  - [CHANGELOG.md](
27
- https://github.com/microsoft/rushstack/blob/master/rigs/heft-node-rig/CHANGELOG.md) - Find
27
+ https://github.com/microsoft/rushstack/blob/main/rigs/heft-node-rig/CHANGELOG.md) - Find
28
28
  out what's new in the latest version
29
29
 
30
30
  `@rushstack/heft-node-rig` is part of the [Rush Stack](https://rushstack.io/) family of projects.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rushstack/heft-node-rig",
3
- "version": "1.8.3",
3
+ "version": "1.8.6",
4
4
  "description": "A rig package for Node.js projects that build using Heft",
5
5
  "license": "MIT",
6
6
  "repository": {
@@ -9,21 +9,21 @@
9
9
  "directory": "rigs/heft-node-rig"
10
10
  },
11
11
  "peerDependencies": {
12
- "@rushstack/heft": "^0.44.5"
12
+ "@rushstack/heft": "^0.44.8"
13
13
  },
14
14
  "dependencies": {
15
- "@microsoft/api-extractor": "7.20.0",
16
- "@rushstack/heft-jest-plugin": "0.2.6",
15
+ "@microsoft/api-extractor": "7.21.1",
16
+ "@rushstack/heft-jest-plugin": "0.2.9",
17
17
  "eslint": "~8.7.0",
18
18
  "jest-environment-node": "~27.4.2",
19
19
  "typescript": "~4.5.2"
20
20
  },
21
21
  "devDependencies": {
22
- "@rushstack/heft": "0.44.5"
22
+ "@rushstack/heft": "0.44.8"
23
23
  },
24
24
  "scripts": {
25
25
  "build": "",
26
26
  "_phase:build": ""
27
27
  },
28
- "readme": "## @rushstack/heft-node-rig\n\nA rig package for Node.js projects that build using [Heft](https://www.npmjs.com/package/@rushstack/heft)\nbuild system. To learn more about rig packages, consult the\n[@rushstack/rig-package](https://www.npmjs.com/package/@rushstack/rig-package) documentation.\n\nThis rig contains a single profile: `default`\n\nTo enable it, add a **rig.json** file to your project, as shown below:\n\n**config/rig.json**\n```js\n{\n \"$schema\": \"https://developer.microsoft.com/json-schemas/rig-package/rig.schema.json\",\n\n \"rigPackageName\": \"@rushstack/heft-node-rig\"\n}\n```\n\nThe config files provided by this rig profile can be found in the [heft-node-rig/profiles/default](\nhttps://github.com/microsoft/rushstack/tree/master/rigs/heft-node-rig/profiles/default) source folder.\n\n\n## Links\n\n- [CHANGELOG.md](\n https://github.com/microsoft/rushstack/blob/master/rigs/heft-node-rig/CHANGELOG.md) - Find\n out what's new in the latest version\n\n`@rushstack/heft-node-rig` is part of the [Rush Stack](https://rushstack.io/) family of projects.\n"
28
+ "readme": "## @rushstack/heft-node-rig\n\nA rig package for Node.js projects that build using [Heft](https://www.npmjs.com/package/@rushstack/heft)\nbuild system. To learn more about rig packages, consult the\n[@rushstack/rig-package](https://www.npmjs.com/package/@rushstack/rig-package) documentation.\n\nThis rig contains a single profile: `default`\n\nTo enable it, add a **rig.json** file to your project, as shown below:\n\n**config/rig.json**\n```js\n{\n \"$schema\": \"https://developer.microsoft.com/json-schemas/rig-package/rig.schema.json\",\n\n \"rigPackageName\": \"@rushstack/heft-node-rig\"\n}\n```\n\nThe config files provided by this rig profile can be found in the [heft-node-rig/profiles/default](\nhttps://github.com/microsoft/rushstack/tree/main/rigs/heft-node-rig/profiles/default) source folder.\n\n\n## Links\n\n- [CHANGELOG.md](\n https://github.com/microsoft/rushstack/blob/main/rigs/heft-node-rig/CHANGELOG.md) - Find\n out what's new in the latest version\n\n`@rushstack/heft-node-rig` is part of the [Rush Stack](https://rushstack.io/) family of projects.\n"
29
29
  }