@things-factory/operato-hub 7.0.4 → 7.0.6

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 +40 -40
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@things-factory/operato-hub",
3
- "version": "7.0.4",
3
+ "version": "7.0.6",
4
4
  "main": "dist-server/index.js",
5
5
  "browser": "client/index.js",
6
6
  "things-factory": true,
@@ -65,52 +65,52 @@
65
65
  "@operato/scene-table": "^7.0.0",
66
66
  "@operato/scene-visualizer": "^7.0.0",
67
67
  "@operato/scene-wheel-sorter": "^7.0.0",
68
- "@things-factory/api": "^7.0.2",
69
- "@things-factory/apptool-ui": "^7.0.2",
70
- "@things-factory/attachment-base": "^7.0.2",
71
- "@things-factory/auth-base": "^7.0.2",
72
- "@things-factory/auth-ui": "^7.0.2",
73
- "@things-factory/biz-base": "^7.0.2",
74
- "@things-factory/biz-ui": "^7.0.2",
75
- "@things-factory/board-service": "^7.0.2",
76
- "@things-factory/board-ui": "^7.0.4",
77
- "@things-factory/code-ui": "^7.0.2",
68
+ "@things-factory/api": "^7.0.6",
69
+ "@things-factory/apptool-ui": "^7.0.6",
70
+ "@things-factory/attachment-base": "^7.0.6",
71
+ "@things-factory/auth-base": "^7.0.6",
72
+ "@things-factory/auth-ui": "^7.0.6",
73
+ "@things-factory/biz-base": "^7.0.6",
74
+ "@things-factory/biz-ui": "^7.0.6",
75
+ "@things-factory/board-service": "^7.0.6",
76
+ "@things-factory/board-ui": "^7.0.6",
77
+ "@things-factory/code-ui": "^7.0.6",
78
78
  "@things-factory/component-ui": "^7.0.0",
79
- "@things-factory/context-ui": "^7.0.2",
80
- "@things-factory/document-template-ui": "^7.0.2",
79
+ "@things-factory/context-ui": "^7.0.6",
80
+ "@things-factory/document-template-ui": "^7.0.6",
81
81
  "@things-factory/env": "^7.0.0",
82
- "@things-factory/export-ui": "^7.0.2",
83
- "@things-factory/export-ui-csv": "^7.0.2",
84
- "@things-factory/export-ui-excel": "^7.0.2",
85
- "@things-factory/help": "^7.0.2",
86
- "@things-factory/i18n-base": "^7.0.2",
87
- "@things-factory/import-ui": "^7.0.2",
88
- "@things-factory/import-ui-excel": "^7.0.2",
89
- "@things-factory/integration-accounting": "^7.0.2",
90
- "@things-factory/integration-fulfillment": "^7.0.2",
91
- "@things-factory/integration-lmd": "^7.0.2",
92
- "@things-factory/integration-marketplace": "^7.0.2",
93
- "@things-factory/integration-pos": "^7.0.2",
94
- "@things-factory/integration-sellercraft": "^7.0.2",
95
- "@things-factory/integration-sftp": "^7.0.2",
96
- "@things-factory/lite-menu": "^7.0.4",
97
- "@things-factory/more-ui": "^7.0.2",
98
- "@things-factory/notification": "^7.0.2",
82
+ "@things-factory/export-ui": "^7.0.6",
83
+ "@things-factory/export-ui-csv": "^7.0.6",
84
+ "@things-factory/export-ui-excel": "^7.0.6",
85
+ "@things-factory/help": "^7.0.6",
86
+ "@things-factory/i18n-base": "^7.0.6",
87
+ "@things-factory/import-ui": "^7.0.6",
88
+ "@things-factory/import-ui-excel": "^7.0.6",
89
+ "@things-factory/integration-accounting": "^7.0.6",
90
+ "@things-factory/integration-fulfillment": "^7.0.6",
91
+ "@things-factory/integration-lmd": "^7.0.6",
92
+ "@things-factory/integration-marketplace": "^7.0.6",
93
+ "@things-factory/integration-pos": "^7.0.6",
94
+ "@things-factory/integration-sellercraft": "^7.0.6",
95
+ "@things-factory/integration-sftp": "^7.0.6",
96
+ "@things-factory/lite-menu": "^7.0.6",
97
+ "@things-factory/more-ui": "^7.0.6",
98
+ "@things-factory/notification": "^7.0.6",
99
99
  "@things-factory/pdf": "^7.0.0",
100
- "@things-factory/product-ui": "^7.0.2",
101
- "@things-factory/resource-ui": "^7.0.2",
102
- "@things-factory/sales-base": "^7.0.2",
103
- "@things-factory/setting-ui": "^7.0.2",
104
- "@things-factory/shell": "^7.0.2",
105
- "@things-factory/system": "^7.0.2",
106
- "@things-factory/warehouse-base": "^7.0.2",
107
- "@things-factory/worksheet-base": "^7.0.2",
100
+ "@things-factory/product-ui": "^7.0.6",
101
+ "@things-factory/resource-ui": "^7.0.6",
102
+ "@things-factory/sales-base": "^7.0.6",
103
+ "@things-factory/setting-ui": "^7.0.6",
104
+ "@things-factory/shell": "^7.0.6",
105
+ "@things-factory/system": "^7.0.6",
106
+ "@things-factory/warehouse-base": "^7.0.6",
107
+ "@things-factory/worksheet-base": "^7.0.6",
108
108
  "koa2-swagger-ui": "^5.0.2",
109
109
  "swagger-jsdoc": "^6.2.8",
110
110
  "yamljs": "^0.3.0"
111
111
  },
112
112
  "devDependencies": {
113
- "@things-factory/builder": "^7.0.0"
113
+ "@things-factory/builder": "^7.0.5"
114
114
  },
115
- "gitHead": "9ac021e4a84ef649b7c34497b33dce8d7baed8ac"
115
+ "gitHead": "9fbd670e3b446fe51c264d7f43c61daf3b75d5cc"
116
116
  }