Loading packages/common/package.json +1 −1 Original line number Diff line number Diff line Loading @@ -2,7 +2,7 @@ "name": "@ever-platform/common", "description": "Ever Platform Shared Core", "license": "AGPL-3.0", "version": "0.4.1", "version": "0.4.2", "homepage": "https://ever.co", "repository": { "type": "git", Loading packages/common/src/@pyro/db/db-object.ts +2 −1 Original line number Diff line number Diff line Loading @@ -14,7 +14,8 @@ export interface DBObjectClass extends Function { export abstract class DBObject< RawObject extends CreateObject & DBRawObject, CreateObject extends DBCreateObject > implements DBRawObject { > implements DBRawObject { // to allow inferring the generic args types readonly CreateObjectTYPE: CreateObject; Loading packages/core/tsconfig.json +1 −2 Original line number Diff line number Diff line Loading @@ -6,8 +6,7 @@ "rootDir": "./", "types": ["node", "reflect-metadata", "jest"], "esModuleInterop": true, "incremental": true, "tsBuildInfoFile": "./tsconfig.tsbuildinfo", "incremental": false, "experimentalDecorators": true, "paths": { "@modules/server.common/*": [ Loading Loading
packages/common/package.json +1 −1 Original line number Diff line number Diff line Loading @@ -2,7 +2,7 @@ "name": "@ever-platform/common", "description": "Ever Platform Shared Core", "license": "AGPL-3.0", "version": "0.4.1", "version": "0.4.2", "homepage": "https://ever.co", "repository": { "type": "git", Loading
packages/common/src/@pyro/db/db-object.ts +2 −1 Original line number Diff line number Diff line Loading @@ -14,7 +14,8 @@ export interface DBObjectClass extends Function { export abstract class DBObject< RawObject extends CreateObject & DBRawObject, CreateObject extends DBCreateObject > implements DBRawObject { > implements DBRawObject { // to allow inferring the generic args types readonly CreateObjectTYPE: CreateObject; Loading
packages/core/tsconfig.json +1 −2 Original line number Diff line number Diff line Loading @@ -6,8 +6,7 @@ "rootDir": "./", "types": ["node", "reflect-metadata", "jest"], "esModuleInterop": true, "incremental": true, "tsBuildInfoFile": "./tsconfig.tsbuildinfo", "incremental": false, "experimentalDecorators": true, "paths": { "@modules/server.common/*": [ Loading