@blit-sh/browser 0.18.0 → 0.19.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/blit_browser.js CHANGED
@@ -1,5 +1,5 @@
1
1
  /* @ts-self-types="./blit_browser.d.ts" */
2
- import { blitFillTextCodePoint, blitFillTextStretched } from './snippets/blit-browser-7a3a34cbb9806601/inline0.js';
2
+ import { blitFillTextCodePoint, blitFillTextStretched } from './snippets/blit-browser-897aa25ccaa8ae04/inline0.js';
3
3
 
4
4
  export class Terminal {
5
5
  __destroy_into_raw() {
@@ -332,7 +332,7 @@ export function wasm_memory() {
332
332
  const ret = wasm.wasm_memory();
333
333
  return ret;
334
334
  }
335
- import * as import1 from "./snippets/blit-browser-7a3a34cbb9806601/inline0.js"
335
+ import * as import1 from "./snippets/blit-browser-897aa25ccaa8ae04/inline0.js"
336
336
 
337
337
  function __wbg_get_imports() {
338
338
  const import0 = {
@@ -351,10 +351,10 @@ function __wbg_get_imports() {
351
351
  __wbg_beginPath_596efed55075dbc3: function(arg0) {
352
352
  arg0.beginPath();
353
353
  },
354
- __wbg_blitFillTextCodePoint_6cd83a408df4ca3a: function(arg0, arg1, arg2, arg3) {
354
+ __wbg_blitFillTextCodePoint_664f64b67966b0d6: function(arg0, arg1, arg2, arg3) {
355
355
  blitFillTextCodePoint(arg0, arg1 >>> 0, arg2, arg3);
356
356
  },
357
- __wbg_blitFillTextStretched_12d0d722003070f7: function(arg0, arg1, arg2, arg3, arg4) {
357
+ __wbg_blitFillTextStretched_b1a7be16ffaa17be: function(arg0, arg1, arg2, arg3, arg4) {
358
358
  blitFillTextStretched(arg0, arg1 >>> 0, arg2, arg3, arg4);
359
359
  },
360
360
  __wbg_clearRect_ea4f3d34d76f4bc5: function(arg0, arg1, arg2, arg3, arg4) {
@@ -487,7 +487,7 @@ function __wbg_get_imports() {
487
487
  return {
488
488
  __proto__: null,
489
489
  "./blit_browser_bg.js": import0,
490
- "./snippets/blit-browser-7a3a34cbb9806601/inline0.js": import1,
490
+ "./snippets/blit-browser-897aa25ccaa8ae04/inline0.js": import1,
491
491
  };
492
492
  }
493
493
 
Binary file
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@blit-sh/browser",
3
- "version": "0.18.0",
3
+ "version": "0.19.0",
4
4
  "type": "module",
5
5
  "description": "Low-latency terminal streaming — browser WASM renderer",
6
6
  "main": "blit_browser.js",