@ecmaos/types 0.5.0 → 0.5.1

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/types@0.5.0 build /home/archmag0s/code/ecmaos/core/types
3
+ > @ecmaos/types@0.5.1 build /home/archmag0s/code/ecmaos/core/types
4
4
  > tsc
5
5
 
package/CHANGELOG.md CHANGED
@@ -1,5 +1,17 @@
1
1
  # @ecmaos/types
2
2
 
3
+ ## 0.5.1
4
+
5
+ ### Patch Changes
6
+
7
+ - e66e9f9: - Enhanced version retrieval for workspace dependencies
8
+ - Removed coreutils version retrieval and updated dependency links
9
+ - Enhanced 'ls' command output formatting
10
+ - Fixed terminal input handling for cursor positioning
11
+ - Implemented PID files in /run directory for process tracking
12
+ - Added holiday emoji display functionality
13
+ - Rebuilt documentation
14
+
3
15
  ## 0.5.0
4
16
 
5
17
  ### Minor Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ecmaos/types",
3
- "version": "0.5.0",
3
+ "version": "0.5.1",
4
4
  "description": "Type definitions for ecmaOS",
5
5
  "author": "Jay Mathis",
6
6
  "license": "MIT+Apache-2.0",