@cspell/cspell-types
Advanced tools
Comparing version 5.3.0-alpha.3 to 5.3.0-alpha.4
@@ -6,2 +6,13 @@ # Change Log | ||
# [5.3.0-alpha.4](https://github.com/streetsidesoftware/cspell/compare/v5.3.0-alpha.3...v5.3.0-alpha.4) (2021-02-25) | ||
### Bug Fixes | ||
* be able to report on glob source. ([#1001](https://github.com/streetsidesoftware/cspell/issues/1001)) ([1020d56](https://github.com/streetsidesoftware/cspell/commit/1020d56ba04e8418d162d4bde8e4948546a8f7d2)) | ||
# [5.3.0-alpha.3](https://github.com/streetsidesoftware/cspell/compare/v5.3.0-alpha.2...v5.3.0-alpha.3) (2021-02-23) | ||
@@ -8,0 +19,0 @@ |
@@ -334,2 +334,4 @@ export declare type ReplaceEntry = [string, string]; | ||
root?: string; | ||
/** Optional source of the glob, used when merging settings to determine the origin. */ | ||
source?: string; | ||
} | ||
@@ -336,0 +338,0 @@ /** |
@@ -6,3 +6,3 @@ { | ||
}, | ||
"version": "5.3.0-alpha.3", | ||
"version": "5.3.0-alpha.4", | ||
"description": "Types for cspell and cspell-lib", | ||
@@ -49,5 +49,5 @@ "main": "dist/index.js", | ||
"ts-json-schema-generator": "^0.86.1", | ||
"typescript": "^4.1.5" | ||
"typescript": "^4.2.2" | ||
}, | ||
"gitHead": "4ab3c426b21963fd03e4f558fc8b378c415a6650" | ||
"gitHead": "5d3eb97efae5ebf7a7d8beedc3c0dbe912d0f405" | ||
} |
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
47312
1205