@things-factory/shell 3.6.12 → 3.6.22

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.
@@ -1,11 +1,5 @@
1
- #!/usr/bin/env sh
2
- INSPECT=":9229"
3
- while getopts i: option
4
- do
5
- case "${option}"
6
- in
7
- i) INSPECT=${OPTARG};;
8
- esac
9
- done
10
- node --inspect=$INSPECT -e "'use strict'
11
- require('@things-factory/shell/dist-server/server-dev')" $0 $@
1
+ #!/usr/bin/env node
2
+
3
+ 'use strict'
4
+
5
+ require('@things-factory/shell/dist-server/server-dev')
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@things-factory/shell",
3
- "version": "3.6.12",
3
+ "version": "3.6.22",
4
4
  "description": "Core module for framework",
5
5
  "bin": {
6
6
  "things-factory": "bin/things-factory",
@@ -33,7 +33,7 @@
33
33
  "dependencies": {
34
34
  "@graphql-tools/merge": "^7.0.0",
35
35
  "@graphql-tools/utils": "^8.0.2",
36
- "@hatiolab/things-scene": "^2.7.6",
36
+ "@hatiolab/things-scene": "^2.7.7",
37
37
  "@koa/cors": "^3.1.0",
38
38
  "@material/mwc-button": "^0.22.1",
39
39
  "@material/mwc-fab": "^0.22.1",
@@ -41,10 +41,10 @@
41
41
  "@material/mwc-icon-button": "^0.22.1",
42
42
  "@material/mwc-slider": "^0.22.1",
43
43
  "@material/mwc-textfield": "^0.22.1",
44
- "@things-factory/ejs-remote": "^3.6.12",
45
- "@things-factory/env": "^3.6.12",
46
- "@things-factory/styles": "^3.6.12",
47
- "@things-factory/utils": "^3.6.12",
44
+ "@things-factory/ejs-remote": "^3.6.19",
45
+ "@things-factory/env": "^3.6.19",
46
+ "@things-factory/styles": "^3.6.19",
47
+ "@things-factory/utils": "^3.6.19",
48
48
  "@webcomponents/webcomponentsjs": "^2.2.7",
49
49
  "apollo-cache-inmemory": "^1.6.6",
50
50
  "apollo-cache-persist": "^0.1.1",
@@ -71,7 +71,6 @@
71
71
  "graphql-tag": "^2.12.5",
72
72
  "graphql-upload": "^12.0.0",
73
73
  "haunted": "^4.8.2",
74
- "headroom.js": "^0.12.0",
75
74
  "html-webpack-plugin": "^4.3.0",
76
75
  "husky": "7.0.1",
77
76
  "imports-loader": "^3.0.0",
@@ -124,5 +123,5 @@
124
123
  "resolutions": {
125
124
  "core-js": "^3.16.0"
126
125
  },
127
- "gitHead": "7158db5da588318cde5a5c55dabf32ae0e99582f"
126
+ "gitHead": "a84cda70c7e713e7a69d580161f7ff12b0cb737e"
128
127
  }