cspell-lib
Advanced tools
Comparing version 4.0.16 to 4.0.17
@@ -1,2 +0,2 @@ | ||
import Uri from 'vscode-uri'; | ||
import { URI as Uri } from 'vscode-uri'; | ||
export declare type ExclusionFunction = (filename: string) => boolean; | ||
@@ -3,0 +3,0 @@ export declare type Glob = string; |
@@ -14,3 +14,3 @@ "use strict"; | ||
function pathToUri(filePath) { | ||
return vscode_uri_1.default.file(filePath); | ||
return vscode_uri_1.URI.file(filePath); | ||
} | ||
@@ -47,3 +47,3 @@ exports.pathToUri = pathToUri; | ||
function testUriPath(uriPath) { | ||
const uri = vscode_uri_1.default.parse(uriPath); | ||
const uri = vscode_uri_1.URI.parse(uriPath); | ||
return testUri(uri); | ||
@@ -50,0 +50,0 @@ } |
{ | ||
"name": "cspell-lib", | ||
"version": "4.0.16", | ||
"version": "4.0.17", | ||
"description": "A library of useful functions used across various cspell tools.", | ||
@@ -73,8 +73,8 @@ "main": "dist/index.js", | ||
"cspell-dict-scala": "^1.0.8", | ||
"cspell-io": "^4.0.13", | ||
"cspell-trie-lib": "^4.0.11", | ||
"cspell-io": "^4.0.14", | ||
"cspell-trie-lib": "^4.0.12", | ||
"cspell-util-bundle": "^4.0.3", | ||
"fs-extra": "^7.0.1", | ||
"gensequence": "^2.1.2", | ||
"vscode-uri": "^1.0.8" | ||
"vscode-uri": "^2.0.1" | ||
}, | ||
@@ -102,6 +102,3 @@ "engines": { | ||
}, | ||
"devDependencies": { | ||
"cspell-tools": "^4.0.17" | ||
}, | ||
"gitHead": "be75a8577a4a95097b4cc926bd2f835b46a908b4" | ||
"gitHead": "8a9bc6174ae63efdf02519094bf5e160d4f5f02e" | ||
} |
0
160104
+ Addedvscode-uri@2.1.2(transitive)
- Removedvscode-uri@1.0.8(transitive)
Updatedcspell-io@^4.0.14
Updatedcspell-trie-lib@^4.0.12
Updatedvscode-uri@^2.0.1