@things-factory/ccp 5.0.0-alpha.4 → 5.0.0-alpha.5
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.
- package/client/pages/main.js +0 -3
- package/package.json +4 -4
package/client/pages/main.js
CHANGED
|
@@ -3,8 +3,6 @@ import { connect } from 'pwa-helpers/connect-mixin.js'
|
|
|
3
3
|
|
|
4
4
|
import { PageView, store } from '@things-factory/shell'
|
|
5
5
|
|
|
6
|
-
import logo from '../../assets/images/hatiolab-logo.png'
|
|
7
|
-
|
|
8
6
|
class CCPMain extends connect(store)(PageView) {
|
|
9
7
|
static get properties() {
|
|
10
8
|
return {
|
|
@@ -15,7 +13,6 @@ class CCPMain extends connect(store)(PageView) {
|
|
|
15
13
|
return html`
|
|
16
14
|
<section>
|
|
17
15
|
<h2>CCP</h2>
|
|
18
|
-
<img src=${logo} />
|
|
19
16
|
</section>
|
|
20
17
|
`
|
|
21
18
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@things-factory/ccp",
|
|
3
|
-
"version": "5.0.0-alpha.
|
|
3
|
+
"version": "5.0.0-alpha.5",
|
|
4
4
|
"main": "dist-server/index.js",
|
|
5
5
|
"browser": "client/index.js",
|
|
6
6
|
"things-factory": true,
|
|
@@ -24,8 +24,8 @@
|
|
|
24
24
|
"migration:create": "node ../../node_modules/typeorm/cli.js migration:create -d ./server/migrations"
|
|
25
25
|
},
|
|
26
26
|
"dependencies": {
|
|
27
|
-
"@things-factory/dataset": "^5.0.0-alpha.
|
|
28
|
-
"@things-factory/shell": "^5.0.0-alpha.
|
|
27
|
+
"@things-factory/dataset": "^5.0.0-alpha.5",
|
|
28
|
+
"@things-factory/shell": "^5.0.0-alpha.5"
|
|
29
29
|
},
|
|
30
|
-
"gitHead": "
|
|
30
|
+
"gitHead": "379449b7be7b3d8220f1cac9ab684b812117edfd"
|
|
31
31
|
}
|