@grida/canvas-wasm 0.0.41 → 0.0.42
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/dist/grida_canvas_wasm.wasm +0 -0
- package/dist/index.js +1 -1
- package/dist/index.mjs +1 -1
- package/package.json +1 -1
|
Binary file
|
package/dist/index.js
CHANGED
|
@@ -5823,7 +5823,7 @@ module.exports = __toCommonJS(index_exports);
|
|
|
5823
5823
|
var import_grida_canvas_wasm = __toESM(require_grida_canvas_wasm());
|
|
5824
5824
|
|
|
5825
5825
|
// package.json
|
|
5826
|
-
var version = "0.0.
|
|
5826
|
+
var version = "0.0.41";
|
|
5827
5827
|
|
|
5828
5828
|
// lib/index.ts
|
|
5829
5829
|
async function init(opts) {
|
package/dist/index.mjs
CHANGED
|
@@ -5812,7 +5812,7 @@ var require_grida_canvas_wasm = __commonJS({
|
|
|
5812
5812
|
var import_grida_canvas_wasm = __toESM(require_grida_canvas_wasm());
|
|
5813
5813
|
|
|
5814
5814
|
// package.json
|
|
5815
|
-
var version = "0.0.
|
|
5815
|
+
var version = "0.0.41";
|
|
5816
5816
|
|
|
5817
5817
|
// lib/index.ts
|
|
5818
5818
|
async function init(opts) {
|