swe-swe 2.16.2 → 2.17.0

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.
Files changed (2) hide show
  1. package/bin/swe-swe.js +1 -1
  2. package/package.json +7 -7
package/bin/swe-swe.js CHANGED
@@ -46,7 +46,7 @@ try {
46
46
  } else {
47
47
  console.error(
48
48
  `Could not find package ${pkgName}.\n` +
49
- `Make sure it is installed this usually means your platform is supported\n` +
49
+ `Make sure it is installed -- this usually means your platform is supported\n` +
50
50
  `but the optional dependency was not installed.\n\n` +
51
51
  `Try: npm install ${pkgName}\n` +
52
52
  `Or run: npx swe-swe`
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "swe-swe",
3
- "version": "2.16.2",
3
+ "version": "2.17.0",
4
4
  "description": "Your agent: containerized with browser, terminal, and parallel sessions",
5
5
  "type": "module",
6
6
  "bin": {
@@ -15,11 +15,11 @@
15
15
  },
16
16
  "license": "MIT",
17
17
  "optionalDependencies": {
18
- "@choonkeat/swe-swe-linux-x64": "2.16.2",
19
- "@choonkeat/swe-swe-linux-arm64": "2.16.2",
20
- "@choonkeat/swe-swe-darwin-x64": "2.16.2",
21
- "@choonkeat/swe-swe-darwin-arm64": "2.16.2",
22
- "@choonkeat/swe-swe-win32-x64": "2.16.2",
23
- "@choonkeat/swe-swe-win32-arm64": "2.16.2"
18
+ "@choonkeat/swe-swe-linux-x64": "2.17.0",
19
+ "@choonkeat/swe-swe-linux-arm64": "2.17.0",
20
+ "@choonkeat/swe-swe-darwin-x64": "2.17.0",
21
+ "@choonkeat/swe-swe-darwin-arm64": "2.17.0",
22
+ "@choonkeat/swe-swe-win32-x64": "2.17.0",
23
+ "@choonkeat/swe-swe-win32-arm64": "2.17.0"
24
24
  }
25
25
  }