@h-rig/server 0.0.6-alpha.20 → 0.0.6-alpha.22
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/dist/src/index.js
CHANGED
|
@@ -6623,7 +6623,7 @@ if ! command -v bun >/dev/null 2>&1; then
|
|
|
6623
6623
|
fi
|
|
6624
6624
|
|
|
6625
6625
|
say "Installing @h-rig/cli@latest"
|
|
6626
|
-
bun add -g @h-rig/cli@latest
|
|
6626
|
+
bun add -g --force @h-rig/cli@latest
|
|
6627
6627
|
|
|
6628
6628
|
export BUN_INSTALL="\${BUN_INSTALL:-$HOME/.bun}"
|
|
6629
6629
|
BUN_RIG="$BUN_INSTALL/bin/rig"
|
|
@@ -2514,7 +2514,7 @@ if ! command -v bun >/dev/null 2>&1; then
|
|
|
2514
2514
|
fi
|
|
2515
2515
|
|
|
2516
2516
|
say "Installing @h-rig/cli@latest"
|
|
2517
|
-
bun add -g @h-rig/cli@latest
|
|
2517
|
+
bun add -g --force @h-rig/cli@latest
|
|
2518
2518
|
|
|
2519
2519
|
export BUN_INSTALL="\${BUN_INSTALL:-$HOME/.bun}"
|
|
2520
2520
|
BUN_RIG="$BUN_INSTALL/bin/rig"
|
package/dist/src/server.js
CHANGED
|
@@ -6117,7 +6117,7 @@ if ! command -v bun >/dev/null 2>&1; then
|
|
|
6117
6117
|
fi
|
|
6118
6118
|
|
|
6119
6119
|
say "Installing @h-rig/cli@latest"
|
|
6120
|
-
bun add -g @h-rig/cli@latest
|
|
6120
|
+
bun add -g --force @h-rig/cli@latest
|
|
6121
6121
|
|
|
6122
6122
|
export BUN_INSTALL="\${BUN_INSTALL:-$HOME/.bun}"
|
|
6123
6123
|
BUN_RIG="$BUN_INSTALL/bin/rig"
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@h-rig/server",
|
|
3
|
-
"version": "0.0.6-alpha.
|
|
3
|
+
"version": "0.0.6-alpha.22",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"description": "Rig package",
|
|
6
6
|
"license": "UNLICENSED",
|
|
@@ -25,9 +25,9 @@
|
|
|
25
25
|
"rig-server": "./dist/src/server.js"
|
|
26
26
|
},
|
|
27
27
|
"dependencies": {
|
|
28
|
-
"@rig/contracts": "npm:@h-rig/contracts@0.0.6-alpha.
|
|
29
|
-
"@rig/core": "npm:@h-rig/core@0.0.6-alpha.
|
|
30
|
-
"@rig/runtime": "npm:@h-rig/runtime@0.0.6-alpha.
|
|
28
|
+
"@rig/contracts": "npm:@h-rig/contracts@0.0.6-alpha.22",
|
|
29
|
+
"@rig/core": "npm:@h-rig/core@0.0.6-alpha.22",
|
|
30
|
+
"@rig/runtime": "npm:@h-rig/runtime@0.0.6-alpha.22",
|
|
31
31
|
"effect": "4.0.0-beta.78"
|
|
32
32
|
}
|
|
33
33
|
}
|