@operato/shell
Advanced tools
Comparing version 0.4.1 to 0.4.2
@@ -6,2 +6,11 @@ # Change Log | ||
### [0.4.2](https://github.com/hatiolab/operato/compare/v0.4.1...v0.4.2) (2022-03-06) | ||
### :rocket: New Features | ||
* add @operato/app module to support productivity for web application ([217d1f2](https://github.com/hatiolab/operato/commit/217d1f2d99ff75dcd8da1293814653f4758c04b8)) | ||
### [0.4.1](https://github.com/hatiolab/operato/compare/v0.4.0...v0.4.1) (2022-03-02) | ||
@@ -8,0 +17,0 @@ |
export * from './store'; | ||
export * from './actions'; | ||
export * from './app/pages/page-view'; | ||
export * from '@operato/graphql'; |
@@ -5,2 +5,3 @@ export * from './store'; | ||
// export * from './app/app' | ||
export * from '@operato/graphql'; | ||
//# sourceMappingURL=index.js.map |
{ | ||
"name": "@operato/shell", | ||
"description": "WebApplication shell following open-wc recommendations", | ||
"description": "WebApplication architecturing shell following open-wc recommendations", | ||
"license": "MIT", | ||
"author": "heartyoh", | ||
"version": "0.4.1", | ||
"version": "0.4.2", | ||
"main": "dist/src/index.js", | ||
@@ -37,4 +37,5 @@ "module": "dist/src/index.js", | ||
"@material/mwc-icon-button": "^0.25.3", | ||
"@operato/styles": "^0.4.1", | ||
"@operato/utils": "^0.4.1", | ||
"@operato/graphql": "^0.4.2", | ||
"@operato/styles": "^0.4.2", | ||
"@operato/utils": "^0.4.2", | ||
"lit": "^2.2.0", | ||
@@ -78,3 +79,3 @@ "lodash-es": "^4.17.21", | ||
}, | ||
"gitHead": "cfc3bd47600cda52fab6120e448c00e319694b09" | ||
"gitHead": "413e768caba403801b22e42aac0ed4f9dad7ad8d" | ||
} |
@@ -5,1 +5,3 @@ 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
177291
1634
11
+ Added@operato/graphql@^0.4.2
+ Added@apollo/client@3.12.6(transitive)
+ Added@graphql-typed-document-node/core@3.2.0(transitive)
+ Added@operato/graphql@0.4.6(transitive)
+ Added@wry/caches@1.0.1(transitive)
+ Added@wry/context@0.7.4(transitive)
+ Added@wry/equality@0.5.7(transitive)
+ Added@wry/trie@0.5.0(transitive)
+ Addedapollo-upload-client@17.0.0(transitive)
+ Addedbacko2@1.0.2(transitive)
+ Addedcore-util-is@1.0.3(transitive)
+ Addedeventemitter3@3.1.2(transitive)
+ Addedextract-files@11.0.0(transitive)
+ Addedgraphql@16.10.0(transitive)
+ Addedgraphql-tag@2.12.6(transitive)
+ Addedhoist-non-react-statics@3.3.2(transitive)
+ Addedinherits@2.0.4(transitive)
+ Addedisarray@1.0.0(transitive)
+ Addediterall@1.3.0(transitive)
+ Addedjs-tokens@4.0.0(transitive)
+ Addedloose-envify@1.4.0(transitive)
+ Addedobject-assign@4.1.1(transitive)
+ Addedoptimism@0.18.1(transitive)
+ Addedprocess-nextick-args@2.0.1(transitive)
+ Addedprop-types@15.8.1(transitive)
+ Addedreact-is@16.13.1(transitive)
+ Addedreadable-stream@2.3.8(transitive)
+ Addedrehackt@0.1.0(transitive)
+ Addedresponse-iterator@0.2.16(transitive)
+ Addedsafe-buffer@5.1.2(transitive)
+ Addedstring_decoder@1.1.1(transitive)
+ Addedsubscriptions-transport-ws@0.11.0(transitive)
+ Addedsymbol-observable@1.2.04.0.0(transitive)
+ Addedts-invariant@0.10.3(transitive)
+ Addedutil-deprecate@1.0.2(transitive)
+ Addedws@7.5.10(transitive)
+ Addedzen-observable@0.8.15(transitive)
+ Addedzen-observable-ts@1.2.5(transitive)
Updated@operato/styles@^0.4.2
Updated@operato/utils@^0.4.2