@things-factory/operato-fleet 4.3.0 → 4.4.0-alpha.0

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,7 +1,11 @@
1
1
  "use strict";
2
2
  var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
3
3
  if (k2 === undefined) k2 = k;
4
- Object.defineProperty(o, k2, { enumerable: true, get: function() { return m[k]; } });
4
+ var desc = Object.getOwnPropertyDescriptor(m, k);
5
+ if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
6
+ desc = { enumerable: true, get: function() { return m[k]; } };
7
+ }
8
+ Object.defineProperty(o, k2, desc);
5
9
  }) : (function(o, m, k, k2) {
6
10
  if (k2 === undefined) k2 = k;
7
11
  o[k2] = m[k];
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../server/graphql/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;AAAA,kDAAmC;AACnC,uDAAwC;AAE3B,QAAA,MAAM,GAAG;IACpB,QAAQ;IACR,SAAS;CACV,CAAA"}
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../server/graphql/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,kDAAmC;AACnC,uDAAwC;AAE3B,QAAA,MAAM,GAAG;IACpB,QAAQ;IACR,SAAS;CACV,CAAA"}
@@ -1,7 +1,11 @@
1
1
  "use strict";
2
2
  var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
3
3
  if (k2 === undefined) k2 = k;
4
- Object.defineProperty(o, k2, { enumerable: true, get: function() { return m[k]; } });
4
+ var desc = Object.getOwnPropertyDescriptor(m, k);
5
+ if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
6
+ desc = { enumerable: true, get: function() { return m[k]; } };
7
+ }
8
+ Object.defineProperty(o, k2, desc);
5
9
  }) : (function(o, m, k, k2) {
6
10
  if (k2 === undefined) k2 = k;
7
11
  o[k2] = m[k];
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../server/index.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,6CAA0B;AAC1B,+CAA4B;AAC5B,4CAAyB;AACzB,gDAA6B;AAE7B,oBAAiB"}
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../server/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,6CAA0B;AAC1B,+CAA4B;AAC5B,4CAAyB;AACzB,gDAA6B;AAE7B,oBAAiB"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@things-factory/operato-fleet",
3
- "version": "4.3.0",
3
+ "version": "4.4.0-alpha.0",
4
4
  "main": "dist-server/index.js",
5
5
  "browser": "client/index.js",
6
6
  "things-factory": true,
@@ -41,65 +41,65 @@
41
41
  "@material/mwc-formfield": "^0.25.3",
42
42
  "@material/mwc-linear-progress": "^0.25.3",
43
43
  "@material/mwc-radio": "^0.25.3",
44
- "@operato/board": "^0.4.3",
45
- "@operato/help": "^0.4.3",
46
- "@operato/scene-chartjs": "^0.1.5",
47
- "@operato/scene-clock": "^0.1.5",
48
- "@operato/scene-clone": "^0.1.5",
49
- "@operato/scene-compass": "^0.1.5",
50
- "@operato/scene-gauge": "^0.1.5",
51
- "@operato/scene-grist": "^0.1.5",
52
- "@operato/scene-half-roundrect": "^0.1.5",
53
- "@operato/scene-indoor-map": "^0.1.5",
54
- "@operato/scene-integration": "^0.1.5",
55
- "@operato/scene-legend": "^0.1.5",
56
- "@operato/scene-news-ticker": "^0.1.5",
57
- "@operato/scene-progressbar": "^0.1.5",
58
- "@operato/scene-random": "^0.1.5",
59
- "@operato/scene-switch": "^0.1.5",
60
- "@operato/scene-tab": "^0.1.5",
61
- "@operato/scene-table": "^0.1.5",
62
- "@operato/scene-timer": "^0.1.5",
63
- "@operato/scene-wheel-sorter": "^0.1.5",
64
- "@things-factory/apptool-ui": "^4.3.0",
65
- "@things-factory/attachment-base": "^4.3.0",
66
- "@things-factory/auth-ui": "^4.3.0",
67
- "@things-factory/biz-base": "^4.3.0",
68
- "@things-factory/board-service": "^4.3.0",
69
- "@things-factory/board-ui": "^4.3.0",
70
- "@things-factory/code-ui": "^4.3.0",
71
- "@things-factory/context-ui": "^4.3.0",
72
- "@things-factory/dashboard": "^4.3.0",
73
- "@things-factory/export-ui": "^4.3.0",
74
- "@things-factory/export-ui-csv": "^4.3.0",
75
- "@things-factory/export-ui-excel": "^4.3.0",
76
- "@things-factory/grist-ui": "^4.3.0",
77
- "@things-factory/help": "^4.3.0",
78
- "@things-factory/i18n-base": "^4.3.0",
79
- "@things-factory/integration-fulfillment": "^4.3.0",
80
- "@things-factory/integration-marketplace": "^4.3.0",
81
- "@things-factory/more-ui": "^4.3.0",
82
- "@things-factory/notification": "^4.3.0",
83
- "@things-factory/oauth2-client": "^4.3.0",
84
- "@things-factory/pdf": "^4.3.0",
85
- "@things-factory/resource-ui": "^4.3.0",
86
- "@things-factory/scene-data-transform": "^4.1.40",
87
- "@things-factory/scene-excel": "^4.1.40",
88
- "@things-factory/scene-firebase": "^4.1.40",
89
- "@things-factory/scene-form": "^4.1.40",
90
- "@things-factory/scene-google-map": "^4.1.40",
91
- "@things-factory/scene-graphql": "^4.1.40",
92
- "@things-factory/scene-label": "^4.3.0",
93
- "@things-factory/scene-marker": "^4.1.40",
94
- "@things-factory/scene-mqtt": "^4.1.40",
95
- "@things-factory/scene-restful": "^4.1.40",
96
- "@things-factory/scene-visualizer": "^4.3.0",
97
- "@things-factory/setting-ui": "^4.3.0",
98
- "@things-factory/system-ui": "^4.3.0",
44
+ "@operato/board": "^0.4.6",
45
+ "@operato/help": "^0.4.6",
46
+ "@operato/scene-chartjs": "^0.1.6",
47
+ "@operato/scene-clock": "^0.1.6",
48
+ "@operato/scene-clone": "^0.1.6",
49
+ "@operato/scene-compass": "^0.1.6",
50
+ "@operato/scene-gauge": "^0.1.6",
51
+ "@operato/scene-grist": "^0.1.6",
52
+ "@operato/scene-half-roundrect": "^0.1.6",
53
+ "@operato/scene-indoor-map": "^0.1.6",
54
+ "@operato/scene-integration": "^0.1.6",
55
+ "@operato/scene-legend": "^0.1.6",
56
+ "@operato/scene-news-ticker": "^0.1.6",
57
+ "@operato/scene-progressbar": "^0.1.6",
58
+ "@operato/scene-random": "^0.1.6",
59
+ "@operato/scene-switch": "^0.1.6",
60
+ "@operato/scene-tab": "^0.1.6",
61
+ "@operato/scene-table": "^0.1.6",
62
+ "@operato/scene-timer": "^0.1.6",
63
+ "@operato/scene-wheel-sorter": "^0.1.6",
64
+ "@things-factory/apptool-ui": "^4.4.0-alpha.0",
65
+ "@things-factory/attachment-base": "^4.4.0-alpha.0",
66
+ "@things-factory/auth-ui": "^4.4.0-alpha.0",
67
+ "@things-factory/biz-base": "^4.4.0-alpha.0",
68
+ "@things-factory/board-service": "^4.4.0-alpha.0",
69
+ "@things-factory/board-ui": "^4.4.0-alpha.0",
70
+ "@things-factory/code-ui": "^4.4.0-alpha.0",
71
+ "@things-factory/context-ui": "^4.4.0-alpha.0",
72
+ "@things-factory/dashboard": "^4.4.0-alpha.0",
73
+ "@things-factory/export-ui": "^4.4.0-alpha.0",
74
+ "@things-factory/export-ui-csv": "^4.4.0-alpha.0",
75
+ "@things-factory/export-ui-excel": "^4.4.0-alpha.0",
76
+ "@things-factory/grist-ui": "^4.4.0-alpha.0",
77
+ "@things-factory/help": "^4.4.0-alpha.0",
78
+ "@things-factory/i18n-base": "^4.4.0-alpha.0",
79
+ "@things-factory/integration-fulfillment": "^4.4.0-alpha.0",
80
+ "@things-factory/integration-marketplace": "^4.4.0-alpha.0",
81
+ "@things-factory/more-ui": "^4.4.0-alpha.0",
82
+ "@things-factory/notification": "^4.4.0-alpha.0",
83
+ "@things-factory/oauth2-client": "^4.4.0-alpha.0",
84
+ "@things-factory/pdf": "^4.4.0-alpha.0",
85
+ "@things-factory/resource-ui": "^4.4.0-alpha.0",
86
+ "@things-factory/scene-data-transform": "^4.4.0-alpha.0",
87
+ "@things-factory/scene-excel": "^4.4.0-alpha.0",
88
+ "@things-factory/scene-firebase": "^4.4.0-alpha.0",
89
+ "@things-factory/scene-form": "^4.4.0-alpha.0",
90
+ "@things-factory/scene-google-map": "^4.4.0-alpha.0",
91
+ "@things-factory/scene-graphql": "^4.4.0-alpha.0",
92
+ "@things-factory/scene-label": "^4.4.0-alpha.0",
93
+ "@things-factory/scene-marker": "^4.4.0-alpha.0",
94
+ "@things-factory/scene-mqtt": "^4.4.0-alpha.0",
95
+ "@things-factory/scene-restful": "^4.4.0-alpha.0",
96
+ "@things-factory/scene-visualizer": "^4.4.0-alpha.0",
97
+ "@things-factory/setting-ui": "^4.4.0-alpha.0",
98
+ "@things-factory/system-ui": "^4.4.0-alpha.0",
99
99
  "chance": "^1.1.4"
100
100
  },
101
101
  "devDependencies": {
102
- "@things-factory/builder": "^4.1.40"
102
+ "@things-factory/builder": "^4.4.0-alpha.0"
103
103
  },
104
- "gitHead": "772c8e6f56a3dda655ad49f7018a49a37e081ee8"
104
+ "gitHead": "5972c622d8359263909c2a699c6f26978b937c8c"
105
105
  }