@ms-cloudpack/package-utilities
Advanced tools
Comparing version 3.1.0 to 3.1.1
import path from 'path'; | ||
import { cleanEntry } from './cleanEntry.js'; | ||
const defaultConditions = ['browser', 'import', 'module', 'default']; | ||
const defaultConditions = ['browser', 'module', 'import', 'default']; | ||
/** | ||
@@ -5,0 +5,0 @@ * Given a package definition and applicable conditions, return a flat map of package import to physical (relative) path. |
@@ -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.34.4" | ||
"packageVersion": "7.34.8" | ||
} | ||
] | ||
} |
{ | ||
"name": "@ms-cloudpack/package-utilities", | ||
"version": "3.1.0", | ||
"version": "3.1.1", | ||
"description": "Utilities for resolving/parsing packages and their imports.", | ||
@@ -29,10 +29,9 @@ "license": "MIT", | ||
"devDependencies": { | ||
"@ms-cloudpack/eslint-plugin-internal": "*", | ||
"@ms-cloudpack/scripts": "*", | ||
"@ms-cloudpack/eslint-config-base": "*", | ||
"@ms-cloudpack/test-utilities": "*", | ||
"@types/resolve": "1.20.2", | ||
"@babel/types": "7.21.4" | ||
"@types/resolve": "^1.20.2", | ||
"@babel/types": "^7.21.4" | ||
}, | ||
"scripts": { | ||
"api:update": "cloudpack-scripts api-update", | ||
"api": "cloudpack-scripts api", | ||
@@ -39,0 +38,0 @@ "build:watch": "cloudpack-scripts build-watch", |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
166466