@skyispainted/hapi 0.19.2 → 0.20.2

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/hapi.cjs +1 -1
  2. package/package.json +6 -6
package/bin/hapi.cjs CHANGED
@@ -5,7 +5,7 @@ const path = require('path');
5
5
 
6
6
  const platform = process.platform;
7
7
  const arch = process.arch;
8
- const RELEASE_URL = 'https://github.com/skyispainted/hapi/releases';
8
+ const RELEASE_URL = 'https://github.com/tiann/hapi/releases';
9
9
  const OFFICIAL_NPM_REGISTRY = 'https://registry.npmjs.org';
10
10
  const SUPPORTED_PLATFORMS = [
11
11
  {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@skyispainted/hapi",
3
- "version": "0.19.2",
3
+ "version": "0.20.2",
4
4
  "description": "App for agentic coding - access coding agent anywhere",
5
5
  "author": "Kirill Dubovitskiy & weishu",
6
6
  "license": "AGPL-3.0-only",
@@ -20,10 +20,10 @@
20
20
  "NOTICE"
21
21
  ],
22
22
  "optionalDependencies": {
23
- "@skyispainted/hapi-darwin-arm64": "0.19.2",
24
- "@skyispainted/hapi-darwin-x64": "0.19.2",
25
- "@skyispainted/hapi-linux-arm64": "0.19.2",
26
- "@skyispainted/hapi-linux-x64": "0.19.2",
27
- "@skyispainted/hapi-win32-x64": "0.19.2"
23
+ "@skyispainted/hapi-darwin-arm64": "0.20.2",
24
+ "@skyispainted/hapi-darwin-x64": "0.20.2",
25
+ "@skyispainted/hapi-linux-arm64": "0.20.2",
26
+ "@skyispainted/hapi-linux-x64": "0.20.2",
27
+ "@skyispainted/hapi-win32-x64": "0.20.2"
28
28
  }
29
29
  }