Loading packages/admin-web-angular/package.json +1 −1 Original line number Diff line number Diff line Loading @@ -99,6 +99,7 @@ "global": "^4.4.0", "graphql": "^16.0.1", "graphql-tag": "^2.12.6", "subscriptions-transport-ws": "^0.11.0", "highlight.js": "^11.2.0", "intl": "^1.2.5", "ionicons": "^5.5.3", Loading Loading @@ -133,7 +134,6 @@ "socicon": "^3.0.5", "socket.io-client": "^4.3.0", "stripe": "^8.183.0", "subscriptions-transport-ws": "^0.9.19", "tinymce": "^5.10.0", "tslib": "^2.3.1", "typeface-exo": "^1.1.13", Loading packages/admin-web-angular/src/app/pages/+customers/+customer/ea-customer-metrics/ea-customer-metrics.component.ts +1 −1 Original line number Diff line number Diff line import { Component, OnDestroy } from '@angular/core'; import User from '@modules/server.common/entities/User'; import { ActivatedRoute } from '@angular/router'; import { Subscription } from 'apollo-client/util/Observable'; import { Subscription } from 'rxjs'; import { UsersService } from '@app/@core/data/users.service'; @Component({ Loading packages/admin-web-angular/src/app/pages/+warehouses/+warehouse/products-table/products-table.component.ts +1 −2 Original line number Diff line number Diff line Loading @@ -6,7 +6,7 @@ import { Input, ViewChild, } from '@angular/core'; import { Subject } from 'rxjs'; import { Subject, Subscription } from 'rxjs'; import { takeUntil } from 'rxjs/operators'; import WarehouseProduct from '@modules/server.common/entities/WarehouseProduct'; import { WarehouseProductsRouter } from '@modules/client.common.angular2/routers/warehouse-products-router.service'; Loading @@ -14,7 +14,6 @@ import { ProductLocalesService } from '@modules/client.common.angular2/locale/pr import { ILocaleMember } from '@modules/server.common/interfaces/ILocale'; import Warehouse from '@modules/server.common/entities/Warehouse'; import { WarehouseRouter } from '@modules/client.common.angular2/routers/warehouse-router.service'; import { Subscription } from 'apollo-client/util/Observable'; import { Router } from '@angular/router'; import { NotifyService } from '../../../../@core/services/notify/notify.service'; import { ConfirmationModalComponent } from '../../../../@shared/confirmation-modal/confirmation-modal.component'; Loading packages/core/package.json +21 −21 Original line number Diff line number Diff line Loading @@ -41,21 +41,21 @@ "dependencies": { "@captemulation/get-parameter-names": "^1.4.2", "@ever-platform/common": "^0.4.3", "@graphql-tools/load-files": "^6.5.1", "@graphql-tools/merge": "^8.1.2", "@graphql-tools/schema": "^8.2.0", "@nestjs/common": "^8.1.1", "@nestjs/core": "^8.1.1", "@graphql-tools/load-files": "^6.5.2", "@graphql-tools/merge": "^8.2.1", "@graphql-tools/schema": "^8.3.1", "@nestjs/common": "^8.2.3", "@nestjs/core": "^8.2.3", "@nestjs/cqrs": "^8.0.0", "@nestjs/graphql": "^9.0.6", "@nestjs/microservices": "^8.1.1", "@nestjs/graphql": "^9.1.2", "@nestjs/microservices": "^8.2.3", "@nestjs/passport": "^8.0.1", "@nestjs/platform-express": "^8.1.1", "@nestjs/platform-socket.io": "^8.1.1", "@nestjs/swagger": "^5.1.0", "@nestjs/platform-express": "^8.2.3", "@nestjs/platform-socket.io": "^8.2.3", "@nestjs/swagger": "^5.1.5", "@nestjs/typeorm": "^8.0.2", "@nestjs/websockets": "^8.1.1", "apollo-server-express": "^3.4.0", "@nestjs/websockets": "^8.2.3", "apollo-server-express": "^3.5.0", "axios": "^0.23.0", "bcrypt": "5.0.1", "bluebird": "^3.7.2", Loading Loading @@ -84,6 +84,7 @@ "graphql-playground-middleware-express": "^1.7.23", "graphql-subscriptions": "^2.0.0", "graphql-tools": "^8.2.0", "subscriptions-transport-ws": "^0.11.0", "handlebars": "^4.7.7", "image-size": "^1.0.0", "install": "^0.13.0", Loading @@ -97,9 +98,9 @@ "mkdirp": "^1.0.4", "module-alias": "^2.2.2", "moment": "^2.29.1", "mongodb": "^4.1.3", "mongodb-memory-server": "^7.4.4", "mongoose": "^6.0.11", "mongodb": "^4.2.1", "mongodb-memory-server": "^8.0.4", "mongoose": "^6.0.14", "morgan": "^1.10.0", "ms": "^2.1.3", "on-finished": "^2.3.0", Loading @@ -124,18 +125,17 @@ "socket.io-client": "^4.3.0", "source-map-support": "^0.5.20", "stripe": "^8.183.0", "subscriptions-transport-ws": "^0.9.19", "swagger-ui-express": "^4.1.6", "swagger-ui-express": "^4.2.0", "symbol": "^0.3.1", "symbol-observable": "^4.0.0", "typeorm": "^0.2.38", "typeorm": "^0.2.41", "typescript-collections": "^1.3.3", "underscore": "^1.13.1", "underscore.string": "^3.3.5", "upath": "^2.0.1", "uuid": "^8.3.2", "validator": "^13.6.0", "ws": "^8.2.3" "ws": "^8.3.0" }, "devDependencies": { "@types/bcrypt": "^5.0.0", Loading @@ -160,8 +160,8 @@ "@types/method-override": "^0.0.32", "@types/mkdirp": "^1.0.2", "@types/moment": "^2.13.0", "@types/mongodb": "^4.0.6", "@types/mongoose": "^5.11.96", "@types/mongodb": "^4.0.7", "@types/mongoose": "^5.11.97", "@types/node": "16.11.0", "@types/passport": "^1.0.7", "@types/passport-jwt": "^3.0.6", Loading packages/core/src/graphql/subscriptions/subscriptions.service.ts +9 −6 Original line number Diff line number Diff line Loading @@ -15,13 +15,16 @@ export class SubscriptionsService implements OnModuleDestroy { options: ServerOptions = {}, socketOptions: WebSocket.ServerOptions = {} ) { this.subscriptionServer = new SubscriptionServer( { const o: ServerOptions = { execute, subscribe, schema, ...options, }, }; this.subscriptionServer = new SubscriptionServer( o, { server: this.ws, path: '/subscriptions', Loading Loading
packages/admin-web-angular/package.json +1 −1 Original line number Diff line number Diff line Loading @@ -99,6 +99,7 @@ "global": "^4.4.0", "graphql": "^16.0.1", "graphql-tag": "^2.12.6", "subscriptions-transport-ws": "^0.11.0", "highlight.js": "^11.2.0", "intl": "^1.2.5", "ionicons": "^5.5.3", Loading Loading @@ -133,7 +134,6 @@ "socicon": "^3.0.5", "socket.io-client": "^4.3.0", "stripe": "^8.183.0", "subscriptions-transport-ws": "^0.9.19", "tinymce": "^5.10.0", "tslib": "^2.3.1", "typeface-exo": "^1.1.13", Loading
packages/admin-web-angular/src/app/pages/+customers/+customer/ea-customer-metrics/ea-customer-metrics.component.ts +1 −1 Original line number Diff line number Diff line import { Component, OnDestroy } from '@angular/core'; import User from '@modules/server.common/entities/User'; import { ActivatedRoute } from '@angular/router'; import { Subscription } from 'apollo-client/util/Observable'; import { Subscription } from 'rxjs'; import { UsersService } from '@app/@core/data/users.service'; @Component({ Loading
packages/admin-web-angular/src/app/pages/+warehouses/+warehouse/products-table/products-table.component.ts +1 −2 Original line number Diff line number Diff line Loading @@ -6,7 +6,7 @@ import { Input, ViewChild, } from '@angular/core'; import { Subject } from 'rxjs'; import { Subject, Subscription } from 'rxjs'; import { takeUntil } from 'rxjs/operators'; import WarehouseProduct from '@modules/server.common/entities/WarehouseProduct'; import { WarehouseProductsRouter } from '@modules/client.common.angular2/routers/warehouse-products-router.service'; Loading @@ -14,7 +14,6 @@ import { ProductLocalesService } from '@modules/client.common.angular2/locale/pr import { ILocaleMember } from '@modules/server.common/interfaces/ILocale'; import Warehouse from '@modules/server.common/entities/Warehouse'; import { WarehouseRouter } from '@modules/client.common.angular2/routers/warehouse-router.service'; import { Subscription } from 'apollo-client/util/Observable'; import { Router } from '@angular/router'; import { NotifyService } from '../../../../@core/services/notify/notify.service'; import { ConfirmationModalComponent } from '../../../../@shared/confirmation-modal/confirmation-modal.component'; Loading
packages/core/package.json +21 −21 Original line number Diff line number Diff line Loading @@ -41,21 +41,21 @@ "dependencies": { "@captemulation/get-parameter-names": "^1.4.2", "@ever-platform/common": "^0.4.3", "@graphql-tools/load-files": "^6.5.1", "@graphql-tools/merge": "^8.1.2", "@graphql-tools/schema": "^8.2.0", "@nestjs/common": "^8.1.1", "@nestjs/core": "^8.1.1", "@graphql-tools/load-files": "^6.5.2", "@graphql-tools/merge": "^8.2.1", "@graphql-tools/schema": "^8.3.1", "@nestjs/common": "^8.2.3", "@nestjs/core": "^8.2.3", "@nestjs/cqrs": "^8.0.0", "@nestjs/graphql": "^9.0.6", "@nestjs/microservices": "^8.1.1", "@nestjs/graphql": "^9.1.2", "@nestjs/microservices": "^8.2.3", "@nestjs/passport": "^8.0.1", "@nestjs/platform-express": "^8.1.1", "@nestjs/platform-socket.io": "^8.1.1", "@nestjs/swagger": "^5.1.0", "@nestjs/platform-express": "^8.2.3", "@nestjs/platform-socket.io": "^8.2.3", "@nestjs/swagger": "^5.1.5", "@nestjs/typeorm": "^8.0.2", "@nestjs/websockets": "^8.1.1", "apollo-server-express": "^3.4.0", "@nestjs/websockets": "^8.2.3", "apollo-server-express": "^3.5.0", "axios": "^0.23.0", "bcrypt": "5.0.1", "bluebird": "^3.7.2", Loading Loading @@ -84,6 +84,7 @@ "graphql-playground-middleware-express": "^1.7.23", "graphql-subscriptions": "^2.0.0", "graphql-tools": "^8.2.0", "subscriptions-transport-ws": "^0.11.0", "handlebars": "^4.7.7", "image-size": "^1.0.0", "install": "^0.13.0", Loading @@ -97,9 +98,9 @@ "mkdirp": "^1.0.4", "module-alias": "^2.2.2", "moment": "^2.29.1", "mongodb": "^4.1.3", "mongodb-memory-server": "^7.4.4", "mongoose": "^6.0.11", "mongodb": "^4.2.1", "mongodb-memory-server": "^8.0.4", "mongoose": "^6.0.14", "morgan": "^1.10.0", "ms": "^2.1.3", "on-finished": "^2.3.0", Loading @@ -124,18 +125,17 @@ "socket.io-client": "^4.3.0", "source-map-support": "^0.5.20", "stripe": "^8.183.0", "subscriptions-transport-ws": "^0.9.19", "swagger-ui-express": "^4.1.6", "swagger-ui-express": "^4.2.0", "symbol": "^0.3.1", "symbol-observable": "^4.0.0", "typeorm": "^0.2.38", "typeorm": "^0.2.41", "typescript-collections": "^1.3.3", "underscore": "^1.13.1", "underscore.string": "^3.3.5", "upath": "^2.0.1", "uuid": "^8.3.2", "validator": "^13.6.0", "ws": "^8.2.3" "ws": "^8.3.0" }, "devDependencies": { "@types/bcrypt": "^5.0.0", Loading @@ -160,8 +160,8 @@ "@types/method-override": "^0.0.32", "@types/mkdirp": "^1.0.2", "@types/moment": "^2.13.0", "@types/mongodb": "^4.0.6", "@types/mongoose": "^5.11.96", "@types/mongodb": "^4.0.7", "@types/mongoose": "^5.11.97", "@types/node": "16.11.0", "@types/passport": "^1.0.7", "@types/passport-jwt": "^3.0.6", Loading
packages/core/src/graphql/subscriptions/subscriptions.service.ts +9 −6 Original line number Diff line number Diff line Loading @@ -15,13 +15,16 @@ export class SubscriptionsService implements OnModuleDestroy { options: ServerOptions = {}, socketOptions: WebSocket.ServerOptions = {} ) { this.subscriptionServer = new SubscriptionServer( { const o: ServerOptions = { execute, subscribe, schema, ...options, }, }; this.subscriptionServer = new SubscriptionServer( o, { server: this.ws, path: '/subscriptions', Loading