@kofany/beamterm-terx 0.12.11 → 0.12.12

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.
@@ -243,14 +243,14 @@ if (!('encodeInto' in cachedTextEncoder)) {
243
243
 
244
244
  let WASM_VECTOR_LEN = 0;
245
245
 
246
- function wasm_bindgen__convert__closures_____invoke__h9fc62350024edcc7(arg0, arg1, arg2) {
247
- wasm.wasm_bindgen__convert__closures_____invoke__h9fc62350024edcc7(arg0, arg1, arg2);
248
- }
249
-
250
246
  function wasm_bindgen__convert__closures_____invoke__hbee1b5e623a87165(arg0, arg1, arg2) {
251
247
  wasm.wasm_bindgen__convert__closures_____invoke__hbee1b5e623a87165(arg0, arg1, arg2);
252
248
  }
253
249
 
250
+ function wasm_bindgen__convert__closures_____invoke__h9fc62350024edcc7(arg0, arg1, arg2) {
251
+ wasm.wasm_bindgen__convert__closures_____invoke__h9fc62350024edcc7(arg0, arg1, arg2);
252
+ }
253
+
254
254
  const BatchFinalization = (typeof FinalizationRegistry === 'undefined')
255
255
  ? { register: () => {}, unregister: () => {} }
256
256
  : new FinalizationRegistry(ptr => wasm.__wbg_batch_free(ptr >>> 0, 1));
Binary file
package/package.json CHANGED
@@ -2,19 +2,15 @@
2
2
  "name": "@kofany/beamterm-terx",
3
3
  "type": "module",
4
4
  "collaborators": [
5
- "Adrian Papari <junkdog@angelhill.net>",
6
- "Jerzy \"kofany\" Dabrowski <j@dabrowski.biz>"
5
+ "Adrian Papari <junkdog@angelhill.net>"
7
6
  ],
8
7
  "description": "High-performance WebGL2 terminal renderer for beamterm, targeting sub-millisecond render times in web browsers",
9
- "version": "0.12.11",
8
+ "version": "0.12.12",
10
9
  "license": "MIT",
11
10
  "repository": {
12
11
  "type": "git",
13
12
  "url": "https://github.com/kofany/beamterm"
14
13
  },
15
- "publishConfig": {
16
- "access": "public"
17
- },
18
14
  "files": [
19
15
  "beamterm_renderer_bg.wasm",
20
16
  "beamterm_renderer.js",