@ms-cloudpack/config-types
Advanced tools
Comparing version 0.4.2 to 0.4.3
@@ -40,4 +40,4 @@ import type { DevServer } from './DevServer.js'; | ||
/** | ||
* Glob pattern to match `patch-package` patch files. This is used to determine which files in the repository are patch files. | ||
* The pattern is relative to the repository root. | ||
* Glob pattern to match `patch-package` patch files, relative to the project root | ||
* (usually the same as the repository root). | ||
* @default "patches/*.patch" | ||
@@ -44,0 +44,0 @@ */ |
{ | ||
"name": "@ms-cloudpack/config-types", | ||
"version": "0.4.2", | ||
"version": "0.4.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.17" | ||
"@ms-cloudpack/create-express-app": "^1.4.0" | ||
}, | ||
@@ -24,0 +24,0 @@ "scripts": { |
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
47904