@things-factory/reference-app 6.1.83 → 6.1.85

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/db.sqlite CHANGED
Binary file
@@ -6,14 +6,14 @@
6
6
  "auditLog": "logs/.08636eb59927f12972f6774f5947c8507b3564c2-audit.json",
7
7
  "files": [
8
8
  {
9
- "date": 1686555994473,
10
- "name": "logs/application-2023-06-12-16.log",
11
- "hash": "b4dbc5b64fcc6014a021595083db858f1a8839f3adc4f08b4d81975b7e703148"
9
+ "date": 1691316687973,
10
+ "name": "logs/application-2023-08-06-19.log",
11
+ "hash": "e6f6d94ba91a160cf014937a74d524d8a97bc3874e0b9334a2b1de86f7c91788"
12
12
  },
13
13
  {
14
- "date": 1686555996086,
15
- "name": "logs/application-2023-06-12-07.log",
16
- "hash": "13eb7d8acbe5ed516bc4a3c0a187f9ac3a99e788468263e274e8038708cc4c9f"
14
+ "date": 1691316689488,
15
+ "name": "logs/application-2023-08-06-10.log",
16
+ "hash": "c592a34bf824e62642cd14f6e60c91e2374ae2a6c75662a8e7b152858c0f923b"
17
17
  }
18
18
  ],
19
19
  "hashType": "sha256"
@@ -6,9 +6,9 @@
6
6
  "auditLog": "logs/.5e5d741d8b7784a2fbad65eedc0fd46946aaf6f2-audit.json",
7
7
  "files": [
8
8
  {
9
- "date": 1686555995901,
10
- "name": "logs/connections-2023-06-12-07.log",
11
- "hash": "2fe601aa8ad332589382e7f0b8999da60064ba5adb11660525236637952312b6"
9
+ "date": 1691316689352,
10
+ "name": "logs/connections-2023-08-06-10.log",
11
+ "hash": "3bedc4d5dfdea0fbf2b9c72d3c8c98f745362ec2268fdcb7ee2220400848b419"
12
12
  }
13
13
  ],
14
14
  "hashType": "sha256"
@@ -0,0 +1,4 @@
1
+ 2023-08-06T19:11:29+09:00 error: oracledb module loading failed
2
+ 2023-08-06T19:11:30+09:00 info: Default DataSource established
3
+ 2023-08-06T19:11:31+09:00 info: 🚀 Server ready at http://0.0.0.0:3000/graphql
4
+ 2023-08-06T19:11:31+09:00 info: 🚀 Subscriptions ready at ws://0.0.0.0:3000/graphql
@@ -0,0 +1 @@
1
+ 2023-08-06T19:11:28+09:00 info: File Storage is Ready.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@things-factory/reference-app",
3
- "version": "6.1.83",
3
+ "version": "6.1.85",
4
4
  "main": "dist-server/index.js",
5
5
  "browser": "client/index.js",
6
6
  "things-factory": true,
@@ -11,21 +11,21 @@
11
11
  "access": "public",
12
12
  "@things-factory:registry": "https://registry.npmjs.org"
13
13
  },
14
- "thingsFactoryConfig": "things-factory.config.ts",
15
14
  "repository": {
16
15
  "type": "git",
17
16
  "url": "git+https://github.com/hatiolab/things-factory.git",
18
17
  "directory": "packages/reference-app"
19
18
  },
20
19
  "scripts": {
21
- "build": "npm run build:server",
22
20
  "serve": "things-factory reference-app",
23
21
  "serve:dev": "npm run build:server && things-factory-dev reference-app",
24
22
  "build:client": "npm run clean:client && webpack --config ../builder/webpack.config.js",
23
+ "build": "npm run build:server",
25
24
  "build:server": "npm run clean:server && tsc --p ./server/tsconfig.json",
25
+ "build:app": "npm run clean:app && webpack --config ../builder/webpack.config.js",
26
26
  "clean:server": "rm -rf dist-server",
27
- "clean:client": "rm -rf dist-client",
28
- "clean": "npm run clean:server && npm run clean:client",
27
+ "clean:app": "rm -rf dist-app",
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
31
  "migration:create": "node ../../node_modules/typeorm/cli.js migration:create -d ./server/migrations",
@@ -34,7 +34,7 @@
34
34
  "migration:revert": "node ../../node_modules/typeorm/cli.js migration:revert",
35
35
  "stop:dev": "kill $(lsof -t -i:3000,3001)",
36
36
  "stop": "things-factory-stop reference-app",
37
- "docker": "npm run build:client && things-factory-dockerize hatiolab/reference-app:latest hatiolab/reference-app:$npm_package_version linux/amd64",
37
+ "docker": "npm run build:app && things-factory-dockerize hatiolab/reference-app:latest hatiolab/reference-app:$npm_package_version linux/amd64",
38
38
  "docker:run": "docker run --platform linux/amd64 -it -p 4000:3000 hatiolab/reference-app:latest",
39
39
  "docker:push": "docker image push hatiolab/reference-app:latest && docker image push hatiolab/reference-app:$npm_package_version"
40
40
  },
@@ -67,42 +67,42 @@
67
67
  "@operato/scene-tab": "^1.0.0",
68
68
  "@operato/shell": "^1.0.1",
69
69
  "@operato/utils": "^1.0.1",
70
- "@things-factory/api": "^6.1.81",
71
- "@things-factory/apptool-ui": "^6.1.81",
72
- "@things-factory/attachment-base": "^6.1.81",
73
- "@things-factory/auth-ui": "^6.1.81",
74
- "@things-factory/board-service": "^6.1.83",
75
- "@things-factory/board-ui": "^6.1.83",
76
- "@things-factory/ccp": "^6.1.83",
77
- "@things-factory/contact": "^6.1.81",
78
- "@things-factory/context-ui": "^6.1.81",
79
- "@things-factory/dashboard": "^6.1.83",
80
- "@things-factory/dataset": "^6.1.83",
81
- "@things-factory/export-ui": "^6.1.81",
82
- "@things-factory/export-ui-excel": "^6.1.81",
83
- "@things-factory/help": "^6.1.81",
84
- "@things-factory/integration-ui": "^6.1.81",
85
- "@things-factory/lite-menu": "^6.1.83",
86
- "@things-factory/more-ui": "^6.1.81",
87
- "@things-factory/notification": "^6.1.81",
88
- "@things-factory/oauth2-client": "^6.1.81",
89
- "@things-factory/organization": "^6.1.81",
90
- "@things-factory/print-ui": "^6.1.81",
91
- "@things-factory/product-base": "^6.1.81",
92
- "@things-factory/qc": "^6.1.83",
93
- "@things-factory/resource-ui": "^6.1.81",
94
- "@things-factory/routing-base": "^6.1.81",
95
- "@things-factory/setting-base": "^6.1.81",
96
- "@things-factory/setting-ui": "^6.1.81",
97
- "@things-factory/shell": "^6.1.81",
98
- "@things-factory/system-ui": "^6.1.81",
99
- "@things-factory/web-editor": "^6.1.81",
100
- "@things-factory/work-shift": "^6.1.81",
70
+ "@things-factory/api": "^6.1.84",
71
+ "@things-factory/apptool-ui": "^6.1.84",
72
+ "@things-factory/attachment-base": "^6.1.84",
73
+ "@things-factory/auth-ui": "^6.1.84",
74
+ "@things-factory/board-service": "^6.1.84",
75
+ "@things-factory/board-ui": "^6.1.84",
76
+ "@things-factory/ccp": "^6.1.84",
77
+ "@things-factory/contact": "^6.1.84",
78
+ "@things-factory/context-ui": "^6.1.84",
79
+ "@things-factory/dashboard": "^6.1.84",
80
+ "@things-factory/dataset": "^6.1.84",
81
+ "@things-factory/export-ui": "^6.1.84",
82
+ "@things-factory/export-ui-excel": "^6.1.84",
83
+ "@things-factory/help": "^6.1.84",
84
+ "@things-factory/integration-ui": "^6.1.84",
85
+ "@things-factory/lite-menu": "^6.1.84",
86
+ "@things-factory/more-ui": "^6.1.84",
87
+ "@things-factory/notification": "^6.1.84",
88
+ "@things-factory/oauth2-client": "^6.1.84",
89
+ "@things-factory/organization": "^6.1.84",
90
+ "@things-factory/print-ui": "^6.1.84",
91
+ "@things-factory/product-base": "^6.1.84",
92
+ "@things-factory/qc": "^6.1.84",
93
+ "@things-factory/resource-ui": "^6.1.84",
94
+ "@things-factory/routing-base": "^6.1.84",
95
+ "@things-factory/setting-base": "^6.1.84",
96
+ "@things-factory/setting-ui": "^6.1.84",
97
+ "@things-factory/shell": "^6.1.84",
98
+ "@things-factory/system-ui": "^6.1.84",
99
+ "@things-factory/web-editor": "^6.1.84",
100
+ "@things-factory/work-shift": "^6.1.84",
101
101
  "@tinymce/tinymce-webcomponent": "^2.0.1",
102
102
  "random-words": "^1.2.0"
103
103
  },
104
104
  "devDependencies": {
105
- "@things-factory/builder": "^6.1.79"
105
+ "@things-factory/builder": "^6.1.85"
106
106
  },
107
- "gitHead": "a4aa065ad799671d92996ea07daa0eef99350009"
107
+ "gitHead": "5ebda26d71b4181008aea1b2eb8cd9169928e55d"
108
108
  }