@gapi/schematics 1.8.145 → 1.8.146

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.
@@ -10,7 +10,7 @@ import {
10
10
  setConfigServer,
11
11
  setConfigGraphql
12
12
  } from '@gapi/core';
13
- import { Server } from 'hapi';
13
+ import { Server } from '@hapi/hapi';
14
14
  import { from } from 'rxjs';
15
15
  import { <%= classify(name) %>Controller } from './<%= name %>.controller';
16
16
 
@@ -2,7 +2,7 @@
2
2
 
3
3
  import { Plugin, PluginInterface, Inject } from '@rxdi/core';
4
4
  import { HAPI_SERVER } from '@rxdi/hapi';
5
- import { Server } from 'hapi';
5
+ import { Server } from '@hapi/hapi';
6
6
 
7
7
  @Plugin()
8
8
  export class <%= classify(name) %>Plugin implements PluginInterface {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gapi/schematics",
3
- "version": "1.8.145",
3
+ "version": "1.8.146",
4
4
  "repository": {
5
5
  "type": "git",
6
6
  "url": "https://github.com/Stradivario/gapi/packages/schematics"
@@ -10,7 +10,7 @@ import {
10
10
  setConfigServer,
11
11
  setConfigGraphql
12
12
  } from '@gapi/core';
13
- import { Server } from 'hapi';
13
+ import { Server } from '@hapi/hapi';
14
14
  import { from } from 'rxjs';
15
15
  import { <%= classify(name) %>Controller } from './<%= name %>.controller';
16
16
 
@@ -2,7 +2,7 @@
2
2
 
3
3
  import { Plugin, PluginInterface, Inject } from '@rxdi/core';
4
4
  import { HAPI_SERVER } from '@rxdi/hapi';
5
- import { Server } from 'hapi';
5
+ import { Server } from '@hapi/hapi';
6
6
 
7
7
  @Plugin()
8
8
  export class <%= classify(name) %>Plugin implements PluginInterface {