@grida/canvas-wasm 0.0.21 → 0.0.22
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
|
@@ -5762,7 +5762,7 @@ module.exports = __toCommonJS(index_exports);
|
|
|
5762
5762
|
var import_grida_canvas_wasm = __toESM(require_grida_canvas_wasm());
|
|
5763
5763
|
|
|
5764
5764
|
// package.json
|
|
5765
|
-
var version = "0.0.
|
|
5765
|
+
var version = "0.0.21";
|
|
5766
5766
|
|
|
5767
5767
|
// lib/index.ts
|
|
5768
5768
|
async function init(opts) {
|
package/dist/index.mjs
CHANGED
|
@@ -5751,7 +5751,7 @@ var require_grida_canvas_wasm = __commonJS({
|
|
|
5751
5751
|
var import_grida_canvas_wasm = __toESM(require_grida_canvas_wasm());
|
|
5752
5752
|
|
|
5753
5753
|
// package.json
|
|
5754
|
-
var version = "0.0.
|
|
5754
|
+
var version = "0.0.21";
|
|
5755
5755
|
|
|
5756
5756
|
// lib/index.ts
|
|
5757
5757
|
async function init(opts) {
|