@rxdi/altair 0.7.196 → 0.7.199

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 CHANGED
@@ -18,13 +18,9 @@ $ npm install @rxdi/altair
18
18
 
19
19
  ```typescript
20
20
  import { Module } from '@rxdi/core';
21
- import { HapiModule } from '@rxdi/hapi';
22
- import { GraphQLModule } from '@rxdi/graphql';
23
21
 
24
22
  @Module({
25
23
  imports: [
26
- HapiModule.forRoot(),
27
- GraphQLModule.forRoot(),
28
24
  AltairModule.forRoot({
29
25
  baseURL: 'http://localhost:9000/altair/',
30
26
  endpointURL: 'http://localhost:9000/graphql',
@@ -36,5 +32,7 @@ import { GraphQLModule } from '@rxdi/graphql';
36
32
  export class AppModule {}
37
33
  ```
38
34
 
35
+ <img width="1920" height="860" alt="Screenshot from 2025-12-24 01-38-03" src="https://github.com/user-attachments/assets/30fb08d7-5c47-43e2-93f6-fec8e73219f6" />
39
36
 
40
- Now open http://localhost:9000/altair and Njoy! :)
37
+
38
+ Now open http://localhost:9000/altair and Njoy! :)
@@ -36,7 +36,6 @@ let AltairPlugin = class AltairPlugin {
36
36
  }
37
37
  register() {
38
38
  return __awaiter(this, void 0, void 0, function* () {
39
- console.log(this.config);
40
39
  this.server.route({
41
40
  method: 'GET',
42
41
  path: '/altair',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rxdi/altair",
3
- "version": "0.7.196",
3
+ "version": "0.7.199",
4
4
  "repository": {
5
5
  "type": "git",
6
6
  "url": "https://github.com/rxdi/rxdi"
@@ -33,8 +33,8 @@
33
33
  "altair-static": "^8.5.0"
34
34
  },
35
35
  "devDependencies": {
36
- "@rxdi/core": "^0.7.195",
37
- "@rxdi/hapi": "^0.7.195",
36
+ "@rxdi/core": "^0.7.198",
37
+ "@rxdi/hapi": "^0.7.198",
38
38
  "@types/node": "^25.0.3",
39
39
  "tslint": "^5.20.1",
40
40
  "tslint-language-service": "^0.9.9",