@things-factory/operato-pms 10.0.0-beta.91 → 10.0.0-beta.93

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 +30 -30
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@things-factory/operato-pms",
3
- "version": "10.0.0-beta.91",
3
+ "version": "10.0.0-beta.93",
4
4
  "main": "dist-server/index.js",
5
5
  "browser": "client/index.ts",
6
6
  "things-factory": true,
@@ -64,36 +64,36 @@
64
64
  "@operato/scene-tab": "^10.0.0-beta.1",
65
65
  "@operato/scene-table": "^10.0.0-beta.1",
66
66
  "@operato/scene-visualizer": "^10.0.0-beta.1",
67
- "@things-factory/apptool-ui": "^10.0.0-beta.89",
68
- "@things-factory/auth-ui": "^10.0.0-beta.89",
69
- "@things-factory/biz-base": "^10.0.0-beta.89",
70
- "@things-factory/board-service": "^10.0.0-beta.91",
71
- "@things-factory/board-ui": "^10.0.0-beta.91",
72
- "@things-factory/code-ui": "^10.0.0-beta.89",
73
- "@things-factory/context-ui": "^10.0.0-beta.89",
74
- "@things-factory/dashboard": "^10.0.0-beta.91",
75
- "@things-factory/document-template-ui": "^10.0.0-beta.89",
76
- "@things-factory/evaluation": "^10.0.0-beta.89",
77
- "@things-factory/export-ui": "^10.0.0-beta.89",
78
- "@things-factory/export-ui-csv": "^10.0.0-beta.89",
79
- "@things-factory/export-ui-excel": "^10.0.0-beta.89",
80
- "@things-factory/fav-base": "^10.0.0-beta.89",
81
- "@things-factory/form-ui": "^10.0.0-beta.85",
82
- "@things-factory/help": "^10.0.0-beta.89",
83
- "@things-factory/i18n-base": "^10.0.0-beta.89",
84
- "@things-factory/import-ui": "^10.0.0-beta.89",
85
- "@things-factory/import-ui-excel": "^10.0.0-beta.89",
86
- "@things-factory/lite-menu": "^10.0.0-beta.91",
87
- "@things-factory/more-ui": "^10.0.0-beta.89",
88
- "@things-factory/notification": "^10.0.0-beta.89",
89
- "@things-factory/print-ui": "^10.0.0-beta.89",
90
- "@things-factory/resource-ui": "^10.0.0-beta.89",
91
- "@things-factory/setting-ui": "^10.0.0-beta.89",
92
- "@things-factory/shell": "^10.0.0-beta.89",
93
- "@things-factory/system": "^10.0.0-beta.89"
67
+ "@things-factory/apptool-ui": "^10.0.0-beta.92",
68
+ "@things-factory/auth-ui": "^10.0.0-beta.92",
69
+ "@things-factory/biz-base": "^10.0.0-beta.92",
70
+ "@things-factory/board-service": "^10.0.0-beta.93",
71
+ "@things-factory/board-ui": "^10.0.0-beta.93",
72
+ "@things-factory/code-ui": "^10.0.0-beta.92",
73
+ "@things-factory/context-ui": "^10.0.0-beta.92",
74
+ "@things-factory/dashboard": "^10.0.0-beta.93",
75
+ "@things-factory/document-template-ui": "^10.0.0-beta.92",
76
+ "@things-factory/evaluation": "^10.0.0-beta.92",
77
+ "@things-factory/export-ui": "^10.0.0-beta.92",
78
+ "@things-factory/export-ui-csv": "^10.0.0-beta.92",
79
+ "@things-factory/export-ui-excel": "^10.0.0-beta.92",
80
+ "@things-factory/fav-base": "^10.0.0-beta.92",
81
+ "@things-factory/form-ui": "^10.0.0-beta.92",
82
+ "@things-factory/help": "^10.0.0-beta.92",
83
+ "@things-factory/i18n-base": "^10.0.0-beta.92",
84
+ "@things-factory/import-ui": "^10.0.0-beta.92",
85
+ "@things-factory/import-ui-excel": "^10.0.0-beta.92",
86
+ "@things-factory/lite-menu": "^10.0.0-beta.93",
87
+ "@things-factory/more-ui": "^10.0.0-beta.92",
88
+ "@things-factory/notification": "^10.0.0-beta.92",
89
+ "@things-factory/print-ui": "^10.0.0-beta.92",
90
+ "@things-factory/resource-ui": "^10.0.0-beta.92",
91
+ "@things-factory/setting-ui": "^10.0.0-beta.92",
92
+ "@things-factory/shell": "^10.0.0-beta.92",
93
+ "@things-factory/system": "^10.0.0-beta.92"
94
94
  },
95
95
  "devDependencies": {
96
- "@things-factory/builder": "^10.0.0-beta.85"
96
+ "@things-factory/builder": "^10.0.0-beta.92"
97
97
  },
98
- "gitHead": "2f8afa89a359bfd07fe3855ace4a8665fa11d9d1"
98
+ "gitHead": "dfc38be420d4a6fc3c34afd14bd1c7ba937989ff"
99
99
  }