@microsoft/api-extractor-model
Advanced tools
+8
-1
| # Change Log - @microsoft/api-extractor-model | ||
| This log was last generated on Thu, 19 Feb 2026 00:04:52 GMT and should not be manually modified. | ||
| This log was last generated on Fri, 20 Feb 2026 00:15:03 GMT and should not be manually modified. | ||
| ## 7.33.1 | ||
| Fri, 20 Feb 2026 00:15:03 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. | ||
| ## 7.33.0 | ||
@@ -6,0 +13,0 @@ Thu, 19 Feb 2026 00:04:52 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" | ||
| } | ||
| ] | ||
| } |
+5
-3
| { | ||
| "name": "@microsoft/api-extractor-model", | ||
| "version": "7.33.0", | ||
| "version": "7.33.1", | ||
| "description": "A helper library for loading and saving the .api.json files created by API Extractor", | ||
@@ -17,2 +17,3 @@ "repository": { | ||
| "types": "./dist/rollup.d.ts", | ||
| "node": "./lib-commonjs/index.js", | ||
| "import": "./lib-esm/index.js", | ||
@@ -23,2 +24,3 @@ "require": "./lib-commonjs/index.js" | ||
| "types": "./lib-dts/*.d.ts", | ||
| "node": "./lib-commonjs/*.js", | ||
| "import": "./lib-esm/*.js", | ||
@@ -40,6 +42,6 @@ "require": "./lib-commonjs/*.js" | ||
| "@microsoft/tsdoc-config": "~0.18.0", | ||
| "@rushstack/node-core-library": "5.20.0" | ||
| "@rushstack/node-core-library": "5.20.1" | ||
| }, | ||
| "devDependencies": { | ||
| "@rushstack/heft": "1.1.7", | ||
| "@rushstack/heft": "1.2.0", | ||
| "eslint": "~9.37.0", | ||
@@ -46,0 +48,0 @@ "decoupled-local-node-rig": "1.0.0" |
Sorry, the diff of this file is too big to display
Long strings
Supply chain riskContains long string literals, which may be a sign of obfuscated or packed code.
Found 1 instance in 1 package
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
Long strings
Supply chain riskContains long string literals, which may be a sign of obfuscated or packed code.
Found 1 instance in 1 package
1367524
0.07%16939
0.1%0
-100%+ Added
- Removed