@kubun/engine 0.13.0 → 0.13.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/engine.js +1 -0
  2. package/package.json +11 -11
package/lib/engine.js CHANGED
@@ -848,6 +848,7 @@ export class KubunEngine {
848
848
  record: model.record,
849
849
  extensionSDL,
850
850
  pluginConfig,
851
+ search: params.search,
851
852
  clusters: Object.fromEntries(Object.entries(clustersRecord).map(([clusterID, cluster])=>[
852
853
  clusterID,
853
854
  {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kubun/engine",
3
- "version": "0.13.0",
3
+ "version": "0.13.1",
4
4
  "keywords": [],
5
5
  "license": "see LICENSE.md",
6
6
  "sideEffects": false,
@@ -26,25 +26,25 @@
26
26
  "@sozai/runtime": "^0.1.0",
27
27
  "@sozai/schema": "^0.1.1",
28
28
  "graphql": "^16.14.2",
29
- "@kubun/db": "^0.13.0",
30
- "@kubun/db-adapter": "^0.13.0",
31
- "@kubun/graphql": "^0.13.0",
32
29
  "@kubun/credential": "^0.13.0",
30
+ "@kubun/db": "^0.13.0",
31
+ "@kubun/graphql": "^0.13.1",
32
+ "@kubun/db-adapter": "^0.13.1",
33
+ "@kubun/hlc": "^0.13.0",
33
34
  "@kubun/identity": "^0.13.0",
35
+ "@kubun/store-controller": "^0.13.0",
34
36
  "@kubun/logger": "^0.13.0",
35
- "@kubun/protocol": "^0.13.0",
37
+ "@kubun/mutation": "^0.13.0",
36
38
  "@kubun/store-delegation": "^0.13.0",
37
- "@kubun/store-graph": "^0.13.0",
39
+ "@kubun/store-graph": "^0.13.2",
38
40
  "@kubun/store-p2p": "^0.13.0",
39
- "@kubun/store-controller": "^0.13.0",
40
- "@kubun/mutation": "^0.13.0",
41
- "@kubun/hlc": "^0.13.0"
41
+ "@kubun/protocol": "^0.13.1"
42
42
  },
43
43
  "devDependencies": {
44
44
  "@testcontainers/postgresql": "^12.1.0",
45
- "@kubun/db-postgres": "^0.13.0",
46
- "@kubun/id": "^0.13.0",
47
45
  "@kubun/store-credential": "^0.13.0",
46
+ "@kubun/id": "^0.13.0",
47
+ "@kubun/db-postgres": "^0.13.0",
48
48
  "@kubun/test-utils": "^0.13.0"
49
49
  },
50
50
  "publishConfig": {