@cspell/cspell-tools 8.9.1 → 8.10.0

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,4 +1,3 @@
1
- /// <reference types="node" resolution-mode="require"/>
2
1
  export declare enum OSFlags {
3
2
  auto = -1,
4
3
  FAT = 0,
@@ -1,4 +1,3 @@
1
- /// <reference types="node" resolution-mode="require"/>
2
1
  type HashAlgorithm = 'SHA1';
3
2
  export declare function calcChecksum(buf: Buffer, alg?: HashAlgorithm): string;
4
3
  export declare function checkChecksum(checksum: string, buf: Buffer, alg?: HashAlgorithm): boolean;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cspell/cspell-tools",
3
- "version": "8.9.1",
3
+ "version": "8.10.0",
4
4
  "description": "Tools to assist with the development of cSpell",
5
5
  "publishConfig": {
6
6
  "access": "public"
@@ -50,13 +50,13 @@
50
50
  },
51
51
  "homepage": "https://github.com/streetsidesoftware/cspell#readme",
52
52
  "dependencies": {
53
- "@cspell/cspell-pipe": "8.9.1",
53
+ "@cspell/cspell-pipe": "8.10.0",
54
54
  "commander": "^12.1.0",
55
55
  "cosmiconfig": "9.0.0",
56
- "cspell-trie-lib": "8.9.1",
56
+ "cspell-trie-lib": "8.10.0",
57
57
  "gensequence": "^7.0.0",
58
- "glob": "^10.4.1",
59
- "hunspell-reader": "8.9.1",
58
+ "glob": "^10.4.2",
59
+ "hunspell-reader": "8.10.0",
60
60
  "yaml": "^2.4.5"
61
61
  },
62
62
  "engines": {
@@ -68,5 +68,5 @@
68
68
  "ts-json-schema-generator": "^2.3.0"
69
69
  },
70
70
  "module": "bin.mjs",
71
- "gitHead": "f532c77cca4bfae380293c586f02f377354c850b"
71
+ "gitHead": "a5dde6ae7e2ac86ac956220d4b8c39a0e58e1bc6"
72
72
  }