@operato/shell
Advanced tools
Comparing version 0.4.2 to 0.4.3
@@ -6,2 +6,11 @@ # Change Log | ||
### [0.4.3](https://github.com/hatiolab/operato/compare/v0.4.2...v0.4.3) (2022-03-06) | ||
### :bug: Bug Fix | ||
* remove @operato/graphql from @operato/shell ([1360743](https://github.com/hatiolab/operato/commit/1360743b62a59182763fc227cca58e142af780a1)) | ||
### [0.4.2](https://github.com/hatiolab/operato/compare/v0.4.1...v0.4.2) (2022-03-06) | ||
@@ -8,0 +17,0 @@ |
export * from './store'; | ||
export * from './actions'; | ||
export * from './app/pages/page-view'; | ||
export * from '@operato/graphql'; |
@@ -5,3 +5,2 @@ export * from './store'; | ||
// export * from './app/app' | ||
export * from '@operato/graphql'; | ||
//# sourceMappingURL=index.js.map |
@@ -6,3 +6,3 @@ { | ||
"author": "heartyoh", | ||
"version": "0.4.2", | ||
"version": "0.4.3", | ||
"main": "dist/src/index.js", | ||
@@ -38,5 +38,5 @@ "module": "dist/src/index.js", | ||
"@material/mwc-icon-button": "^0.25.3", | ||
"@operato/graphql": "^0.4.2", | ||
"@operato/styles": "^0.4.2", | ||
"@operato/utils": "^0.4.2", | ||
"@operato/graphql": "^0.4.3", | ||
"@operato/styles": "^0.4.3", | ||
"@operato/utils": "^0.4.3", | ||
"lit": "^2.2.0", | ||
@@ -80,3 +80,3 @@ "lodash-es": "^4.17.21", | ||
}, | ||
"gitHead": "413e768caba403801b22e42aac0ed4f9dad7ad8d" | ||
"gitHead": "fe9c1b9d5017b264c4aa9cec68babe75c6e8ab2c" | ||
} |
@@ -5,3 +5,1 @@ export * from './store' | ||
// export * from './app/app' | ||
export * from '@operato/graphql' |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
142748
1631
Updated@operato/graphql@^0.4.3
Updated@operato/styles@^0.4.3
Updated@operato/utils@^0.4.3