@gapi/core 1.8.145 → 1.8.147
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/README.md +2 -2
- package/package.json +6 -6
package/README.md
CHANGED
|
@@ -575,7 +575,7 @@ If you decide for example to return Promise on `register` and resolve it inside
|
|
|
575
575
|
```typescript
|
|
576
576
|
import { Module, Plugin, Service, PluginInterface } from '@rxdi/core';
|
|
577
577
|
import { HAPI_SERVER } from '@rxdi/hapi';
|
|
578
|
-
import { Server } from 'hapi';
|
|
578
|
+
import { Server } from '@hapi/hapi';
|
|
579
579
|
|
|
580
580
|
@Service()
|
|
581
581
|
export class TestService {
|
|
@@ -686,7 +686,7 @@ import { BootstrapFramework, Container } from '@rxdi/core';
|
|
|
686
686
|
import { FrameworkImports } from './framework-imports';
|
|
687
687
|
import { format } from 'url';
|
|
688
688
|
import { HAPI_SERVER } from '@rxdi/hapi';
|
|
689
|
-
import { Server } from 'hapi';
|
|
689
|
+
import { Server } from '@hapi/hapi';
|
|
690
690
|
|
|
691
691
|
const App = BootstrapFramework(AuthMicroserviceModule, [FrameworkImports], {
|
|
692
692
|
init: true,
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@gapi/core",
|
|
3
|
-
"version": "1.8.
|
|
3
|
+
"version": "1.8.147",
|
|
4
4
|
"repository": {
|
|
5
5
|
"type": "git",
|
|
6
6
|
"url": "https://github.com/Stradivario/gapi.git"
|
|
@@ -24,11 +24,11 @@
|
|
|
24
24
|
"url": "http://gitlab.youvolio.com/open-source/gapi/issues"
|
|
25
25
|
},
|
|
26
26
|
"dependencies": {
|
|
27
|
-
"@gapi/daemon": "^1.8.
|
|
28
|
-
"@rxdi/core": "^0.7.
|
|
29
|
-
"@rxdi/graphql": "^0.7.
|
|
30
|
-
"@rxdi/graphql-pubsub": "^0.7.
|
|
31
|
-
"@rxdi/hapi": "^0.7.
|
|
27
|
+
"@gapi/daemon": "^1.8.146",
|
|
28
|
+
"@rxdi/core": "^0.7.173",
|
|
29
|
+
"@rxdi/graphql": "^0.7.173",
|
|
30
|
+
"@rxdi/graphql-pubsub": "^0.7.173",
|
|
31
|
+
"@rxdi/hapi": "^0.7.173",
|
|
32
32
|
"graphql": "^14.6.0",
|
|
33
33
|
"graphql-geojson": "^1.0.0",
|
|
34
34
|
"graphql-tools": "^5.0.0"
|