@things-factory/operato-board 7.0.52 → 7.0.56

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 CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@things-factory/operato-board",
3
- "version": "7.0.52",
3
+ "version": "7.0.56",
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 -d ./server/migrations",
36
- "migration:generate": "node ../../node_modules/typeorm/cli.js migration:generate",
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.49",
95
- "@things-factory/auth-azure-ad": "^7.0.49",
96
- "@things-factory/auth-google": "^7.0.49",
97
- "@things-factory/auth-ui": "^7.0.49",
98
- "@things-factory/board-service": "^7.0.49",
99
- "@things-factory/board-ui": "^7.0.51",
100
- "@things-factory/context-ui": "^7.0.49",
101
- "@things-factory/export-ui": "^7.0.49",
102
- "@things-factory/fav-base": "^7.0.49",
103
- "@things-factory/font-base": "^7.0.49",
104
- "@things-factory/form-ui": "^7.0.33",
105
- "@things-factory/help": "^7.0.49",
106
- "@things-factory/i18n-base": "^7.0.49",
107
- "@things-factory/import-ui": "^7.0.49",
108
- "@things-factory/integration-base": "^7.0.49",
109
- "@things-factory/integration-email": "^7.0.49",
110
- "@things-factory/integration-influxdb": "^7.0.49",
111
- "@things-factory/integration-msgraph": "^7.0.49",
112
- "@things-factory/integration-notification": "^7.0.52",
113
- "@things-factory/integration-openai": "^7.0.49",
114
- "@things-factory/integration-ui": "^7.0.52",
115
- "@things-factory/more-ui": "^7.0.49",
116
- "@things-factory/notification": "^7.0.52",
117
- "@things-factory/oauth2-client": "^7.0.49",
118
- "@things-factory/offline-ui": "^7.0.49",
119
- "@things-factory/pdf": "^7.0.49",
120
- "@things-factory/print-service": "^7.0.49",
121
- "@things-factory/print-ui": "^7.0.49",
122
- "@things-factory/resource-ui": "^7.0.49",
123
- "@things-factory/setting-ui": "^7.0.49",
124
- "@things-factory/shell": "^7.0.49",
125
- "@things-factory/system": "^7.0.49"
92
+ "@things-factory/apptool-ui": "^7.0.56",
93
+ "@things-factory/auth-azure-ad": "^7.0.55",
94
+ "@things-factory/auth-google": "^7.0.55",
95
+ "@things-factory/auth-ui": "^7.0.56",
96
+ "@things-factory/board-service": "^7.0.56",
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.56",
106
+ "@things-factory/integration-base": "^7.0.56",
107
+ "@things-factory/integration-email": "^7.0.56",
108
+ "@things-factory/integration-influxdb": "^7.0.56",
109
+ "@things-factory/integration-msgraph": "^7.0.56",
110
+ "@things-factory/integration-notification": "^7.0.56",
111
+ "@things-factory/integration-openai": "^7.0.56",
112
+ "@things-factory/integration-ui": "^7.0.56",
113
+ "@things-factory/more-ui": "^7.0.55",
114
+ "@things-factory/notification": "^7.0.56",
115
+ "@things-factory/oauth2-client": "^7.0.56",
116
+ "@things-factory/offline-ui": "^7.0.55",
117
+ "@things-factory/pdf": "^7.0.56",
118
+ "@things-factory/print-service": "^7.0.55",
119
+ "@things-factory/print-ui": "^7.0.55",
120
+ "@things-factory/resource-ui": "^7.0.56",
121
+ "@things-factory/setting-ui": "^7.0.56",
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.49",
126
+ "@things-factory/board-test": "^7.0.56",
129
127
  "@things-factory/builder": "^7.0.49"
130
128
  },
131
129
  "resolutions": {
132
130
  "passport": "^0.7.0"
133
131
  },
134
- "gitHead": "ff6154d83646d8bd49030984a8122d3d5896d646"
132
+ "gitHead": "79b01a9ad44568f3b807cbddef256b262a0aa5df"
135
133
  }