@things-factory/operato-hub 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.
Files changed (1) hide show
  1. package/package.json +42 -44
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@things-factory/operato-hub",
3
- "version": "7.0.52",
3
+ "version": "7.0.55",
4
4
  "main": "dist-server/index.js",
5
5
  "browser": "client/index.js",
6
6
  "things-factory": true,
@@ -27,10 +27,8 @@
27
27
  "clean": "npm run clean:server",
28
28
  "migration": "things-factory-migration",
29
29
  "migration:privileges": "things-factory-migration-privileges",
30
- "migration:create": "node ../../node_modules/typeorm/cli.js migration:create -d ./server/migrations",
31
- "migration:generate": "node ../../node_modules/typeorm/cli.js migration:generate",
32
- "migration:run": "node ../../node_modules/typeorm/cli.js migration:run",
33
- "migration:revert": "node ../../node_modules/typeorm/cli.js migration:revert",
30
+ "migration:create": "node ../../node_modules/typeorm/cli.js migration:create ./server/migrations/migration",
31
+ "migration:revert": "things-factory-migration --undo",
34
32
  "stop:dev": "kill $(lsof -t -i:3000,3001)",
35
33
  "stop": "things-factory-stop operato-hub",
36
34
  "docker": "npm run build:app && things-factory-dockerize hatiolab/operato-hub:latest hatiolab/operato-hub:$npm_package_version linux/amd64",
@@ -65,46 +63,46 @@
65
63
  "@operato/scene-table": "^7.0.0",
66
64
  "@operato/scene-visualizer": "^7.0.0",
67
65
  "@operato/scene-wheel-sorter": "^7.0.0",
68
- "@things-factory/api": "^7.0.49",
69
- "@things-factory/apptool-ui": "^7.0.49",
70
- "@things-factory/attachment-base": "^7.0.49",
71
- "@things-factory/auth-base": "^7.0.49",
72
- "@things-factory/auth-ui": "^7.0.49",
73
- "@things-factory/biz-base": "^7.0.49",
74
- "@things-factory/biz-ui": "^7.0.49",
75
- "@things-factory/board-service": "^7.0.49",
76
- "@things-factory/board-ui": "^7.0.51",
77
- "@things-factory/code-ui": "^7.0.49",
66
+ "@things-factory/api": "^7.0.55",
67
+ "@things-factory/apptool-ui": "^7.0.55",
68
+ "@things-factory/attachment-base": "^7.0.55",
69
+ "@things-factory/auth-base": "^7.0.55",
70
+ "@things-factory/auth-ui": "^7.0.55",
71
+ "@things-factory/biz-base": "^7.0.55",
72
+ "@things-factory/biz-ui": "^7.0.55",
73
+ "@things-factory/board-service": "^7.0.55",
74
+ "@things-factory/board-ui": "^7.0.55",
75
+ "@things-factory/code-ui": "^7.0.55",
78
76
  "@things-factory/component-ui": "^7.0.33",
79
- "@things-factory/context-ui": "^7.0.49",
80
- "@things-factory/document-template-ui": "^7.0.49",
77
+ "@things-factory/context-ui": "^7.0.55",
78
+ "@things-factory/document-template-ui": "^7.0.55",
81
79
  "@things-factory/env": "^7.0.33",
82
- "@things-factory/export-ui": "^7.0.49",
83
- "@things-factory/export-ui-csv": "^7.0.49",
84
- "@things-factory/export-ui-excel": "^7.0.49",
85
- "@things-factory/help": "^7.0.49",
86
- "@things-factory/i18n-base": "^7.0.49",
87
- "@things-factory/import-ui": "^7.0.49",
88
- "@things-factory/import-ui-excel": "^7.0.49",
89
- "@things-factory/integration-accounting": "^7.0.52",
90
- "@things-factory/integration-fulfillment": "^7.0.52",
91
- "@things-factory/integration-lmd": "^7.0.52",
92
- "@things-factory/integration-marketplace": "^7.0.52",
93
- "@things-factory/integration-pos": "^7.0.52",
94
- "@things-factory/integration-sellercraft": "^7.0.52",
95
- "@things-factory/integration-sftp": "^7.0.52",
96
- "@things-factory/lite-menu": "^7.0.51",
97
- "@things-factory/more-ui": "^7.0.49",
98
- "@things-factory/notification": "^7.0.52",
99
- "@things-factory/pdf": "^7.0.49",
100
- "@things-factory/product-ui": "^7.0.49",
101
- "@things-factory/resource-ui": "^7.0.49",
102
- "@things-factory/sales-base": "^7.0.52",
103
- "@things-factory/setting-ui": "^7.0.49",
104
- "@things-factory/shell": "^7.0.49",
105
- "@things-factory/system": "^7.0.49",
106
- "@things-factory/warehouse-base": "^7.0.52",
107
- "@things-factory/worksheet-base": "^7.0.52",
80
+ "@things-factory/export-ui": "^7.0.55",
81
+ "@things-factory/export-ui-csv": "^7.0.55",
82
+ "@things-factory/export-ui-excel": "^7.0.55",
83
+ "@things-factory/help": "^7.0.55",
84
+ "@things-factory/i18n-base": "^7.0.55",
85
+ "@things-factory/import-ui": "^7.0.55",
86
+ "@things-factory/import-ui-excel": "^7.0.55",
87
+ "@things-factory/integration-accounting": "^7.0.55",
88
+ "@things-factory/integration-fulfillment": "^7.0.55",
89
+ "@things-factory/integration-lmd": "^7.0.55",
90
+ "@things-factory/integration-marketplace": "^7.0.55",
91
+ "@things-factory/integration-pos": "^7.0.55",
92
+ "@things-factory/integration-sellercraft": "^7.0.55",
93
+ "@things-factory/integration-sftp": "^7.0.55",
94
+ "@things-factory/lite-menu": "^7.0.55",
95
+ "@things-factory/more-ui": "^7.0.55",
96
+ "@things-factory/notification": "^7.0.55",
97
+ "@things-factory/pdf": "^7.0.55",
98
+ "@things-factory/product-ui": "^7.0.55",
99
+ "@things-factory/resource-ui": "^7.0.55",
100
+ "@things-factory/sales-base": "^7.0.55",
101
+ "@things-factory/setting-ui": "^7.0.55",
102
+ "@things-factory/shell": "^7.0.55",
103
+ "@things-factory/system": "^7.0.55",
104
+ "@things-factory/warehouse-base": "^7.0.55",
105
+ "@things-factory/worksheet-base": "^7.0.55",
108
106
  "koa2-swagger-ui": "^5.0.2",
109
107
  "swagger-jsdoc": "^6.2.8",
110
108
  "yamljs": "^0.3.0"
@@ -112,5 +110,5 @@
112
110
  "devDependencies": {
113
111
  "@things-factory/builder": "^7.0.49"
114
112
  },
115
- "gitHead": "ff6154d83646d8bd49030984a8122d3d5896d646"
113
+ "gitHead": "20eb64e468407b2044e76d9c7019a837281141ad"
116
114
  }