@ecmaos/coreutils 0.5.2 → 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.
@@ -1,5 +1,5 @@
1
1
 
2
2
 
3
- > @ecmaos/coreutils@0.5.2 build /home/archmag0s/code/ecmaos/core/utils
3
+ > @ecmaos/coreutils@0.6.0 build /home/archmag0s/code/ecmaos/core/utils
4
4
  > tsc
5
5
 
package/CHANGELOG.md CHANGED
@@ -1,5 +1,40 @@
1
1
  # @ecmaos/coreutils
2
2
 
3
+ ## 0.6.0
4
+
5
+ ### Minor Changes
6
+
7
+ - a1c1dd9: tty and history coreutils; now use .history file; fix code app file saving
8
+
9
+ ### Patch Changes
10
+
11
+ - Updated dependencies [a1c1dd9]
12
+ - @ecmaos/types@0.8.1
13
+
14
+ ## 0.5.4
15
+
16
+ ### Patch Changes
17
+
18
+ - 1600ef1: multi-TTY support; mobile improvements (WIP)
19
+ - Updated dependencies [1600ef1]
20
+ - @ecmaos/types@0.8.0
21
+
22
+ ## 0.5.3
23
+
24
+ ### Patch Changes
25
+
26
+ - 9864d20: Major Features:
27
+ Git coreutil: New git command implementation (core/utils/src/commands/git.ts - 843 lines)
28
+ Export command: Environment variable management with HOSTNAME set in shell environment
29
+ WASM/WASI improvements: Enhanced WASI support with preview1 and preview2 implementations
30
+ Web Kernel → Web OS: Renamed across documentation and meta tags
31
+ Improvements:
32
+ BIOS improvements (WIP) and UI HTML sync
33
+ Terminal command refactoring and structure changes
34
+ Documentation updates (392 files changed, mostly doc regeneration)
35
+ - Updated dependencies [9864d20]
36
+ - @ecmaos/types@0.7.4
37
+
3
38
  ## 0.5.2
4
39
 
5
40
  ### Patch Changes
@@ -0,0 +1,4 @@
1
+ import type { Kernel, Shell, Terminal } from '@ecmaos/types';
2
+ import { TerminalCommand } from '../shared/terminal-command.js';
3
+ export declare function createCommand(kernel: Kernel, shell: Shell, terminal: Terminal): TerminalCommand;
4
+ //# sourceMappingURL=git.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"git.d.ts","sourceRoot":"","sources":["../../src/commands/git.ts"],"names":[],"mappings":"AAIA,OAAO,KAAK,EAAE,MAAM,EAAW,KAAK,EAAE,QAAQ,EAAE,MAAM,eAAe,CAAA;AACrE,OAAO,EAAE,eAAe,EAAE,MAAM,+BAA+B,CAAA;AAuwB/D,wBAAgB,aAAa,CAAC,MAAM,EAAE,MAAM,EAAE,KAAK,EAAE,KAAK,EAAE,QAAQ,EAAE,QAAQ,GAAG,eAAe,CA8D/F"}