aigent-hive 0.9.2-test.3 → 0.9.2-test.4
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/install.cmd +1 -1
- package/install.ps1 +2 -2
- package/install.sh +5 -5
- package/package.json +6 -6
package/install.cmd
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
@echo off
|
|
2
2
|
setlocal EnableExtensions DisableDelayedExpansion
|
|
3
|
-
set "HIVE_INSTALL_PACKAGE_VERSION=0.9.2-test.
|
|
3
|
+
set "HIVE_INSTALL_PACKAGE_VERSION=0.9.2-test.4"
|
|
4
4
|
set "HIVE_INSTALL_URL=https://unpkg.com/aigent-hive@%HIVE_INSTALL_PACKAGE_VERSION%/install.ps1"
|
|
5
5
|
set "HIVE_INSTALL_SCRIPT=%TEMP%\aigent-hive-install-%RANDOM%-%RANDOM%.ps1"
|
|
6
6
|
|
package/install.ps1
CHANGED
|
@@ -2,13 +2,13 @@ param(
|
|
|
2
2
|
[ValidatePattern('^(0|[1-9][0-9]*)\.(0|[1-9][0-9]*)\.(0|[1-9][0-9]*)$')]
|
|
3
3
|
[string]$Version = "0.9.2",
|
|
4
4
|
[ValidatePattern('^(0|[1-9][0-9]*)\.(0|[1-9][0-9]*)\.(0|[1-9][0-9]*)(-test(\.[1-9][0-9]*)?)?$')]
|
|
5
|
-
[string]$PackageVersion = "0.9.2-test.
|
|
5
|
+
[string]$PackageVersion = "0.9.2-test.4",
|
|
6
6
|
[string]$Prefix = "$env:LOCALAPPDATA\AigentHive"
|
|
7
7
|
)
|
|
8
8
|
|
|
9
9
|
$ErrorActionPreference = "Stop"
|
|
10
10
|
$AuthorizedSignerThumbprint = ""
|
|
11
|
-
$ExpectedArchiveSha256 = "
|
|
11
|
+
$ExpectedArchiveSha256 = "12036335a7b21eed3929b7042842d4a744ed3297742140577a413ef32dac3d40"
|
|
12
12
|
if ($AuthorizedSignerThumbprint -like "__AIGENT_HIVE_*") {
|
|
13
13
|
$AuthorizedSignerThumbprint = ""
|
|
14
14
|
}
|
package/install.sh
CHANGED
|
@@ -2,15 +2,15 @@
|
|
|
2
2
|
set -eu
|
|
3
3
|
|
|
4
4
|
embedded_product_version='0.9.2'
|
|
5
|
-
embedded_package_version='0.9.2-test.
|
|
5
|
+
embedded_package_version='0.9.2-test.4'
|
|
6
6
|
version=${AIGENT_HIVE_VERSION:-$embedded_product_version}
|
|
7
7
|
package_version=${AIGENT_HIVE_PACKAGE_VERSION:-$embedded_package_version}
|
|
8
8
|
prefix=${AIGENT_HIVE_PREFIX:-"${HOME:?HOME is required}/.local"}
|
|
9
9
|
authorized_team_id=''
|
|
10
|
-
sha_aarch64_apple_darwin='
|
|
11
|
-
sha_x86_64_apple_darwin='
|
|
12
|
-
sha_aarch64_linux_musl='
|
|
13
|
-
sha_x86_64_linux_musl='
|
|
10
|
+
sha_aarch64_apple_darwin='f43cf3cdab38f291cc75fe9395bd6d3aa377408202e9dcaf4ee1f4a85f035187'
|
|
11
|
+
sha_x86_64_apple_darwin='1ca669f85ada017d00c4fb5f222247caa5570ec72d85f1b4d1136261c8ce3ea8'
|
|
12
|
+
sha_aarch64_linux_musl='3d7b0de2f1928ac8a3d2e563b3791ec3dad7dbe7ac034d212394311f2b1adac8'
|
|
13
|
+
sha_x86_64_linux_musl='05a2fc2e4f1369c137fb33f94dedcee94835c3afc0d0eb0e71f8ee846f204dd0'
|
|
14
14
|
|
|
15
15
|
if ! printf '%s\n' "$version" | awk -F. '
|
|
16
16
|
NF != 3 { exit 1 }
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "aigent-hive",
|
|
3
|
-
"version": "0.9.2-test.
|
|
3
|
+
"version": "0.9.2-test.4",
|
|
4
4
|
"aigentHive": {
|
|
5
5
|
"productVersion": "0.9.2"
|
|
6
6
|
},
|
|
@@ -31,10 +31,10 @@
|
|
|
31
31
|
"node": ">=18"
|
|
32
32
|
},
|
|
33
33
|
"optionalDependencies": {
|
|
34
|
-
"@aigent-hive/darwin-arm64": "0.9.2-test.
|
|
35
|
-
"@aigent-hive/darwin-x64": "0.9.2-test.
|
|
36
|
-
"@aigent-hive/linux-arm64": "0.9.2-test.
|
|
37
|
-
"@aigent-hive/linux-x64": "0.9.2-test.
|
|
38
|
-
"@aigent-hive/win32-x64": "0.9.2-test.
|
|
34
|
+
"@aigent-hive/darwin-arm64": "0.9.2-test.4",
|
|
35
|
+
"@aigent-hive/darwin-x64": "0.9.2-test.4",
|
|
36
|
+
"@aigent-hive/linux-arm64": "0.9.2-test.4",
|
|
37
|
+
"@aigent-hive/linux-x64": "0.9.2-test.4",
|
|
38
|
+
"@aigent-hive/win32-x64": "0.9.2-test.4"
|
|
39
39
|
}
|
|
40
40
|
}
|