@biomejs/wasm-web 1.2.0 → 1.2.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
@@ -230,15 +230,15 @@ interface JsonFormatter {
230
230
  /**
231
231
  * The size of the indentation applied to JSON (and its super languages) files. Default to 2.
232
232
  */
233
- indent_size?: number;
233
+ indentSize?: number;
234
234
  /**
235
235
  * The indent style applied to JSON (and its super languages) files.
236
236
  */
237
- indent_style?: PlainIndentStyle;
237
+ indentStyle?: PlainIndentStyle;
238
238
  /**
239
239
  * What's the max width of a line, applied to JSON (and its super languages) files. Defaults to 80.
240
240
  */
241
- line_width?: LineWidth;
241
+ lineWidth?: LineWidth;
242
242
  }
243
243
  interface JsonParser {
244
244
  /**
Binary file
package/package.json CHANGED
@@ -1 +1 @@
1
- {"name":"@biomejs/wasm-web","collaborators":["Rome Tools Developers and Contributors"],"description":"WebAssembly bindings to the Rome Workspace API","version":"1.2.0","license":"MIT","repository":{"type":"git","url":"https://github.com/biomejs/biome"},"files":["biome_wasm_bg.wasm","biome_wasm.js","biome_wasm.d.ts"],"module":"biome_wasm.js","types":"biome_wasm.d.ts","sideEffects":["./snippets/*"]}
1
+ {"name":"@biomejs/wasm-web","collaborators":["Rome Tools Developers and Contributors"],"description":"WebAssembly bindings to the Rome Workspace API","version":"1.2.1","license":"MIT","repository":{"type":"git","url":"https://github.com/biomejs/biome"},"files":["biome_wasm_bg.wasm","biome_wasm.js","biome_wasm.d.ts"],"module":"biome_wasm.js","types":"biome_wasm.d.ts","sideEffects":["./snippets/*"]}