@things-factory/reference-app 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 +36 -38
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@things-factory/reference-app",
|
|
3
|
-
"version": "7.0.
|
|
3
|
+
"version": "7.0.55",
|
|
4
4
|
"main": "dist-server/index.js",
|
|
5
5
|
"browser": "client/index.js",
|
|
6
6
|
"things-factory": true,
|
|
@@ -28,10 +28,8 @@
|
|
|
28
28
|
"clean": "npm run clean:server",
|
|
29
29
|
"migration": "npm run build:server && things-factory-migration",
|
|
30
30
|
"migration:privileges": "npm run build:server && things-factory-migration-privileges",
|
|
31
|
-
"migration:create": "node ../../node_modules/typeorm/cli.js migration:create
|
|
32
|
-
"migration:
|
|
33
|
-
"migration:run": "node ../../node_modules/typeorm/cli.js migration:run",
|
|
34
|
-
"migration:revert": "node ../../node_modules/typeorm/cli.js migration:revert",
|
|
31
|
+
"migration:create": "node ../../node_modules/typeorm/cli.js migration:create ./server/migrations/migration",
|
|
32
|
+
"migration:revert": "things-factory-migration --undo",
|
|
35
33
|
"stop:dev": "kill $(lsof -t -i:3000,3001)",
|
|
36
34
|
"stop": "things-factory-stop reference-app",
|
|
37
35
|
"docker": "npm run build:app && things-factory-dockerize hatiolab/reference-app:latest hatiolab/reference-app:$npm_package_version linux/amd64",
|
|
@@ -69,43 +67,43 @@
|
|
|
69
67
|
"@operato/scene-tab": "^7.0.0",
|
|
70
68
|
"@operato/shell": "^7.0.0",
|
|
71
69
|
"@operato/utils": "^7.0.0",
|
|
72
|
-
"@things-factory/api": "^7.0.
|
|
73
|
-
"@things-factory/apptool-ui": "^7.0.
|
|
74
|
-
"@things-factory/attachment-base": "^7.0.
|
|
75
|
-
"@things-factory/auth-ui": "^7.0.
|
|
76
|
-
"@things-factory/board-service": "^7.0.
|
|
77
|
-
"@things-factory/board-ui": "^7.0.
|
|
78
|
-
"@things-factory/ccp": "^7.0.
|
|
79
|
-
"@things-factory/code-ui": "^7.0.
|
|
80
|
-
"@things-factory/contact": "^7.0.
|
|
81
|
-
"@things-factory/context-ui": "^7.0.
|
|
82
|
-
"@things-factory/dashboard": "^7.0.
|
|
83
|
-
"@things-factory/dataset": "^7.0.
|
|
84
|
-
"@things-factory/export-ui": "^7.0.
|
|
85
|
-
"@things-factory/export-ui-excel": "^7.0.
|
|
86
|
-
"@things-factory/help": "^7.0.
|
|
87
|
-
"@things-factory/integration-ui": "^7.0.
|
|
88
|
-
"@things-factory/lite-menu": "^7.0.
|
|
89
|
-
"@things-factory/more-ui": "^7.0.
|
|
90
|
-
"@things-factory/notification": "^7.0.
|
|
91
|
-
"@things-factory/oauth2-client": "^7.0.
|
|
92
|
-
"@things-factory/organization": "^7.0.
|
|
93
|
-
"@things-factory/print-ui": "^7.0.
|
|
94
|
-
"@things-factory/product-base": "^7.0.
|
|
95
|
-
"@things-factory/qc": "^7.0.
|
|
96
|
-
"@things-factory/resource-ui": "^7.0.
|
|
97
|
-
"@things-factory/routing-base": "^7.0.
|
|
98
|
-
"@things-factory/setting-base": "^7.0.
|
|
99
|
-
"@things-factory/setting-ui": "^7.0.
|
|
100
|
-
"@things-factory/shell": "^7.0.
|
|
101
|
-
"@things-factory/system": "^7.0.
|
|
102
|
-
"@things-factory/web-editor": "^7.0.
|
|
103
|
-
"@things-factory/work-shift": "^7.0.
|
|
70
|
+
"@things-factory/api": "^7.0.55",
|
|
71
|
+
"@things-factory/apptool-ui": "^7.0.55",
|
|
72
|
+
"@things-factory/attachment-base": "^7.0.55",
|
|
73
|
+
"@things-factory/auth-ui": "^7.0.55",
|
|
74
|
+
"@things-factory/board-service": "^7.0.55",
|
|
75
|
+
"@things-factory/board-ui": "^7.0.55",
|
|
76
|
+
"@things-factory/ccp": "^7.0.55",
|
|
77
|
+
"@things-factory/code-ui": "^7.0.55",
|
|
78
|
+
"@things-factory/contact": "^7.0.55",
|
|
79
|
+
"@things-factory/context-ui": "^7.0.55",
|
|
80
|
+
"@things-factory/dashboard": "^7.0.55",
|
|
81
|
+
"@things-factory/dataset": "^7.0.55",
|
|
82
|
+
"@things-factory/export-ui": "^7.0.55",
|
|
83
|
+
"@things-factory/export-ui-excel": "^7.0.55",
|
|
84
|
+
"@things-factory/help": "^7.0.55",
|
|
85
|
+
"@things-factory/integration-ui": "^7.0.55",
|
|
86
|
+
"@things-factory/lite-menu": "^7.0.55",
|
|
87
|
+
"@things-factory/more-ui": "^7.0.55",
|
|
88
|
+
"@things-factory/notification": "^7.0.55",
|
|
89
|
+
"@things-factory/oauth2-client": "^7.0.55",
|
|
90
|
+
"@things-factory/organization": "^7.0.55",
|
|
91
|
+
"@things-factory/print-ui": "^7.0.55",
|
|
92
|
+
"@things-factory/product-base": "^7.0.55",
|
|
93
|
+
"@things-factory/qc": "^7.0.55",
|
|
94
|
+
"@things-factory/resource-ui": "^7.0.55",
|
|
95
|
+
"@things-factory/routing-base": "^7.0.55",
|
|
96
|
+
"@things-factory/setting-base": "^7.0.55",
|
|
97
|
+
"@things-factory/setting-ui": "^7.0.55",
|
|
98
|
+
"@things-factory/shell": "^7.0.55",
|
|
99
|
+
"@things-factory/system": "^7.0.55",
|
|
100
|
+
"@things-factory/web-editor": "^7.0.55",
|
|
101
|
+
"@things-factory/work-shift": "^7.0.55",
|
|
104
102
|
"@tinymce/tinymce-webcomponent": "^2.0.1",
|
|
105
103
|
"random-words": "^1.2.0"
|
|
106
104
|
},
|
|
107
105
|
"devDependencies": {
|
|
108
106
|
"@things-factory/builder": "^7.0.49"
|
|
109
107
|
},
|
|
110
|
-
"gitHead": "
|
|
108
|
+
"gitHead": "20eb64e468407b2044e76d9c7019a837281141ad"
|
|
111
109
|
}
|