@rushstack/rig-package
Advanced tools
+12
-0
@@ -5,2 +5,14 @@ { | ||
| { | ||
| "version": "0.7.1", | ||
| "tag": "@rushstack/rig-package_v0.7.1", | ||
| "date": "Fri, 20 Feb 2026 00:15:04 GMT", | ||
| "comments": { | ||
| "patch": [ | ||
| { | ||
| "comment": "Add `\"node\"` condition before `\"import\"` in the `\"exports\"` map so that Node.js uses the CJS output (which handles extensionless imports), while bundlers still use ESM via `\"import\"`. Fixes https://github.com/microsoft/rushstack/issues/5644." | ||
| } | ||
| ] | ||
| } | ||
| }, | ||
| { | ||
| "version": "0.7.0", | ||
@@ -7,0 +19,0 @@ "tag": "@rushstack/rig-package_v0.7.0", |
+8
-1
| # Change Log - @rushstack/rig-package | ||
| This log was last generated on Thu, 19 Feb 2026 00:04:53 GMT and should not be manually modified. | ||
| This log was last generated on Fri, 20 Feb 2026 00:15:04 GMT and should not be manually modified. | ||
| ## 0.7.1 | ||
| Fri, 20 Feb 2026 00:15:04 GMT | ||
| ### Patches | ||
| - Add `"node"` condition before `"import"` in the `"exports"` map so that Node.js uses the CJS output (which handles extensionless imports), while bundlers still use ESM via `"import"`. Fixes https://github.com/microsoft/rushstack/issues/5644. | ||
| ## 0.7.0 | ||
@@ -6,0 +13,0 @@ Thu, 19 Feb 2026 00:04:53 GMT |
@@ -8,5 +8,5 @@ // This file is read by tools that parse documentation comments conforming to the TSDoc standard. | ||
| "packageName": "@microsoft/api-extractor", | ||
| "packageVersion": "7.55.2" | ||
| "packageVersion": "7.57.0" | ||
| } | ||
| ] | ||
| } |
+4
-2
| { | ||
| "name": "@rushstack/rig-package", | ||
| "version": "0.7.0", | ||
| "version": "0.7.1", | ||
| "description": "A system for sharing tool configurations between projects without duplicating config files.", | ||
@@ -11,2 +11,3 @@ "main": "./lib-commonjs/index.js", | ||
| "types": "./dist/rig-package.d.ts", | ||
| "node": "./lib-commonjs/index.js", | ||
| "import": "./lib-esm/index.js", | ||
@@ -18,2 +19,3 @@ "require": "./lib-commonjs/index.js" | ||
| "types": "./lib-dts/*.d.ts", | ||
| "node": "./lib-commonjs/*.js", | ||
| "import": "./lib-esm/*.js", | ||
@@ -42,3 +44,3 @@ "require": "./lib-commonjs/*.js" | ||
| "devDependencies": { | ||
| "@rushstack/heft": "1.1.7", | ||
| "@rushstack/heft": "1.2.0", | ||
| "@types/resolve": "1.20.2", | ||
@@ -45,0 +47,0 @@ "ajv": "~8.13.0", |
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
143775
0.6%1875
0.64%0
-100%