@things-factory/operato-board 6.0.75 → 6.0.76

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 +34 -33
package/package.json CHANGED
@@ -1,11 +1,12 @@
1
1
  {
2
2
  "name": "@things-factory/operato-board",
3
- "version": "6.0.75",
3
+ "version": "6.0.76",
4
4
  "main": "dist-server/index.js",
5
5
  "browser": "client/index.js",
6
6
  "things-factory": true,
7
7
  "author": "heartyoh <heartyoh@hatiolab.com>",
8
8
  "description": "App for dashboarding",
9
+ "license": "MIT",
9
10
  "publishConfig": {
10
11
  "access": "public",
11
12
  "@things-factory:registry": "https://registry.npmjs.org"
@@ -78,40 +79,40 @@
78
79
  "@operato/shell": "^1.0.1",
79
80
  "@operato/styles": "^1.0.0",
80
81
  "@operato/utils": "^1.0.1",
81
- "@things-factory/apptool-ui": "^6.0.75",
82
- "@things-factory/auth-ui": "^6.0.75",
83
- "@things-factory/board-service": "^6.0.75",
84
- "@things-factory/board-ui": "^6.0.75",
85
- "@things-factory/context-ui": "^6.0.75",
86
- "@things-factory/export-ui": "^6.0.75",
87
- "@things-factory/fav-base": "^6.0.75",
88
- "@things-factory/font-base": "^6.0.75",
89
- "@things-factory/form-ui": "^6.0.71",
90
- "@things-factory/help": "^6.0.75",
91
- "@things-factory/i18n-base": "^6.0.75",
92
- "@things-factory/import-ui": "^6.0.75",
93
- "@things-factory/integration-base": "^6.0.75",
94
- "@things-factory/integration-msgraph": "^6.0.75",
95
- "@things-factory/integration-notification": "^6.0.75",
96
- "@things-factory/integration-openai": "^6.0.75",
97
- "@things-factory/integration-ui": "^6.0.75",
98
- "@things-factory/layout-ui": "^6.0.71",
99
- "@things-factory/more-ui": "^6.0.75",
100
- "@things-factory/notification": "^6.0.75",
101
- "@things-factory/oauth2-client": "^6.0.75",
102
- "@things-factory/offline-ui": "^6.0.75",
82
+ "@things-factory/apptool-ui": "^6.0.76",
83
+ "@things-factory/auth-ui": "^6.0.76",
84
+ "@things-factory/board-service": "^6.0.76",
85
+ "@things-factory/board-ui": "^6.0.76",
86
+ "@things-factory/context-ui": "^6.0.76",
87
+ "@things-factory/export-ui": "^6.0.76",
88
+ "@things-factory/fav-base": "^6.0.76",
89
+ "@things-factory/font-base": "^6.0.76",
90
+ "@things-factory/form-ui": "^6.0.76",
91
+ "@things-factory/help": "^6.0.76",
92
+ "@things-factory/i18n-base": "^6.0.76",
93
+ "@things-factory/import-ui": "^6.0.76",
94
+ "@things-factory/integration-base": "^6.0.76",
95
+ "@things-factory/integration-msgraph": "^6.0.76",
96
+ "@things-factory/integration-notification": "^6.0.76",
97
+ "@things-factory/integration-openai": "^6.0.76",
98
+ "@things-factory/integration-ui": "^6.0.76",
99
+ "@things-factory/layout-ui": "^6.0.76",
100
+ "@things-factory/more-ui": "^6.0.76",
101
+ "@things-factory/notification": "^6.0.76",
102
+ "@things-factory/oauth2-client": "^6.0.76",
103
+ "@things-factory/offline-ui": "^6.0.76",
103
104
  "@things-factory/operato-license-checker": "^3.1.0",
104
- "@things-factory/pdf": "^6.0.71",
105
- "@things-factory/print-service": "^6.0.75",
106
- "@things-factory/print-ui": "^6.0.75",
107
- "@things-factory/resource-ui": "^6.0.75",
108
- "@things-factory/scene-google-map": "^6.0.71",
109
- "@things-factory/setting-ui": "^6.0.75",
110
- "@things-factory/system-ui": "^6.0.75"
105
+ "@things-factory/pdf": "^6.0.76",
106
+ "@things-factory/print-service": "^6.0.76",
107
+ "@things-factory/print-ui": "^6.0.76",
108
+ "@things-factory/resource-ui": "^6.0.76",
109
+ "@things-factory/scene-google-map": "^6.0.76",
110
+ "@things-factory/setting-ui": "^6.0.76",
111
+ "@things-factory/system-ui": "^6.0.76"
111
112
  },
112
113
  "devDependencies": {
113
- "@things-factory/board-test": "^6.0.75",
114
- "@things-factory/builder": "^6.0.71"
114
+ "@things-factory/board-test": "^6.0.76",
115
+ "@things-factory/builder": "^6.0.76"
115
116
  },
116
- "gitHead": "f7ca179a7fabfc129a9981a7bd734380a3ac64f0"
117
+ "gitHead": "9764b72a970f16771840811199df6a29e1dc7a30"
117
118
  }