cspell-lib 7.3.6 → 7.3.8

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,5 +1,5 @@
1
1
  import assert from 'assert';
2
- import { URI, Utils } from '../../lib-cjs/vscodeUri.cjs';
2
+ import { URI, Utils } from 'vscode-uri';
3
3
  const isFile = /^(?:[a-zA-Z]:|[/\\])/;
4
4
  const isPossibleUri = /\w:\/\//;
5
5
  const isUrl = /^(file:|stdin:|https?:|s?ftp:)/;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "cspell-lib",
3
- "version": "7.3.6",
3
+ "version": "7.3.8",
4
4
  "description": "A library of useful functions used across various cspell tools.",
5
5
  "type": "module",
6
6
  "types": "dist/esm/index.d.ts",
@@ -56,44 +56,44 @@
56
56
  },
57
57
  "homepage": "https://github.com/streetsidesoftware/cspell#readme",
58
58
  "dependencies": {
59
- "@cspell/cspell-bundled-dicts": "7.3.6",
60
- "@cspell/cspell-pipe": "7.3.6",
61
- "@cspell/cspell-resolver": "7.3.6",
62
- "@cspell/cspell-types": "7.3.6",
63
- "@cspell/dynamic-import": "7.3.6",
64
- "@cspell/strong-weak-map": "7.3.6",
59
+ "@cspell/cspell-bundled-dicts": "7.3.8",
60
+ "@cspell/cspell-pipe": "7.3.8",
61
+ "@cspell/cspell-resolver": "7.3.8",
62
+ "@cspell/cspell-types": "7.3.8",
63
+ "@cspell/dynamic-import": "7.3.8",
64
+ "@cspell/strong-weak-map": "7.3.8",
65
65
  "clear-module": "^4.1.2",
66
66
  "comment-json": "^4.2.3",
67
67
  "configstore": "^6.0.0",
68
68
  "cosmiconfig": "8.0.0",
69
- "cspell-dictionary": "7.3.6",
70
- "cspell-glob": "7.3.6",
71
- "cspell-grammar": "7.3.6",
72
- "cspell-io": "7.3.6",
73
- "cspell-trie-lib": "7.3.6",
69
+ "cspell-dictionary": "7.3.8",
70
+ "cspell-glob": "7.3.8",
71
+ "cspell-grammar": "7.3.8",
72
+ "cspell-io": "7.3.8",
73
+ "cspell-trie-lib": "7.3.8",
74
74
  "fast-equals": "^5.0.1",
75
75
  "find-up": "^6.3.0",
76
76
  "gensequence": "^6.0.0",
77
77
  "import-fresh": "^3.3.0",
78
78
  "resolve-from": "^5.0.0",
79
- "vscode-languageserver-textdocument": "^1.0.8",
80
- "vscode-uri": "^3.0.7"
79
+ "vscode-languageserver-textdocument": "^1.0.11",
80
+ "vscode-uri": "^3.0.8"
81
81
  },
82
82
  "engines": {
83
83
  "node": ">=16"
84
84
  },
85
85
  "devDependencies": {
86
- "@cspell/dict-cpp": "^4.0.3",
86
+ "@cspell/dict-cpp": "^5.0.8",
87
87
  "@cspell/dict-csharp": "^4.0.2",
88
- "@cspell/dict-css": "^4.0.7",
89
- "@cspell/dict-fa-ir": "^2.0.0",
88
+ "@cspell/dict-css": "^4.0.12",
89
+ "@cspell/dict-fa-ir": "^3.0.0",
90
90
  "@cspell/dict-fr-fr": "^2.2.2",
91
- "@cspell/dict-html": "^4.0.3",
92
- "@cspell/dict-nl-nl": "^2.2.9",
93
- "@cspell/dict-python": "^4.1.8",
91
+ "@cspell/dict-html": "^4.0.5",
92
+ "@cspell/dict-nl-nl": "^2.2.10",
93
+ "@cspell/dict-python": "^4.1.9",
94
94
  "@types/configstore": "^6.0.0",
95
95
  "cspell-dict-nl-nl": "^1.1.2",
96
96
  "lorem-ipsum": "^2.0.8"
97
97
  },
98
- "gitHead": "64ab7715f3f6566c1917084557f2ee415798c6f0"
98
+ "gitHead": "6717f5726b74c695d9023dbccf6f7e8a7ac6361f"
99
99
  }
@@ -1,29 +0,0 @@
1
- "use strict";
2
- var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
3
- if (k2 === undefined) k2 = k;
4
- var desc = Object.getOwnPropertyDescriptor(m, k);
5
- if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
6
- desc = { enumerable: true, get: function() { return m[k]; } };
7
- }
8
- Object.defineProperty(o, k2, desc);
9
- }) : (function(o, m, k, k2) {
10
- if (k2 === undefined) k2 = k;
11
- o[k2] = m[k];
12
- }));
13
- var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
14
- Object.defineProperty(o, "default", { enumerable: true, value: v });
15
- }) : function(o, v) {
16
- o["default"] = v;
17
- });
18
- var __importStar = (this && this.__importStar) || function (mod) {
19
- if (mod && mod.__esModule) return mod;
20
- var result = {};
21
- if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
22
- __setModuleDefault(result, mod);
23
- return result;
24
- };
25
- Object.defineProperty(exports, "__esModule", { value: true });
26
- exports.Utils = exports.URI = void 0;
27
- const vscodeUriPkg = __importStar(require("vscode-uri"));
28
- exports.URI = vscodeUriPkg.URI, exports.Utils = vscodeUriPkg.Utils;
29
- //# sourceMappingURL=vscodeUri.cjs.map
@@ -1,3 +0,0 @@
1
- import * as vscodeUriPkg from 'vscode-uri';
2
- export declare const URI: typeof vscodeUriPkg.URI, Utils: typeof vscodeUriPkg.Utils;
3
- //# sourceMappingURL=vscodeUri.d.cts.map