@things-factory/operato-board 7.0.52 → 7.0.55
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/package.json +37 -39
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@things-factory/operato-board",
|
|
3
|
-
"version": "7.0.
|
|
3
|
+
"version": "7.0.55",
|
|
4
4
|
"main": "dist-server/index.js",
|
|
5
5
|
"browser": "dist-client/index.js",
|
|
6
6
|
"things-factory": true,
|
|
@@ -32,10 +32,8 @@
|
|
|
32
32
|
"clean": "npm run clean:server && npm run clean:client",
|
|
33
33
|
"migration": "things-factory-migration",
|
|
34
34
|
"migration:privileges": "things-factory-migration-privileges",
|
|
35
|
-
"migration:create": "node ../../node_modules/typeorm/cli.js migration:create
|
|
36
|
-
"migration:
|
|
37
|
-
"migration:run": "node ../../node_modules/typeorm/cli.js migration:run",
|
|
38
|
-
"migration:revert": "node ../../node_modules/typeorm/cli.js migration:revert",
|
|
35
|
+
"migration:create": "node ../../node_modules/typeorm/cli.js migration:create ./server/migrations/migration",
|
|
36
|
+
"migration:revert": "things-factory-migration --undo",
|
|
39
37
|
"stop:dev": "kill $(lsof -t -i:3000,3001)",
|
|
40
38
|
"stop": "things-factory-stop operato-board",
|
|
41
39
|
"docker": "npm run build:app && things-factory-dockerize hatiolab/operato-board:latest hatiolab/operato-board:$npm_package_version linux/amd64",
|
|
@@ -91,45 +89,45 @@
|
|
|
91
89
|
"@operato/shell": "^7.0.0",
|
|
92
90
|
"@operato/styles": "^7.0.0",
|
|
93
91
|
"@operato/utils": "^7.0.0",
|
|
94
|
-
"@things-factory/apptool-ui": "^7.0.
|
|
95
|
-
"@things-factory/auth-azure-ad": "^7.0.
|
|
96
|
-
"@things-factory/auth-google": "^7.0.
|
|
97
|
-
"@things-factory/auth-ui": "^7.0.
|
|
98
|
-
"@things-factory/board-service": "^7.0.
|
|
99
|
-
"@things-factory/board-ui": "^7.0.
|
|
100
|
-
"@things-factory/context-ui": "^7.0.
|
|
101
|
-
"@things-factory/export-ui": "^7.0.
|
|
102
|
-
"@things-factory/fav-base": "^7.0.
|
|
103
|
-
"@things-factory/font-base": "^7.0.
|
|
104
|
-
"@things-factory/form-ui": "^7.0.
|
|
105
|
-
"@things-factory/help": "^7.0.
|
|
106
|
-
"@things-factory/i18n-base": "^7.0.
|
|
107
|
-
"@things-factory/import-ui": "^7.0.
|
|
108
|
-
"@things-factory/integration-base": "^7.0.
|
|
109
|
-
"@things-factory/integration-email": "^7.0.
|
|
110
|
-
"@things-factory/integration-influxdb": "^7.0.
|
|
111
|
-
"@things-factory/integration-msgraph": "^7.0.
|
|
112
|
-
"@things-factory/integration-notification": "^7.0.
|
|
113
|
-
"@things-factory/integration-openai": "^7.0.
|
|
114
|
-
"@things-factory/integration-ui": "^7.0.
|
|
115
|
-
"@things-factory/more-ui": "^7.0.
|
|
116
|
-
"@things-factory/notification": "^7.0.
|
|
117
|
-
"@things-factory/oauth2-client": "^7.0.
|
|
118
|
-
"@things-factory/offline-ui": "^7.0.
|
|
119
|
-
"@things-factory/pdf": "^7.0.
|
|
120
|
-
"@things-factory/print-service": "^7.0.
|
|
121
|
-
"@things-factory/print-ui": "^7.0.
|
|
122
|
-
"@things-factory/resource-ui": "^7.0.
|
|
123
|
-
"@things-factory/setting-ui": "^7.0.
|
|
124
|
-
"@things-factory/shell": "^7.0.
|
|
125
|
-
"@things-factory/system": "^7.0.
|
|
92
|
+
"@things-factory/apptool-ui": "^7.0.55",
|
|
93
|
+
"@things-factory/auth-azure-ad": "^7.0.55",
|
|
94
|
+
"@things-factory/auth-google": "^7.0.55",
|
|
95
|
+
"@things-factory/auth-ui": "^7.0.55",
|
|
96
|
+
"@things-factory/board-service": "^7.0.55",
|
|
97
|
+
"@things-factory/board-ui": "^7.0.55",
|
|
98
|
+
"@things-factory/context-ui": "^7.0.55",
|
|
99
|
+
"@things-factory/export-ui": "^7.0.55",
|
|
100
|
+
"@things-factory/fav-base": "^7.0.55",
|
|
101
|
+
"@things-factory/font-base": "^7.0.55",
|
|
102
|
+
"@things-factory/form-ui": "^7.0.55",
|
|
103
|
+
"@things-factory/help": "^7.0.55",
|
|
104
|
+
"@things-factory/i18n-base": "^7.0.55",
|
|
105
|
+
"@things-factory/import-ui": "^7.0.55",
|
|
106
|
+
"@things-factory/integration-base": "^7.0.55",
|
|
107
|
+
"@things-factory/integration-email": "^7.0.55",
|
|
108
|
+
"@things-factory/integration-influxdb": "^7.0.55",
|
|
109
|
+
"@things-factory/integration-msgraph": "^7.0.55",
|
|
110
|
+
"@things-factory/integration-notification": "^7.0.55",
|
|
111
|
+
"@things-factory/integration-openai": "^7.0.55",
|
|
112
|
+
"@things-factory/integration-ui": "^7.0.55",
|
|
113
|
+
"@things-factory/more-ui": "^7.0.55",
|
|
114
|
+
"@things-factory/notification": "^7.0.55",
|
|
115
|
+
"@things-factory/oauth2-client": "^7.0.55",
|
|
116
|
+
"@things-factory/offline-ui": "^7.0.55",
|
|
117
|
+
"@things-factory/pdf": "^7.0.55",
|
|
118
|
+
"@things-factory/print-service": "^7.0.55",
|
|
119
|
+
"@things-factory/print-ui": "^7.0.55",
|
|
120
|
+
"@things-factory/resource-ui": "^7.0.55",
|
|
121
|
+
"@things-factory/setting-ui": "^7.0.55",
|
|
122
|
+
"@things-factory/shell": "^7.0.55",
|
|
123
|
+
"@things-factory/system": "^7.0.55"
|
|
126
124
|
},
|
|
127
125
|
"devDependencies": {
|
|
128
|
-
"@things-factory/board-test": "^7.0.
|
|
126
|
+
"@things-factory/board-test": "^7.0.55",
|
|
129
127
|
"@things-factory/builder": "^7.0.49"
|
|
130
128
|
},
|
|
131
129
|
"resolutions": {
|
|
132
130
|
"passport": "^0.7.0"
|
|
133
131
|
},
|
|
134
|
-
"gitHead": "
|
|
132
|
+
"gitHead": "20eb64e468407b2044e76d9c7019a837281141ad"
|
|
135
133
|
}
|