@vizejs/wasm 0.39.0 → 0.41.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.
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "@vizejs/wasm",
3
3
  "type": "module",
4
4
  "description": "Vize WASM bindings for browser environments",
5
- "version": "0.39.0",
5
+ "version": "0.41.0",
6
6
  "license": "MIT",
7
7
  "repository": {
8
8
  "type": "git",
package/vize_vitrine.d.ts CHANGED
@@ -143,7 +143,7 @@ export function parseTemplate(template: string, options: any): any;
143
143
  * Perform type checking on a Vue SFC
144
144
  *
145
145
  * This performs AST-based type analysis without requiring a TypeScript compiler.
146
- * For full type checking, use the CLI with tsgo integration.
146
+ * For full type checking, use the CLI with Corsa integration.
147
147
  */
148
148
  export function typeCheck(source: string, options: any): any;
149
149
 
package/vize_vitrine.js CHANGED
@@ -437,7 +437,7 @@ export function parseTemplate(template, options) {
437
437
  * Perform type checking on a Vue SFC
438
438
  *
439
439
  * This performs AST-based type analysis without requiring a TypeScript compiler.
440
- * For full type checking, use the CLI with tsgo integration.
440
+ * For full type checking, use the CLI with Corsa integration.
441
441
  * @param {string} source
442
442
  * @param {any} options
443
443
  * @returns {any}
Binary file