Loading packages/core/package.json +1 −1 Original line number Diff line number Diff line Loading @@ -2,7 +2,7 @@ "name": "@ever-platform/core", "description": "Ever Platform Headless Framework", "license": "AGPL-3.0", "version": "0.3.15", "version": "0.3.16", "homepage": "https://ever.co", "repository": { "type": "git", Loading packages/core/src/services/users/UsersProductsService.ts +1 −1 Original line number Diff line number Diff line Loading @@ -18,7 +18,7 @@ import { combineLatest, of, throwError, Observable } from 'rxjs'; @injectable() @routerName('user-products') export class UsersProductsService implements IUserProductsRouter, IService { private static templatesDirPath: string = `${__dirname}/../../../res/templates/`; private static templatesDirPath: string = `${__dirname}/../../../../res/templates/`; protected _placeholderTemplateFileName: string = UsersProductsService.templatesDirPath + `user_products_placeholder.hbs`; Loading Loading
packages/core/package.json +1 −1 Original line number Diff line number Diff line Loading @@ -2,7 +2,7 @@ "name": "@ever-platform/core", "description": "Ever Platform Headless Framework", "license": "AGPL-3.0", "version": "0.3.15", "version": "0.3.16", "homepage": "https://ever.co", "repository": { "type": "git", Loading
packages/core/src/services/users/UsersProductsService.ts +1 −1 Original line number Diff line number Diff line Loading @@ -18,7 +18,7 @@ import { combineLatest, of, throwError, Observable } from 'rxjs'; @injectable() @routerName('user-products') export class UsersProductsService implements IUserProductsRouter, IService { private static templatesDirPath: string = `${__dirname}/../../../res/templates/`; private static templatesDirPath: string = `${__dirname}/../../../../res/templates/`; protected _placeholderTemplateFileName: string = UsersProductsService.templatesDirPath + `user_products_placeholder.hbs`; Loading