@rivus/gateway 0.16.2 → 0.16.6
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.
|
@@ -1235,7 +1235,7 @@ const gatewaySkillsDirectory = fileURLToPath(new URL("skills/", packageRootUrl))
|
|
|
1235
1235
|
//#endregion
|
|
1236
1236
|
//#region src/platform/project/setup/release-descriptor.ts
|
|
1237
1237
|
const RIVUS_RELEASE_DESCRIPTOR = Object.freeze({
|
|
1238
|
-
version: "0.16.
|
|
1238
|
+
version: "0.16.6",
|
|
1239
1239
|
dependencies: Object.freeze({
|
|
1240
1240
|
"@earendil-works/pi-coding-agent": "0.84.4",
|
|
1241
1241
|
"@larksuiteoapi/node-sdk": "1.71.1",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@rivus/gateway",
|
|
3
|
-
"version": "0.16.
|
|
3
|
+
"version": "0.16.6",
|
|
4
4
|
"description": "Message gateway, channels, host binding, automation, and daemon assembly for Rivus.",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"license": "MIT",
|
|
@@ -46,19 +46,26 @@
|
|
|
46
46
|
"README.md",
|
|
47
47
|
"LICENSE"
|
|
48
48
|
],
|
|
49
|
-
"scripts": {
|
|
50
|
-
"build": "node ../../scripts/generate-gateway-release-descriptor.mjs && vp pack",
|
|
51
|
-
"typecheck": "tsc -p tsconfig.json --noEmit",
|
|
52
|
-
"test": "vp test --run"
|
|
53
|
-
},
|
|
54
49
|
"dependencies": {
|
|
55
|
-
"@rivus/platform": "0.16.2",
|
|
56
|
-
"@rivus/runtime": "0.16.2",
|
|
57
50
|
"@larksuiteoapi/node-sdk": "1.71.1",
|
|
58
51
|
"axios": "1.18.0",
|
|
59
|
-
"effect": "^3.21.4"
|
|
52
|
+
"effect": "^3.21.4",
|
|
53
|
+
"@rivus/runtime": "0.16.6",
|
|
54
|
+
"@rivus/platform": "0.16.6"
|
|
60
55
|
},
|
|
61
56
|
"publishConfig": {
|
|
62
57
|
"access": "public"
|
|
58
|
+
},
|
|
59
|
+
"devDependencies": {
|
|
60
|
+
"vite-plus": "0.2.4",
|
|
61
|
+
"vite": "npm:@voidzero-dev/vite-plus-core@0.2.4",
|
|
62
|
+
"typescript": "6.0.3",
|
|
63
|
+
"@types/node": "24.13.3",
|
|
64
|
+
"@vitest/coverage-v8": "4.1.10"
|
|
65
|
+
},
|
|
66
|
+
"scripts": {
|
|
67
|
+
"build": "node ../../scripts/generate-gateway-release-descriptor.mjs && vp pack",
|
|
68
|
+
"typecheck": "tsc -p tsconfig.json --noEmit",
|
|
69
|
+
"test": "vp test --run"
|
|
63
70
|
}
|
|
64
|
-
}
|
|
71
|
+
}
|