@ionyx-apps/cli 0.3.8 → 0.3.9

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/bin/ionyx.exe CHANGED
Binary file
@@ -1,6 +1,6 @@
1
1
  [package]
2
2
  name = "ionyx-cli"
3
- version = "0.3.8"
3
+ version = "0.3.9"
4
4
  edition = "2021"
5
5
  description = "Ionyx Framework CLI Tool"
6
6
  authors = ["Ionyx Team"]
@@ -1,6 +1,6 @@
1
1
  [package]
2
2
  name = "my-ionyx-app"
3
- version = "0.3.8"
3
+ version = "0.3.9"
4
4
  edition = "2021"
5
5
 
6
6
  [workspace]
@@ -1,6 +1,6 @@
1
1
  [package]
2
2
  name = "my-ionyx-app"
3
- version = "0.3.8"
3
+ version = "0.3.9"
4
4
  edition = "2021"
5
5
 
6
6
  [lib]
@@ -1,6 +1,6 @@
1
1
  [package]
2
2
  name = "my-ionyx-app"
3
- version = "0.3.8"
3
+ version = "0.3.9"
4
4
  edition = "2021"
5
5
 
6
6
  [workspace]
@@ -1,6 +1,6 @@
1
1
  [package]
2
2
  name = "my-ionyx-app"
3
- version = "0.3.8"
3
+ version = "0.3.9"
4
4
  edition = "2021"
5
5
 
6
6
  [workspace]
@@ -1,6 +1,6 @@
1
1
  [package]
2
2
  name = "my-ionyx-app"
3
- version = "0.3.8"
3
+ version = "0.3.9"
4
4
  edition = "2021"
5
5
 
6
6
  [[bin]]
@@ -1,6 +1,6 @@
1
1
  [package]
2
2
  name = "my-ionyx-app"
3
- version = "0.3.8"
3
+ version = "0.3.9"
4
4
  edition = "2021"
5
5
 
6
6
  [workspace]
@@ -1,6 +1,6 @@
1
1
  [package]
2
2
  name = "my-ionyx-app"
3
- version = "0.3.8"
3
+ version = "0.3.9"
4
4
  edition = "2021"
5
5
 
6
6
  [workspace]
@@ -1,6 +1,6 @@
1
1
  [package]
2
2
  name = "my-ionyx-app"
3
- version = "0.3.8"
3
+ version = "0.3.9"
4
4
  edition = "2021"
5
5
 
6
6
  [workspace]
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ionyx-apps/cli",
3
- "version": "0.3.8",
3
+ "version": "0.3.9",
4
4
  "description": "Ionyx Framework CLI - High-performance desktop apps with Rust and WebGPU",
5
5
  "main": "index.js",
6
6
  "type": "commonjs",