blit-browser 0.8.0 → 0.8.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/blit_browser.js CHANGED
@@ -1,5 +1,5 @@
1
1
  /* @ts-self-types="./blit_browser.d.ts" */
2
- import { blitFillTextCodePoint } from './snippets/blit-browser-12f04933223f50b6/inline0.js';
2
+ import { blitFillTextCodePoint } from './snippets/blit-browser-3468b04a38985509/inline0.js';
3
3
 
4
4
  export class Terminal {
5
5
  __destroy_into_raw() {
@@ -327,7 +327,7 @@ function __wbg_get_imports() {
327
327
  __wbg_beginPath_596efed55075dbc3: function(arg0) {
328
328
  arg0.beginPath();
329
329
  },
330
- __wbg_blitFillTextCodePoint_4e31578d6efbfa78: function(arg0, arg1, arg2, arg3) {
330
+ __wbg_blitFillTextCodePoint_ceff72ca6d2a2c4b: function(arg0, arg1, arg2, arg3) {
331
331
  blitFillTextCodePoint(arg0, arg1 >>> 0, arg2, arg3);
332
332
  },
333
333
  __wbg_clearRect_ea4f3d34d76f4bc5: function(arg0, arg1, arg2, arg3, arg4) {
Binary file
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "blit-browser",
3
- "version": "0.8.0",
3
+ "version": "0.8.1",
4
4
  "type": "module",
5
5
  "description": "Low-latency terminal streaming — browser WASM renderer",
6
6
  "main": "blit_browser.js",