RubyGems
npm
PyPI
Organizations
Log in
Sign up
npm
@things-factory/operato-ecs
Versions diffs
9.0.0-beta.17 → 9.0.0-beta.19
@things-factory/operato-ecs 9.0.0-beta.17 → 9.0.0-beta.19
Sign up to get
free
protection for your applications and to get access to all the features.
Files changed (5)
hide
show
package/config/config.development.js
+1
-0
package/config/config.production.js
+1
-0
package/dist-client/tsconfig.tsbuildinfo
+1
-1
package/package.json
+32
-32
package/schema.graphql
+5
-0
package/config/config.development.js
CHANGED
Viewed
@@ -1,4 +1,5 @@
1
1
module.exports = {
2
+
domainTypes: ['domain', 'company', 'equipment'],
2
3
subdomain: 'system',
3
4
accessTokenCookieKey: 'access_token.ecs',
4
5
publicHomeRoute: '/auth/signin',
package/config/config.production.js
CHANGED
Viewed
@@ -5,6 +5,7 @@ try {
5
5
}
6
6
7
7
module.exports = {
8
+
domainTypes: ['domain', 'company', 'equipment'],
8
9
subdomain: 'system',
9
10
accessTokenCookieKey: 'access_token.ecs',
10
11
licenseKey: licenseKey,
1
2
3
Next ›
Last »