@docupace/ihub-config 1.0.5 → 1.0.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.
@@ -30,6 +30,7 @@ type ComponentPage implements Page {
30
30
  component: String
31
31
  panel: Panel
32
32
  config: JSON
33
+ mutations: JSON
33
34
  }
34
35
 
35
36
  type TabbedPage implements Page {
@@ -30,6 +30,7 @@ type ComponentPage implements Page {
30
30
  component: String
31
31
  panel: Panel
32
32
  config: JSON
33
+ mutations: JSON
33
34
  }
34
35
 
35
36
  type TabbedPage implements Page {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@docupace/ihub-config",
3
- "version": "1.0.5",
3
+ "version": "1.0.6",
4
4
  "description": "Reusable config GraphQL extension and standalone server",
5
5
  "main": "dist/index.js",
6
6
  "type": "module",