@things-factory/operato-board 8.0.0-beta.2 → 8.0.0-beta.5
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.
- package/.dockerignore +24 -6
- package/package.json +37 -37
package/.dockerignore
CHANGED
|
@@ -1,13 +1,31 @@
|
|
|
1
|
-
node_modules
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
1
|
+
node_modules/
|
|
2
|
+
client/
|
|
3
|
+
server/
|
|
4
|
+
dist-client/
|
|
5
|
+
installer/
|
|
6
|
+
attachments/
|
|
7
|
+
cache/
|
|
8
|
+
logs/
|
|
9
|
+
Dockerfile*
|
|
5
10
|
docker-compose.yml
|
|
6
11
|
db.sqlite
|
|
7
12
|
db*.sqlite
|
|
8
13
|
license.json
|
|
9
|
-
attachments
|
|
10
14
|
config.development.js
|
|
11
15
|
config.production.js
|
|
12
16
|
!config/config.development.js
|
|
13
|
-
!config/config.production.js
|
|
17
|
+
!config/config.production.js
|
|
18
|
+
\_index.html
|
|
19
|
+
|
|
20
|
+
npm-debug.log
|
|
21
|
+
yarn-error.log
|
|
22
|
+
|
|
23
|
+
.env
|
|
24
|
+
.env.local
|
|
25
|
+
.env.production
|
|
26
|
+
.git/
|
|
27
|
+
.gitignore
|
|
28
|
+
.dockerignore
|
|
29
|
+
.vscode/
|
|
30
|
+
.idea/
|
|
31
|
+
.DS_Store
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@things-factory/operato-board",
|
|
3
|
-
"version": "8.0.0-beta.
|
|
3
|
+
"version": "8.0.0-beta.5",
|
|
4
4
|
"main": "dist-server/index.js",
|
|
5
5
|
"browser": "dist-client/index.js",
|
|
6
6
|
"things-factory": true,
|
|
@@ -91,46 +91,46 @@
|
|
|
91
91
|
"@operato/shell": "^8.0.0-beta",
|
|
92
92
|
"@operato/styles": "^8.0.0-beta",
|
|
93
93
|
"@operato/utils": "^8.0.0-beta",
|
|
94
|
-
"@things-factory/apptool-ui": "^8.0.0-beta.
|
|
95
|
-
"@things-factory/auth-azure-ad": "^8.0.0-beta.
|
|
96
|
-
"@things-factory/auth-google": "^8.0.0-beta.
|
|
97
|
-
"@things-factory/auth-ui": "^8.0.0-beta.
|
|
98
|
-
"@things-factory/board-service": "^8.0.0-beta.
|
|
99
|
-
"@things-factory/board-ui": "^8.0.0-beta.
|
|
100
|
-
"@things-factory/context-ui": "^8.0.0-beta.
|
|
101
|
-
"@things-factory/evaluation": "^8.0.0-beta.
|
|
102
|
-
"@things-factory/export-ui": "^8.0.0-beta.
|
|
103
|
-
"@things-factory/fav-base": "^8.0.0-beta.
|
|
104
|
-
"@things-factory/font-base": "^8.0.0-beta.
|
|
105
|
-
"@things-factory/form-ui": "^8.0.0-beta.
|
|
106
|
-
"@things-factory/help": "^8.0.0-beta.
|
|
107
|
-
"@things-factory/i18n-base": "^8.0.0-beta.
|
|
108
|
-
"@things-factory/import-ui": "^8.0.0-beta.
|
|
109
|
-
"@things-factory/integration-base": "^8.0.0-beta.
|
|
110
|
-
"@things-factory/integration-email": "^8.0.0-beta.
|
|
111
|
-
"@things-factory/integration-influxdb": "^8.0.0-beta.
|
|
112
|
-
"@things-factory/integration-msgraph": "^8.0.0-beta.
|
|
113
|
-
"@things-factory/integration-notification": "^8.0.0-beta.
|
|
114
|
-
"@things-factory/integration-openai": "^8.0.0-beta.
|
|
115
|
-
"@things-factory/integration-ui": "^8.0.0-beta.
|
|
116
|
-
"@things-factory/more-ui": "^8.0.0-beta.
|
|
117
|
-
"@things-factory/notification": "^8.0.0-beta.
|
|
118
|
-
"@things-factory/oauth2-client": "^8.0.0-beta.
|
|
119
|
-
"@things-factory/offline-ui": "^8.0.0-beta.
|
|
120
|
-
"@things-factory/pdf": "^8.0.0-beta.
|
|
121
|
-
"@things-factory/print-ui": "^8.0.0-beta.
|
|
122
|
-
"@things-factory/resource-ui": "^8.0.0-beta.
|
|
123
|
-
"@things-factory/scheduler": "^8.0.0-beta.
|
|
124
|
-
"@things-factory/setting-ui": "^8.0.0-beta.
|
|
125
|
-
"@things-factory/shell": "^8.0.0-beta.
|
|
126
|
-
"@things-factory/system": "^8.0.0-beta.
|
|
94
|
+
"@things-factory/apptool-ui": "^8.0.0-beta.5",
|
|
95
|
+
"@things-factory/auth-azure-ad": "^8.0.0-beta.5",
|
|
96
|
+
"@things-factory/auth-google": "^8.0.0-beta.5",
|
|
97
|
+
"@things-factory/auth-ui": "^8.0.0-beta.5",
|
|
98
|
+
"@things-factory/board-service": "^8.0.0-beta.5",
|
|
99
|
+
"@things-factory/board-ui": "^8.0.0-beta.5",
|
|
100
|
+
"@things-factory/context-ui": "^8.0.0-beta.5",
|
|
101
|
+
"@things-factory/evaluation": "^8.0.0-beta.5",
|
|
102
|
+
"@things-factory/export-ui": "^8.0.0-beta.5",
|
|
103
|
+
"@things-factory/fav-base": "^8.0.0-beta.5",
|
|
104
|
+
"@things-factory/font-base": "^8.0.0-beta.5",
|
|
105
|
+
"@things-factory/form-ui": "^8.0.0-beta.4",
|
|
106
|
+
"@things-factory/help": "^8.0.0-beta.5",
|
|
107
|
+
"@things-factory/i18n-base": "^8.0.0-beta.5",
|
|
108
|
+
"@things-factory/import-ui": "^8.0.0-beta.5",
|
|
109
|
+
"@things-factory/integration-base": "^8.0.0-beta.5",
|
|
110
|
+
"@things-factory/integration-email": "^8.0.0-beta.5",
|
|
111
|
+
"@things-factory/integration-influxdb": "^8.0.0-beta.5",
|
|
112
|
+
"@things-factory/integration-msgraph": "^8.0.0-beta.5",
|
|
113
|
+
"@things-factory/integration-notification": "^8.0.0-beta.5",
|
|
114
|
+
"@things-factory/integration-openai": "^8.0.0-beta.5",
|
|
115
|
+
"@things-factory/integration-ui": "^8.0.0-beta.5",
|
|
116
|
+
"@things-factory/more-ui": "^8.0.0-beta.5",
|
|
117
|
+
"@things-factory/notification": "^8.0.0-beta.5",
|
|
118
|
+
"@things-factory/oauth2-client": "^8.0.0-beta.5",
|
|
119
|
+
"@things-factory/offline-ui": "^8.0.0-beta.5",
|
|
120
|
+
"@things-factory/pdf": "^8.0.0-beta.5",
|
|
121
|
+
"@things-factory/print-ui": "^8.0.0-beta.5",
|
|
122
|
+
"@things-factory/resource-ui": "^8.0.0-beta.5",
|
|
123
|
+
"@things-factory/scheduler": "^8.0.0-beta.5",
|
|
124
|
+
"@things-factory/setting-ui": "^8.0.0-beta.5",
|
|
125
|
+
"@things-factory/shell": "^8.0.0-beta.5",
|
|
126
|
+
"@things-factory/system": "^8.0.0-beta.5"
|
|
127
127
|
},
|
|
128
128
|
"devDependencies": {
|
|
129
|
-
"@things-factory/board-test": "^8.0.0-beta.
|
|
130
|
-
"@things-factory/builder": "^8.0.0-beta.
|
|
129
|
+
"@things-factory/board-test": "^8.0.0-beta.5",
|
|
130
|
+
"@things-factory/builder": "^8.0.0-beta.4"
|
|
131
131
|
},
|
|
132
132
|
"resolutions": {
|
|
133
133
|
"passport": "^0.7.0"
|
|
134
134
|
},
|
|
135
|
-
"gitHead": "
|
|
135
|
+
"gitHead": "9b8ca958169b0b0ceac8f355c4480c4536b6a821"
|
|
136
136
|
}
|