@omnixal/openclaw-nats-plugin 0.1.13 → 0.1.14
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/cli/bun-setup.ts
CHANGED
package/package.json
CHANGED
package/sidecar/bun.lock
CHANGED
|
@@ -5,11 +5,11 @@
|
|
|
5
5
|
"": {
|
|
6
6
|
"name": "@ai-entrepreneur/nats-sidecar",
|
|
7
7
|
"dependencies": {
|
|
8
|
-
"@onebun/core": "^0.2.
|
|
9
|
-
"@onebun/drizzle": "^0.2.
|
|
8
|
+
"@onebun/core": "^0.2.12",
|
|
9
|
+
"@onebun/drizzle": "^0.2.4",
|
|
10
10
|
"@onebun/envs": "^0.2.1",
|
|
11
11
|
"@onebun/logger": "^0.2.1",
|
|
12
|
-
"@onebun/nats": "^0.2.
|
|
12
|
+
"@onebun/nats": "^0.2.5",
|
|
13
13
|
"arktype": "^2.2.0",
|
|
14
14
|
"ulid": "^2.3.0",
|
|
15
15
|
},
|
|
@@ -104,17 +104,17 @@
|
|
|
104
104
|
|
|
105
105
|
"@nats-io/transport-node": ["@nats-io/transport-node@3.3.1", "", { "dependencies": { "@nats-io/nats-core": "3.3.1", "@nats-io/nkeys": "2.0.3", "@nats-io/nuid": "2.0.3" } }, "sha512-GBvY0VcvyQEILgy5bjpqU1GpDYmSF06bW59I7cewZuNGS9u3AoV/gf+a+3ep45T/Z+UC661atq/b7x+QV12w+Q=="],
|
|
106
106
|
|
|
107
|
-
"@onebun/core": ["@onebun/core@0.2.
|
|
107
|
+
"@onebun/core": ["@onebun/core@0.2.12", "", { "dependencies": { "@onebun/envs": "^0.2.1", "@onebun/logger": "^0.2.1", "@onebun/metrics": "^0.2.2", "@onebun/requests": "^0.2.1", "@onebun/trace": "^0.2.1", "arktype": "^2.0.0", "effect": "^3.13.10" }, "peerDependencies": { "testcontainers": ">=10.0.0" }, "optionalPeers": ["testcontainers"] }, "sha512-Vy3A0pmp/eZjwgEgdZApMKHPJ697LvQETmqEWyUqUr01zcfy0HYI9KcRBRIHlGoajAYghwH+D9w4N3Ip6pGCcA=="],
|
|
108
108
|
|
|
109
|
-
"@onebun/drizzle": ["@onebun/drizzle@0.2.
|
|
109
|
+
"@onebun/drizzle": ["@onebun/drizzle@0.2.4", "", { "dependencies": { "@onebun/envs": "^0.2.1", "@onebun/logger": "^0.2.1", "arktype": "^2.0.0", "drizzle-arktype": "^0.1.3", "drizzle-kit": "^0.31.6", "drizzle-orm": "^0.44.7", "effect": "^3.13.10" }, "peerDependencies": { "@onebun/core": ">=0.2.0" }, "bin": { "onebun-drizzle": "bin/drizzle-kit.ts" } }, "sha512-LbkW2hU9pTKZU/rlrHNdwhI4jYoMl+v22c3G2zc0L0aW77nW7ZCfp5YqOJYufWJbfOTSWEnNOVZQXMueYhBxsA=="],
|
|
110
110
|
|
|
111
111
|
"@onebun/envs": ["@onebun/envs@0.2.1", "", { "dependencies": { "effect": "^3.13.10" } }, "sha512-kiXJcA4ct194+aNJK8zkrVuaAgPPVpTkcW8tJU9XN9KOh8003lENOOuUZUcieMCxdMWUgo08lp9UgiwawLan+Q=="],
|
|
112
112
|
|
|
113
113
|
"@onebun/logger": ["@onebun/logger@0.2.1", "", { "dependencies": { "effect": "^3.13.10" } }, "sha512-u/zirsUSGBfbjVv274qqIHG5jzPBWY3vl8HzM6hjzsMCCpExgstkQiP1eP9rF1isIzhetwmyfBpYYc9eYsbrrw=="],
|
|
114
114
|
|
|
115
|
-
"@onebun/metrics": ["@onebun/metrics@0.2.
|
|
115
|
+
"@onebun/metrics": ["@onebun/metrics@0.2.2", "", { "dependencies": { "@onebun/requests": "^0.2.1", "effect": "^3.13.10", "prom-client": "^15.1.3" } }, "sha512-8oN74MZeaWyyPHi5H3pZyY0V3cM8ORupHe2fR0gGYsZqHyM4S9UJStV29rNQlvhyesHzL7p5x3Ux6n/SRYBszw=="],
|
|
116
116
|
|
|
117
|
-
"@onebun/nats": ["@onebun/nats@0.2.
|
|
117
|
+
"@onebun/nats": ["@onebun/nats@0.2.5", "", { "dependencies": { "@nats-io/jetstream": "^3.0.0-31", "@nats-io/transport-node": "^3.0.0-31", "effect": "^3.13.10" }, "peerDependencies": { "@onebun/core": ">=0.2.0" } }, "sha512-J+p9UPJGqBLeeBY6n50E6at1lyA+xmg+wzqw1HwN516t+XHzctmnrB8S5PmX/3sQI18fktFcJgAyWJfQA1piDA=="],
|
|
118
118
|
|
|
119
119
|
"@onebun/requests": ["@onebun/requests@0.2.1", "", { "dependencies": { "effect": "^3.13.10" } }, "sha512-Wit+o3zRiuZOM7O0nAJ0rpFVLgkypJ1UR5uuHi0IZuiCvGmxv+Vus2+QqHoCL141L7SPO1Xlywt8dVqqu4NP7w=="],
|
|
120
120
|
|
package/sidecar/package.json
CHANGED
|
@@ -14,11 +14,11 @@
|
|
|
14
14
|
"db:studio": "bunx onebun-drizzle studio"
|
|
15
15
|
},
|
|
16
16
|
"dependencies": {
|
|
17
|
-
"@onebun/core": "^0.2.
|
|
18
|
-
"@onebun/drizzle": "^0.2.
|
|
17
|
+
"@onebun/core": "^0.2.12",
|
|
18
|
+
"@onebun/drizzle": "^0.2.4",
|
|
19
19
|
"@onebun/envs": "^0.2.1",
|
|
20
20
|
"@onebun/logger": "^0.2.1",
|
|
21
|
-
"@onebun/nats": "^0.2.
|
|
21
|
+
"@onebun/nats": "^0.2.5",
|
|
22
22
|
"arktype": "^2.2.0",
|
|
23
23
|
"ulid": "^2.3.0"
|
|
24
24
|
},
|
|
@@ -1,11 +1,10 @@
|
|
|
1
1
|
import { Module } from '@onebun/core';
|
|
2
2
|
import { ConsumerController } from './consumer.controller';
|
|
3
3
|
import { PreHandlersModule } from '../pre-handlers/pre-handlers.module';
|
|
4
|
-
import { GatewayClientModule } from '../gateway/gateway-client.module';
|
|
5
4
|
import { PendingModule } from '../pending/pending.module';
|
|
6
5
|
|
|
7
6
|
@Module({
|
|
8
|
-
imports: [PreHandlersModule,
|
|
7
|
+
imports: [PreHandlersModule, PendingModule],
|
|
9
8
|
controllers: [ConsumerController],
|
|
10
9
|
})
|
|
11
10
|
export class ConsumerModule {}
|
|
@@ -1,11 +1,10 @@
|
|
|
1
1
|
import { Module } from '@onebun/core';
|
|
2
2
|
import { HealthController } from './health.controller';
|
|
3
3
|
import { HealthService } from './health.service';
|
|
4
|
-
import { GatewayClientModule } from '../gateway/gateway-client.module';
|
|
5
4
|
import { PendingModule } from '../pending/pending.module';
|
|
6
5
|
|
|
7
6
|
@Module({
|
|
8
|
-
imports: [
|
|
7
|
+
imports: [PendingModule],
|
|
9
8
|
controllers: [HealthController],
|
|
10
9
|
providers: [HealthService],
|
|
11
10
|
})
|