@kofany/beamterm-terx 0.12.2 → 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.
package/README.md CHANGED
@@ -396,12 +396,6 @@ rustup target add wasm32-unknown-unknown
396
396
 
397
397
  # Install tools
398
398
  cargo install wasm-pack trunk
399
-
400
- # Development server
401
- trunk serve
402
-
403
- # Production build
404
- trunk build --release
405
399
  ```
406
400
 
407
401
  ## Design Decisions
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
- "kofany <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.2",
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",