@things-factory/reference-app 6.0.33 → 6.0.35

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.
@@ -1,5 +1,17 @@
1
1
  module.exports = {
2
2
  subdomain: 'system',
3
+ scheduler: {
4
+ /* Name to be used for setting client's "application" properties when registering a schedule */
5
+ application: 'reference-app',
6
+ /* Base endpoint to be used for setting "callback" properties when registering a schedule */
7
+ callbackBase: 'http://localhost:3000',
8
+ /*
9
+ Scheduler service endpoint
10
+ caution) endpoint for "localhost" has some problem.
11
+ https://github.com/node-fetch/node-fetch/issues/1624
12
+ */
13
+ endpoint: 'http://127.0.0.1:9902'
14
+ },
3
15
  awsAppSync: {
4
16
  apiUrl: '',
5
17
  apiKey: ''
@@ -1,5 +1,17 @@
1
1
  module.exports = {
2
- subdomain: "system",
2
+ subdomain: 'system',
3
+ scheduler: {
4
+ /* Name to be used for setting client's "application" properties when registering a schedule */
5
+ application: 'reference-app',
6
+ /* Base endpoint to be used for setting "callback" properties when registering a schedule */
7
+ callbackBase: 'http://localhost:3000',
8
+ /*
9
+ Scheduler service endpoint
10
+ caution) endpoint for "localhost" has some problem.
11
+ https://github.com/node-fetch/node-fetch/issues/1624
12
+ */
13
+ endpoint: 'http://127.0.0.1:9902'
14
+ },
3
15
  email: {
4
16
  host: 'smtp.office365.com', // your sender-email smtp host
5
17
  port: 587, // smtp server port
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@things-factory/reference-app",
3
- "version": "6.0.33",
3
+ "version": "6.0.35",
4
4
  "main": "dist-server/index.js",
5
5
  "browser": "client/index.js",
6
6
  "things-factory": true,
@@ -65,43 +65,43 @@
65
65
  "@operato/scene-tab": "^1.0.0",
66
66
  "@operato/shell": "^1.0.1",
67
67
  "@operato/utils": "^1.0.1",
68
- "@things-factory/api": "^6.0.32",
69
- "@things-factory/apptool-ui": "^6.0.32",
70
- "@things-factory/attachment-base": "^6.0.32",
71
- "@things-factory/auth-ui": "^6.0.32",
72
- "@things-factory/board-service": "^6.0.32",
73
- "@things-factory/board-ui": "^6.0.32",
74
- "@things-factory/ccp": "^6.0.33",
75
- "@things-factory/contact": "^6.0.32",
76
- "@things-factory/context-ui": "^6.0.32",
77
- "@things-factory/dashboard": "^6.0.32",
78
- "@things-factory/dataset": "^6.0.33",
79
- "@things-factory/export-ui": "^6.0.32",
80
- "@things-factory/export-ui-excel": "^6.0.32",
81
- "@things-factory/grist-ui": "^6.0.32",
82
- "@things-factory/help": "^6.0.32",
83
- "@things-factory/integration-ui": "^6.0.32",
84
- "@things-factory/lite-menu": "^6.0.32",
85
- "@things-factory/more-ui": "^6.0.32",
86
- "@things-factory/notification": "^6.0.32",
87
- "@things-factory/oauth2-client": "^6.0.32",
88
- "@things-factory/organization": "^6.0.32",
89
- "@things-factory/print-ui": "^6.0.32",
90
- "@things-factory/product-base": "^6.0.32",
91
- "@things-factory/qc": "^6.0.33",
92
- "@things-factory/resource-ui": "^6.0.32",
93
- "@things-factory/routing-base": "^6.0.32",
94
- "@things-factory/setting-base": "^6.0.32",
95
- "@things-factory/setting-ui": "^6.0.32",
96
- "@things-factory/shell": "^6.0.32",
97
- "@things-factory/system-ui": "^6.0.32",
98
- "@things-factory/web-editor": "^6.0.32",
99
- "@things-factory/work-shift": "^6.0.32",
68
+ "@things-factory/api": "^6.0.34",
69
+ "@things-factory/apptool-ui": "^6.0.34",
70
+ "@things-factory/attachment-base": "^6.0.34",
71
+ "@things-factory/auth-ui": "^6.0.34",
72
+ "@things-factory/board-service": "^6.0.34",
73
+ "@things-factory/board-ui": "^6.0.34",
74
+ "@things-factory/ccp": "^6.0.35",
75
+ "@things-factory/contact": "^6.0.34",
76
+ "@things-factory/context-ui": "^6.0.34",
77
+ "@things-factory/dashboard": "^6.0.34",
78
+ "@things-factory/dataset": "^6.0.35",
79
+ "@things-factory/export-ui": "^6.0.34",
80
+ "@things-factory/export-ui-excel": "^6.0.34",
81
+ "@things-factory/grist-ui": "^6.0.34",
82
+ "@things-factory/help": "^6.0.34",
83
+ "@things-factory/integration-ui": "^6.0.34",
84
+ "@things-factory/lite-menu": "^6.0.34",
85
+ "@things-factory/more-ui": "^6.0.34",
86
+ "@things-factory/notification": "^6.0.34",
87
+ "@things-factory/oauth2-client": "^6.0.34",
88
+ "@things-factory/organization": "^6.0.34",
89
+ "@things-factory/print-ui": "^6.0.34",
90
+ "@things-factory/product-base": "^6.0.34",
91
+ "@things-factory/qc": "^6.0.35",
92
+ "@things-factory/resource-ui": "^6.0.34",
93
+ "@things-factory/routing-base": "^6.0.34",
94
+ "@things-factory/setting-base": "^6.0.34",
95
+ "@things-factory/setting-ui": "^6.0.34",
96
+ "@things-factory/shell": "^6.0.34",
97
+ "@things-factory/system-ui": "^6.0.34",
98
+ "@things-factory/web-editor": "^6.0.34",
99
+ "@things-factory/work-shift": "^6.0.34",
100
100
  "@tinymce/tinymce-webcomponent": "^2.0.1",
101
101
  "random-words": "^1.2.0"
102
102
  },
103
103
  "devDependencies": {
104
- "@things-factory/builder": "^6.0.32"
104
+ "@things-factory/builder": "^6.0.34"
105
105
  },
106
- "gitHead": "6836e4138220146670154548575624faf260bca4"
106
+ "gitHead": "2f731189d998bc4a6fb99cd8f4851cc90ef7a748"
107
107
  }