@things-factory/shell 6.1.92 → 6.1.96

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@things-factory/shell",
3
- "version": "6.1.92",
3
+ "version": "6.1.96",
4
4
  "description": "Core module for framework",
5
5
  "bin": {
6
6
  "things-factory": "bin/things-factory",
@@ -59,10 +59,10 @@
59
59
  "@operato/shell": "^1.0.1",
60
60
  "@operato/typeorm-history": "^1.1.65",
61
61
  "@operato/utils": "^1.0.1",
62
- "@things-factory/ejs-remote": "^6.1.90",
63
- "@things-factory/env": "^6.1.90",
64
- "@things-factory/styles": "^6.1.90",
65
- "@things-factory/utils": "^6.1.90",
62
+ "@things-factory/ejs-remote": "^6.1.96",
63
+ "@things-factory/env": "^6.1.96",
64
+ "@things-factory/styles": "^6.1.96",
65
+ "@things-factory/utils": "^6.1.96",
66
66
  "@webcomponents/webcomponentsjs": "^2.6.0",
67
67
  "args": "^5.0.0",
68
68
  "broadcastchannel-polyfill": "^1.0.1",
@@ -121,7 +121,6 @@
121
121
  "uuid": "^3.4.0",
122
122
  "web-animations-js": "^2.3.2",
123
123
  "web-push": "^3.5.0",
124
- "webfontloader": "^1.6.28",
125
124
  "ws": "^8.8.1"
126
125
  },
127
126
  "optionalDependencies": {
@@ -132,5 +131,5 @@
132
131
  "pg": "^8.7.3",
133
132
  "sqlite3": "^5.0.8"
134
133
  },
135
- "gitHead": "f4e4f96d90693cfb0255aeeaeb24cdbda7fed921"
134
+ "gitHead": "535ca1d403d6c2d6e25314ece79f4b77d877c75b"
136
135
  }