@things-factory/shell 8.0.15 → 8.0.37

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": "8.0.15",
3
+ "version": "8.0.37",
4
4
  "description": "Core module for framework",
5
5
  "bin": {
6
6
  "things-factory": "bin/things-factory",
@@ -61,11 +61,11 @@
61
61
  "@operato/typeorm-history": "^8.0.0",
62
62
  "@operato/utils": "^8.0.0",
63
63
  "@reduxjs/toolkit": "^2.2.5",
64
- "@things-factory/ejs-remote": "^8.0.0",
65
- "@things-factory/env": "^8.0.15",
64
+ "@things-factory/ejs-remote": "^8.0.37",
65
+ "@things-factory/env": "^8.0.37",
66
66
  "@things-factory/operato-license-checker": "^4.0.4",
67
- "@things-factory/styles": "^8.0.0",
68
- "@things-factory/utils": "^8.0.15",
67
+ "@things-factory/styles": "^8.0.37",
68
+ "@things-factory/utils": "^8.0.37",
69
69
  "@webcomponents/scoped-custom-element-registry": "^0.0.9",
70
70
  "@webcomponents/webcomponentsjs": "^2.6.0",
71
71
  "args": "^5.0.0",
@@ -113,6 +113,7 @@
113
113
  "pwa-helpers": "^0.9.1",
114
114
  "react": "^18.2.0",
115
115
  "react-dom": "^18.2.0",
116
+ "reflect-metadata": "^0.2.2",
116
117
  "regenerator-runtime": "^0.13.2",
117
118
  "reselect": "^4.0.0",
118
119
  "sass": "^1.50.1",
@@ -133,5 +134,5 @@
133
134
  "pg": "^8.7.3",
134
135
  "sqlite3": "^5.0.8"
135
136
  },
136
- "gitHead": "214b341ededb4ecb5ef4401149d53899fe67af44"
137
+ "gitHead": "a3a78656259d6c5d3719ba0864d6bdde87bcba7d"
137
138
  }