@miaws/miaw 1.18.2 → 1.18.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.
package/miaw.js CHANGED
File without changes
package/package.json CHANGED
@@ -1,13 +1,12 @@
1
- 
2
- {
3
- "name": "@miaws/miaw",
4
- "version": "1.18.2",
5
- "description": "MIAW-CLI — Open source agentic terminal",
6
- "license": "MIT",
7
- "bin": {
8
- "miaw": "./miaw.cmd"
9
- },
10
- "optionalDependencies": {
11
- "@miaws/miaw-windows-x64": "1.17.6"
12
- }
1
+ {
2
+ "version": "1.18.3",
3
+ "name": "@miaws/miaw",
4
+ "optionalDependencies": {
5
+ "@miaws/miaw-windows-x64": "1.17.6"
6
+ },
7
+ "description": "MIAW-CLI - Open source agentic terminal",
8
+ "bin": {
9
+ "miaw": "./miaw.js"
10
+ },
11
+ "license": "MIT"
13
12
  }
@@ -1,13 +0,0 @@
1
- 
2
- {
3
- "name": "@miaws/miaw",
4
- "version": "1.18.2",
5
- "description": "MIAW-CLI — Open source agentic terminal",
6
- "license": "MIT",
7
- "bin": {
8
- "miaw": "./bin/miaw"
9
- },
10
- "optionalDependencies": {
11
- "@miaws/miaw-windows-x64": "1.17.6"
12
- }
13
- }
package/miaw.cmd DELETED
@@ -1,10 +0,0 @@
1
-
2
- @ECHO off
3
- GOTO start
4
- :find_dp0
5
- SET dp0=%~dp0
6
- EXIT /b
7
- :start
8
- SETLOCAL
9
- CALL :find_dp0
10
- node "%dp0%\miaw.js" %*