@ecmaos/kernel 0.1.2 → 0.2.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/package.json CHANGED
@@ -1,8 +1,8 @@
1
1
  {
2
2
  "name": "@ecmaos/kernel",
3
3
  "description": "ecmaOS: Micro-kernel and framework for web technologies",
4
- "version": "0.1.2",
5
- "license": "MIT",
4
+ "version": "0.2.0",
5
+ "license": "MIT+Apache-2.0",
6
6
  "homepage": "https://ecmaos.sh",
7
7
  "repository": "https://github.com/ecmaos/ecmaos",
8
8
  "author": {
@@ -25,7 +25,6 @@
25
25
  "Don't expect any sort of POSIX compliance at this stage",
26
26
  "Most commands/devices are very basic implementations, not complete reproductions",
27
27
  "stdin/stdout/stderr streams and redirection can be wonky and don't work everywhere, but are coming along",
28
- "Newly created files on any IndexedDB-backed filesystem are not readable until the kernel is restarted",
29
28
  "Lots of unfinished work; watch your step"
30
29
  ],
31
30
  "tips": [
@@ -78,6 +77,8 @@
78
77
  "@types/emscripten": "^1.39.13",
79
78
  "@types/figlet": "^1.7.0",
80
79
  "@types/node": "^22.7.4",
80
+ "@types/pako": "^2.0.3",
81
+ "@types/semver": "^7.5.8",
81
82
  "@types/shell-quote": "^1.7.5",
82
83
  "@types/w3c-clipboard": "^1.0.0",
83
84
  "@types/w3c-gamepad": "^0.0.1",
@@ -101,7 +102,6 @@
101
102
  "@xterm/addon-attach": "^0.11.0",
102
103
  "@xterm/addon-web-links": "^0.11.0",
103
104
  "canvas": "^2.11.2",
104
- "chalk": "^5.3.0",
105
105
  "concurrently": "^9.0.1",
106
106
  "eslint": "^9.12.0",
107
107
  "fake-indexeddb": "^6.0.0",
@@ -111,7 +111,6 @@
111
111
  "playwright": "^1.47.2",
112
112
  "sass-embedded": "^1.79.4",
113
113
  "serve": "^14.2.3",
114
- "typedoc": "^0.26.8",
115
114
  "typescript": "^5.6.3",
116
115
  "typescript-eslint": "^8.8.0",
117
116
  "user-agent-data-types": "^0.4.2",
@@ -120,10 +119,11 @@
120
119
  "vite-plugin-node-polyfills": "^0.22.0",
121
120
  "vite-tsconfig-paths": "^5.0.1",
122
121
  "vitest": "^2.1.2",
123
- "@ecmaos/types": "^0.1.2",
124
- "@ecmaos/config-typescript": "^0.1.1"
122
+ "@ecmaos/config-typescript": "^0.1.1",
123
+ "@ecmaos/types": "^0.2.0"
125
124
  },
126
125
  "dependencies": {
126
+ "@gera2ld/tarjs": "^0.3.1",
127
127
  "@thi.ng/emoji": "^0.2.3",
128
128
  "@thi.ng/text-canvas": "^3.0.41",
129
129
  "@thi.ng/text-format": "^2.2.14",
@@ -133,12 +133,13 @@
133
133
  "@xterm/addon-search": "^0.15.0",
134
134
  "@xterm/addon-serialize": "^0.13.0",
135
135
  "@xterm/xterm": "^5.5.0",
136
- "@zenfs/core": "^1.3.3",
137
- "@zenfs/dom": "^1.0.6",
136
+ "@zenfs/core": "^1.6.6",
137
+ "@zenfs/dom": "^1.0.7",
138
138
  "@zenfs/emscripten": "^0.1.2",
139
139
  "@zenfs/zip": "^0.5.2",
140
140
  "@zip.js/zip.js": "^2.7.52",
141
141
  "ansi-escape-sequences": "^6.2.3",
142
+ "chalk": "^5.3.0",
142
143
  "cli-spinners": "^3.2.0",
143
144
  "command-line-args": "^6.0.0",
144
145
  "command-line-usage": "^7.0.3",
@@ -148,6 +149,8 @@
148
149
  "jose": "^5.9.6",
149
150
  "modelfusion": "^0.137.0",
150
151
  "notyf": "^3.10.0",
152
+ "pako": "^2.1.0",
153
+ "semver": "^7.6.3",
151
154
  "shell-quote": "^1.8.1",
152
155
  "topbar": "^3.0.0",
153
156
  "tslog": "^4.9.3",
@@ -155,14 +158,14 @@
155
158
  "winbox": "^0.2.82",
156
159
  "@ecmaos/bios": "^0.1.1",
157
160
  "@ecmaos/device-audio": "^0.0.2",
158
- "@ecmaos/device-gamepad": "^0.0.2",
159
- "@ecmaos/device-bluetooth": "^0.0.2",
160
161
  "@ecmaos/device-battery": "^0.0.2",
161
- "@ecmaos/device-gpu": "^0.0.2",
162
+ "@ecmaos/device-bluetooth": "^0.0.2",
163
+ "@ecmaos/device-gamepad": "^0.0.2",
162
164
  "@ecmaos/device-geo": "^0.0.2",
163
165
  "@ecmaos/device-hid": "^0.0.2",
164
166
  "@ecmaos/device-midi": "^0.0.2",
165
167
  "@ecmaos/device-presentation": "^0.0.2",
168
+ "@ecmaos/device-gpu": "^0.0.2",
166
169
  "@ecmaos/device-sensors": "^0.0.2",
167
170
  "@ecmaos/device-serial": "^0.0.2",
168
171
  "@ecmaos/device-usb": "^0.0.2",