@kubun/server 0.2.0 → 0.2.2

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.
@@ -121,7 +121,7 @@ export function createHandlers(handlersParams) {
121
121
  }
122
122
  return {
123
123
  'graph/deploy': async (ctx)=>{
124
- const model = await GraphModel.fromClusters({
124
+ const model = GraphModel.fromClusters({
125
125
  clusters: ctx.param.clusters
126
126
  });
127
127
  const id = await db.createGraph({
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kubun/server",
3
- "version": "0.2.0",
3
+ "version": "0.2.2",
4
4
  "license": "see LICENSE.md",
5
5
  "keywords": [],
6
6
  "type": "module",
@@ -18,17 +18,17 @@
18
18
  "@automerge/automerge": "^2.2.8",
19
19
  "@enkaku/async": "^0.11.0",
20
20
  "@enkaku/codec": "^0.11.0",
21
- "@enkaku/schema": "^0.11.0",
21
+ "@enkaku/schema": "^0.11.1",
22
22
  "@enkaku/server": "^0.11.0",
23
23
  "@enkaku/token": "^0.11.0",
24
24
  "@enkaku/transport": "^0.11.0",
25
25
  "graphql": "^16.9.0",
26
26
  "graphql-relay": "^0.10.2",
27
- "@kubun/client": "^0.2.0",
28
- "@kubun/protocol": "^0.2.0",
27
+ "@kubun/client": "^0.2.1",
28
+ "@kubun/graphql": "^0.2.1",
29
29
  "@kubun/id": "^0.2.0",
30
- "@kubun/graphql": "^0.2.0",
31
- "@kubun/db": "^0.2.0"
30
+ "@kubun/db": "^0.2.1",
31
+ "@kubun/protocol": "^0.2.2"
32
32
  },
33
33
  "devDependencies": {
34
34
  "@databases/pg-test": "^3.1.2",