@ecmaos/coreutils 0.5.2 → 0.5.3

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.5.3 build /home/archmag0s/code/ecmaos/core/utils
4
4
  > tsc
5
5
 
package/CHANGELOG.md CHANGED
@@ -1,5 +1,21 @@
1
1
  # @ecmaos/coreutils
2
2
 
3
+ ## 0.5.3
4
+
5
+ ### Patch Changes
6
+
7
+ - 9864d20: Major Features:
8
+ Git coreutil: New git command implementation (core/utils/src/commands/git.ts - 843 lines)
9
+ Export command: Environment variable management with HOSTNAME set in shell environment
10
+ WASM/WASI improvements: Enhanced WASI support with preview1 and preview2 implementations
11
+ Web Kernel → Web OS: Renamed across documentation and meta tags
12
+ Improvements:
13
+ BIOS improvements (WIP) and UI HTML sync
14
+ Terminal command refactoring and structure changes
15
+ Documentation updates (392 files changed, mostly doc regeneration)
16
+ - Updated dependencies [9864d20]
17
+ - @ecmaos/types@0.7.4
18
+
3
19
  ## 0.5.2
4
20
 
5
21
  ### 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"}