@operato/shell
Advanced tools
Comparing version 9.0.0-beta.5 to 9.0.0-beta.6
import { __decorate } from "tslib"; | ||
import { LitElement } from 'lit'; | ||
import { property } from 'lit/decorators.js'; | ||
import isEqual from 'lodash-es/isEqual'; | ||
import isEqual from 'lodash-es/isEqual.js'; | ||
import { UPDATE_CONTEXT } from '../../actions/const.js'; | ||
@@ -6,0 +6,0 @@ import { store } from '../../store.js'; |
@@ -1,2 +0,2 @@ | ||
import startCase from 'lodash-es/startCase'; | ||
import startCase from 'lodash-es/startCase.js'; | ||
import { updateMetadata } from 'pwa-helpers/metadata.js'; | ||
@@ -3,0 +3,0 @@ import { REGISTER_NAVIGATION_CALLBACK, UNREGISTER_NAVIGATION_CALLBACK, UPDATE_ACTIVE_PAGE, UPDATE_CONTEXT, UPDATE_PAGE } from '../actions/const.js'; |
@@ -5,3 +5,3 @@ { | ||
"author": "heartyoh", | ||
"version": "9.0.0-beta.5", | ||
"version": "9.0.0-beta.6", | ||
"type": "module", | ||
@@ -64,6 +64,6 @@ "main": "dist/src/index.js", | ||
"@material/web": "^2.0.0", | ||
"@operato/graphql": "^9.0.0-beta.4", | ||
"@operato/popup": "^9.0.0-beta.5", | ||
"@operato/styles": "^9.0.0-beta.4", | ||
"@operato/utils": "^9.0.0-beta.4", | ||
"@operato/graphql": "^9.0.0-beta.6", | ||
"@operato/popup": "^9.0.0-beta.6", | ||
"@operato/styles": "^9.0.0-beta.6", | ||
"@operato/utils": "^9.0.0-beta.6", | ||
"@webcomponents/scoped-custom-element-registry": "^0.0.9", | ||
@@ -108,3 +108,3 @@ "lit": "^3.1.2", | ||
}, | ||
"gitHead": "d1b2da3d89cfb76336bfe4a596f6e77e0c93d2fd" | ||
"gitHead": "7e4dd57049f0a3dd0cbd194f7998e81f3b2c7559" | ||
} |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
1140807
+ Added@apollo/client@3.12.8(transitive)
+ Added@operato/graphql@9.0.0-beta.20(transitive)
+ Added@operato/popup@9.0.0-beta.28(transitive)
+ Added@operato/styles@9.0.0-beta.28(transitive)
+ Added@operato/utils@9.0.0-beta.20(transitive)
- Removed@apollo/client@3.12.9(transitive)
- Removed@operato/graphql@9.0.0-beta.38(transitive)
- Removed@operato/popup@9.0.0-beta.38(transitive)
- Removed@operato/styles@9.0.0-beta.38(transitive)
- Removed@operato/utils@9.0.0-beta.38(transitive)
Updated@operato/popup@^9.0.0-beta.6
Updated@operato/utils@^9.0.0-beta.6