@ecmaos/types 0.5.1 → 0.6.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/.turbo/turbo-build.log +1 -1
- package/CHANGELOG.md +6 -0
- package/LICENSE +1 -1
- package/package.json +2 -2
package/.turbo/turbo-build.log
CHANGED
package/CHANGELOG.md
CHANGED
package/LICENSE
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
# Dual MIT/Apache-2.0 License
|
|
2
2
|
|
|
3
|
-
Copyright (c) 2024-
|
|
3
|
+
Copyright (c) 2024-2026 Jay Mathis <code@mathis.network>
|
|
4
4
|
|
|
5
5
|
Except as otherwise noted in individual files, this software is licensed under the MIT license (<http://opensource.org/licenses/MIT>), or the Apache License, Version 2.0 (<http://www.apache.org/licenses/LICENSE-2.0>).
|
|
6
6
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ecmaos/types",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.6.0",
|
|
4
4
|
"description": "Type definitions for ecmaOS",
|
|
5
5
|
"author": "Jay Mathis",
|
|
6
6
|
"license": "MIT+Apache-2.0",
|
|
@@ -11,7 +11,7 @@
|
|
|
11
11
|
"dependencies": {
|
|
12
12
|
"@xterm/xterm": "^5.5.0",
|
|
13
13
|
"@zenfs/archives": "^1.3.1",
|
|
14
|
-
"@zenfs/core": "^2.4.
|
|
14
|
+
"@zenfs/core": "^2.4.4",
|
|
15
15
|
"@zenfs/dom": "^1.2.5",
|
|
16
16
|
"@zenfs/emscripten": "^1.0.5",
|
|
17
17
|
"chalk": "^5.3.0",
|