@ecmaos/coreutils 0.6.2 → 0.6.4

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.6.2 build /home/archmag0s/code/ecmaos/core/utils
3
+ > @ecmaos/coreutils@0.6.4 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.6.4
4
+
5
+ ### Patch Changes
6
+
7
+ - ce81fd9: add crypto coreutil; add web3 coreutil; add history bang expansion; fix multi-line command editing and navigation
8
+ - Updated dependencies [ce81fd9]
9
+ - @ecmaos/types@0.8.5
10
+
11
+ ## 0.6.3
12
+
13
+ ### Patch Changes
14
+
15
+ - a6b9d3b: revamp execution header parsing
16
+ - Updated dependencies [a6b9d3b]
17
+ - @ecmaos/types@0.8.4
18
+
3
19
  ## 0.6.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=crypto.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"crypto.d.ts","sourceRoot":"","sources":["../../src/commands/crypto.ts"],"names":[],"mappings":"AAEA,OAAO,KAAK,EAAE,MAAM,EAAW,KAAK,EAAE,QAAQ,EAAE,MAAM,eAAe,CAAA;AACrE,OAAO,EAAE,eAAe,EAAE,MAAM,+BAA+B,CAAA;AA85C/D,wBAAgB,aAAa,CAAC,MAAM,EAAE,MAAM,EAAE,KAAK,EAAE,KAAK,EAAE,QAAQ,EAAE,QAAQ,GAAG,eAAe,CAwD/F"}