@enkaku/client 0.17.0 → 0.17.1

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/lib/client.js +1 -0
  2. package/package.json +7 -7
package/lib/client.js CHANGED
@@ -629,6 +629,7 @@ export class Client extends Disposer {
629
629
  });
630
630
  await this.#write({
631
631
  typ: 'send',
632
+ prc: procedure,
632
633
  rid,
633
634
  val
634
635
  }, config.header, rid);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@enkaku/client",
3
- "version": "0.17.0",
3
+ "version": "0.17.1",
4
4
  "license": "MIT",
5
5
  "homepage": "https://enkaku.dev",
6
6
  "description": "Enkaku RPC client",
@@ -26,18 +26,18 @@
26
26
  ],
27
27
  "sideEffects": false,
28
28
  "dependencies": {
29
- "@enkaku/async": "^0.17.0",
30
- "@enkaku/execution": "^0.17.0",
31
29
  "@enkaku/event": "^0.17.0",
30
+ "@enkaku/execution": "^0.17.0",
31
+ "@enkaku/runtime": "^0.17.0",
32
+ "@enkaku/stream": "^0.17.0",
32
33
  "@enkaku/otel": "^0.17.0",
33
34
  "@enkaku/token": "^0.17.0",
34
- "@enkaku/stream": "^0.17.0",
35
- "@enkaku/runtime": "^0.17.0",
36
- "@enkaku/log": "^0.17.0"
35
+ "@enkaku/log": "^0.17.0",
36
+ "@enkaku/async": "^0.17.0"
37
37
  },
38
38
  "devDependencies": {
39
39
  "@enkaku/transport": "^0.17.0",
40
- "@enkaku/protocol": "^0.17.0"
40
+ "@enkaku/protocol": "^0.17.1"
41
41
  },
42
42
  "scripts": {
43
43
  "build:clean": "del lib",