@ecmaos/types 0.5.0 → 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 +18 -0
- package/LICENSE +1 -1
- package/package.json +2 -2
package/.turbo/turbo-build.log
CHANGED
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,23 @@
|
|
|
1
1
|
# @ecmaos/types
|
|
2
2
|
|
|
3
|
+
## 0.6.0
|
|
4
|
+
|
|
5
|
+
### Minor Changes
|
|
6
|
+
|
|
7
|
+
- 0da04b1: fix: refactor shell glob expansion; many new coreutils; dev scripts
|
|
8
|
+
|
|
9
|
+
## 0.5.1
|
|
10
|
+
|
|
11
|
+
### Patch Changes
|
|
12
|
+
|
|
13
|
+
- e66e9f9: - Enhanced version retrieval for workspace dependencies
|
|
14
|
+
- Removed coreutils version retrieval and updated dependency links
|
|
15
|
+
- Enhanced 'ls' command output formatting
|
|
16
|
+
- Fixed terminal input handling for cursor positioning
|
|
17
|
+
- Implemented PID files in /run directory for process tracking
|
|
18
|
+
- Added holiday emoji display functionality
|
|
19
|
+
- Rebuilt documentation
|
|
20
|
+
|
|
3
21
|
## 0.5.0
|
|
4
22
|
|
|
5
23
|
### Minor Changes
|
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",
|