@things-factory/reference-app 4.0.9 → 4.0.10

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.
Files changed (1) hide show
  1. package/package.json +35 -35
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@things-factory/reference-app",
3
- "version": "4.0.9",
3
+ "version": "4.0.10",
4
4
  "main": "dist-server/index.js",
5
5
  "browser": "client/index.js",
6
6
  "things-factory": true,
@@ -44,43 +44,43 @@
44
44
  "@operato/ocr": "^0.2.35",
45
45
  "@operato/popup": "^0.2.35",
46
46
  "@operato/pull-to-refresh": "^0.2.35",
47
+ "@operato/scene-chartjs": "^0.0.9",
48
+ "@operato/scene-progressbar": "^0.0.9",
49
+ "@operato/scene-random": "^0.0.9",
47
50
  "@operato/scene-switch": "^0.0.9",
48
- "@things-factory/api": "^4.0.9",
49
- "@things-factory/apptool-ui": "^4.0.9",
50
- "@things-factory/auth-ui": "^4.0.9",
51
- "@things-factory/board-service": "^4.0.9",
52
- "@things-factory/board-ui": "^4.0.9",
53
- "@things-factory/context-ui": "^4.0.9",
54
- "@things-factory/dashboard": "^4.0.9",
55
- "@things-factory/export-ui": "^4.0.9",
56
- "@things-factory/export-ui-excel": "^4.0.9",
57
- "@things-factory/grist-ui": "^4.0.9",
58
- "@things-factory/help": "^4.0.9",
59
- "@things-factory/i18n-ui": "^4.0.9",
60
- "@things-factory/integration-ui": "^4.0.9",
61
- "@things-factory/lite-menu": "^4.0.9",
62
- "@things-factory/more-ui": "^4.0.9",
63
- "@things-factory/notification": "^4.0.9",
64
- "@things-factory/oauth2-client": "^4.0.9",
65
- "@things-factory/print-ui": "^4.0.9",
66
- "@things-factory/resource-ui": "^4.0.9",
67
- "@things-factory/scene-chartjs": "^4.0.9",
68
- "@things-factory/scene-clock": "^4.0.9",
69
- "@things-factory/scene-form": "^4.0.9",
70
- "@things-factory/scene-gauge": "^4.0.9",
51
+ "@things-factory/api": "^4.0.10",
52
+ "@things-factory/apptool-ui": "^4.0.10",
53
+ "@things-factory/auth-ui": "^4.0.10",
54
+ "@things-factory/board-service": "^4.0.10",
55
+ "@things-factory/board-ui": "^4.0.10",
56
+ "@things-factory/context-ui": "^4.0.10",
57
+ "@things-factory/dashboard": "^4.0.10",
58
+ "@things-factory/export-ui": "^4.0.10",
59
+ "@things-factory/export-ui-excel": "^4.0.10",
60
+ "@things-factory/grist-ui": "^4.0.10",
61
+ "@things-factory/help": "^4.0.10",
62
+ "@things-factory/i18n-ui": "^4.0.10",
63
+ "@things-factory/integration-ui": "^4.0.10",
64
+ "@things-factory/lite-menu": "^4.0.10",
65
+ "@things-factory/more-ui": "^4.0.10",
66
+ "@things-factory/notification": "^4.0.10",
67
+ "@things-factory/oauth2-client": "^4.0.10",
68
+ "@things-factory/print-ui": "^4.0.10",
69
+ "@things-factory/resource-ui": "^4.0.10",
70
+ "@things-factory/scene-clock": "^4.0.10",
71
+ "@things-factory/scene-form": "^4.0.10",
72
+ "@things-factory/scene-gauge": "^4.0.10",
71
73
  "@things-factory/scene-half-roundrect": "^4.0.9",
72
- "@things-factory/scene-indoor-map": "^4.0.9",
73
- "@things-factory/scene-news-ticker": "^4.0.9",
74
- "@things-factory/scene-progressbar": "^4.0.9",
75
- "@things-factory/scene-random": "^4.0.9",
76
- "@things-factory/scene-tab": "^4.0.9",
77
- "@things-factory/setting-base": "^4.0.9",
78
- "@things-factory/setting-ui": "^4.0.9",
79
- "@things-factory/shell": "^4.0.9",
80
- "@things-factory/system-ui": "^4.0.9"
74
+ "@things-factory/scene-indoor-map": "^4.0.10",
75
+ "@things-factory/scene-news-ticker": "^4.0.10",
76
+ "@things-factory/scene-tab": "^4.0.10",
77
+ "@things-factory/setting-base": "^4.0.10",
78
+ "@things-factory/setting-ui": "^4.0.10",
79
+ "@things-factory/shell": "^4.0.10",
80
+ "@things-factory/system-ui": "^4.0.10"
81
81
  },
82
82
  "devDependencies": {
83
- "@things-factory/builder": "^4.0.9"
83
+ "@things-factory/builder": "^4.0.10"
84
84
  },
85
- "gitHead": "81c8ae24487cfe79da62717f12bb6752761911ae"
85
+ "gitHead": "1815d5f855c0e4613bd286e1ca9e7d8fd632605a"
86
86
  }