cspell-io 9.1.2 → 9.1.5

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.
Files changed (2) hide show
  1. package/dist/index.d.ts +0 -1
  2. package/package.json +4 -4
package/dist/index.d.ts CHANGED
@@ -9,7 +9,6 @@ import { ServiceBus } from "@cspell/cspell-service-bus";
9
9
  declare function toArray<T>(asyncIterable: AsyncIterable<T> | Iterable<T> | Iterable<Promise<T>>): Promise<T[]>;
10
10
  //#endregion
11
11
  //#region src/models/BufferEncoding.d.ts
12
- // eslint-disable-next-line unicorn/text-encoding-identifier-case
13
12
  type TextEncoding = "utf-8" | "utf8" | "utf16le" | "utf16be" | "utf-16le" | "utf-16be";
14
13
  type BufferEncoding = "base64" | "base64url" | "hex" | TextEncoding;
15
14
  //#endregion
package/package.json CHANGED
@@ -4,7 +4,7 @@
4
4
  "access": "public",
5
5
  "provenance": true
6
6
  },
7
- "version": "9.1.2",
7
+ "version": "9.1.5",
8
8
  "description": "A library of useful I/O functions used across various cspell tools.",
9
9
  "type": "module",
10
10
  "sideEffects": false,
@@ -56,8 +56,8 @@
56
56
  "vitest-fetch-mock": "^0.4.5"
57
57
  },
58
58
  "dependencies": {
59
- "@cspell/cspell-service-bus": "9.1.2",
60
- "@cspell/url": "9.1.2"
59
+ "@cspell/cspell-service-bus": "9.1.5",
60
+ "@cspell/url": "9.1.5"
61
61
  },
62
- "gitHead": "231a39f34c2c586ebb596ae7b2a832a996a80a1e"
62
+ "gitHead": "6303813cb5da37e88b3ccab7ce5bcf09373f5cf2"
63
63
  }