@biomejs/wasm-web 2.0.0 → 2.0.1

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.
package/biome_wasm.d.ts CHANGED
@@ -3661,7 +3661,7 @@ interface OpenProjectResult {
3661
3661
  */
3662
3662
  scanKind: ScanKind;
3663
3663
  }
3664
- type ScanKind = "none" | "knownFiles" | "project";
3664
+ type ScanKind = "noScanner" | "knownFiles" | "project";
3665
3665
  interface OpenFileParams {
3666
3666
  content: FileContent;
3667
3667
  documentFileSource?: DocumentFileSource;
Binary file
package/package.json CHANGED
@@ -5,7 +5,7 @@
5
5
  "Biome Developers and Contributors"
6
6
  ],
7
7
  "description": "WebAssembly bindings to the Biome workspace API",
8
- "version": "2.0.0",
8
+ "version": "2.0.1",
9
9
  "license": "MIT OR Apache-2.0",
10
10
  "repository": {
11
11
  "type": "git",
@@ -27,5 +27,8 @@
27
27
  "linter",
28
28
  "formatter",
29
29
  "wasm"
30
- ]
30
+ ],
31
+ "publishConfig": {
32
+ "provenance": true
33
+ }
31
34
  }