@steedos/service-api 3.0.0-beta.98 → 3.0.0

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 (2) hide show
  1. package/index.js +1 -1
  2. package/package.json +9 -10
package/index.js CHANGED
@@ -1090,7 +1090,7 @@ module.exports = {
1090
1090
  // });
1091
1091
  // }
1092
1092
 
1093
- this.broker.waitForServices('~packages-@steedos/service-ui').then(() => {
1093
+ this.broker.waitForServices('@steedos/service-ui').then(() => {
1094
1094
  this.app.use("/", this.express());
1095
1095
  })
1096
1096
  global.SteedosApi = {
package/package.json CHANGED
@@ -1,28 +1,27 @@
1
1
  {
2
2
  "name": "@steedos/service-api",
3
- "version": "3.0.0-beta.98",
3
+ "version": "3.0.0",
4
4
  "main": "index.js",
5
5
  "license": "MIT",
6
6
  "dependencies": {
7
- "@steedos/auth": "3.0.0-beta.98",
8
- "@steedos/moleculer-apollo-server": "3.0.0-beta.98",
9
- "@steedos/router": "3.0.0-beta.98",
10
- "@steedos/service-object-graphql": "3.0.0-beta.98",
11
- "@steedos/service-ui": "3.0.0-beta.98",
7
+ "@steedos/auth": "3.0.0",
8
+ "@steedos/moleculer-apollo-server": "3.0.0",
9
+ "@steedos/router": "3.0.0",
10
+ "@steedos/service-object-graphql": "3.0.0",
11
+ "@steedos/service-ui": "3.0.0",
12
12
  "graphql": "^15.8.0",
13
13
  "graphql-iso-date": "^3.6.1",
14
14
  "graphql-type-json": "^0.3.2",
15
15
  "lru_map": "^0.4.1",
16
- "moleculer": "^0.14.25",
17
- "moleculer-web": "^0.10.4",
16
+ "moleculer": "^0.14.35",
17
+ "moleculer-web": "^0.11.0-beta3",
18
18
  "react-dev-utils": "12.0.1",
19
19
  "validator": "^13.6.0"
20
20
  },
21
- "private": false,
22
21
  "publishConfig": {
23
22
  "access": "public"
24
23
  },
25
- "gitHead": "4b7a81157f9279ab1750ef877d94c9d64ae7968e",
24
+ "gitHead": "20ea485d800dd4ad0a99c82b26000879c2f85741",
26
25
  "devDependencies": {
27
26
  "@types/graphql-iso-date": "^3.4.0",
28
27
  "@types/react-dev-utils": "^9.0.11"