@ms-cloudpack/config-types
Advanced tools
Comparing version 0.1.2 to 0.1.3
@@ -13,3 +13,4 @@ import type { Feature } from './Feature.js'; | ||
resolveWebExtensions: Feature; | ||
optimizeDependencies: Feature; | ||
}; | ||
//# sourceMappingURL=allFeatures.d.ts.map |
@@ -12,3 +12,6 @@ /** | ||
resolveWebExtensions: { description: 'Enables React Native type resolution of .web.ts extensions.' }, | ||
optimizeDependencies: { | ||
description: 'Adds used and missing dependencies as included and unused dependencies as excluded.', | ||
}, | ||
}; | ||
//# sourceMappingURL=allFeatures.js.map |
{ | ||
"name": "@ms-cloudpack/config-types", | ||
"version": "0.1.2", | ||
"version": "0.1.3", | ||
"description": "TypeScript types for the Cloudpack Configuration. We keep these separate to eliminate circular package dependencies.", | ||
@@ -21,3 +21,3 @@ "license": "MIT", | ||
"dependencies": { | ||
"@ms-cloudpack/create-express-app": "^1.3.12" | ||
"@ms-cloudpack/create-express-app": "^1.3.13" | ||
}, | ||
@@ -24,0 +24,0 @@ "scripts": { |
Sorry, the diff of this file is not supported yet
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
47516
414