@rushstack/heft-node-rig 1.10.5 → 1.10.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.
- package/package.json +3 -4
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@rushstack/heft-node-rig",
|
|
3
|
-
"version": "1.10.
|
|
3
|
+
"version": "1.10.6",
|
|
4
4
|
"description": "A rig package for Node.js projects that build using Heft",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"repository": {
|
|
@@ -13,7 +13,7 @@
|
|
|
13
13
|
},
|
|
14
14
|
"dependencies": {
|
|
15
15
|
"@microsoft/api-extractor": "7.29.5",
|
|
16
|
-
"@rushstack/heft-jest-plugin": "0.3.
|
|
16
|
+
"@rushstack/heft-jest-plugin": "0.3.29",
|
|
17
17
|
"eslint": "~8.7.0",
|
|
18
18
|
"jest-environment-node": "~27.4.2",
|
|
19
19
|
"typescript": "~4.7.4"
|
|
@@ -24,6 +24,5 @@
|
|
|
24
24
|
"scripts": {
|
|
25
25
|
"build": "",
|
|
26
26
|
"_phase:build": ""
|
|
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/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"
|
|
27
|
+
}
|
|
29
28
|
}
|