diff --git a/lerna.json b/lerna.json index cf240774b..67b765c2a 100644 --- a/lerna.json +++ b/lerna.json @@ -4,7 +4,7 @@ "packages": [ "packages/*" ], - "version": "5.0.0-rc.2", + "version": "5.0.0", "command": { "bootstrap": { "npmClientArgs": [ diff --git a/package.json b/package.json index bd04ab9ad..06a73266a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@tsed/cli-root", - "version": "5.0.0-rc.2", + "version": "5.0.0", "description": "CLI to bootstrap your Ts.ED project", "private": true, "scripts": { diff --git a/packages/cli-core/package.json b/packages/cli-core/package.json index b04759e15..9a6c6d1a1 100644 --- a/packages/cli-core/package.json +++ b/packages/cli-core/package.json @@ -1,6 +1,6 @@ { "name": "@tsed/cli-core", - "version": "5.0.0-rc.2", + "version": "5.0.0", "description": "Build your CLI with TypeScript and Decorators", "source": "./src/index.ts", "main": "./lib/cjs/index.js", @@ -68,9 +68,9 @@ "uuid": "^8.3.2" }, "devDependencies": { - "@tsed/eslint": "5.0.0-rc.2", - "@tsed/jest-config": "5.0.0-rc.2", - "@tsed/typescript": "5.0.0-rc.2", + "@tsed/eslint": "5.0.0", + "@tsed/jest-config": "5.0.0", + "@tsed/typescript": "5.0.0", "@types/axios": "0.14.0", "@types/commander": "2.12.2", "@types/consolidate": "0.14.1", diff --git a/packages/cli-generate-http-client/package.json b/packages/cli-generate-http-client/package.json index 28f175c41..9d565bc86 100644 --- a/packages/cli-generate-http-client/package.json +++ b/packages/cli-generate-http-client/package.json @@ -1,6 +1,6 @@ { "name": "@tsed/cli-generate-http-client", - "version": "5.0.0-rc.2", + "version": "5.0.0", "description": "Ts.ED CLI plugin. Export a command that generate an HTTP Client (axios or fetch) from your Ts.ED controllers and OS3 spec.", "source": "./src/index.ts", "main": "./lib/cjs/index.js", @@ -24,11 +24,11 @@ "tslib": "2.3.1" }, "devDependencies": { - "@tsed/cli": "5.0.0-rc.2", - "@tsed/cli-core": "5.0.0-rc.2", - "@tsed/eslint": "5.0.0-rc.2", - "@tsed/jest-config": "5.0.0-rc.2", - "@tsed/typescript": "5.0.0-rc.2", + "@tsed/cli": "5.0.0", + "@tsed/cli-core": "5.0.0", + "@tsed/eslint": "5.0.0", + "@tsed/jest-config": "5.0.0", + "@tsed/typescript": "5.0.0", "cross-env": "7.0.3", "eslint": "8.22.0", "jest": "29.5.0", diff --git a/packages/cli-generate-swagger/package.json b/packages/cli-generate-swagger/package.json index c22d8b976..ce5751e02 100644 --- a/packages/cli-generate-swagger/package.json +++ b/packages/cli-generate-swagger/package.json @@ -1,6 +1,6 @@ { "name": "@tsed/cli-generate-swagger", - "version": "5.0.0-rc.2", + "version": "5.0.0", "description": "Ts.ED CLI plugin. Export a command that generate the swagger.json from your Ts.ED controllers and OS3 spec.", "source": "./src/index.ts", "main": "./lib/cjs/index.js", @@ -24,11 +24,11 @@ "tslib": "2.3.1" }, "devDependencies": { - "@tsed/cli": "5.0.0-rc.2", - "@tsed/cli-core": "5.0.0-rc.2", - "@tsed/eslint": "5.0.0-rc.2", - "@tsed/jest-config": "5.0.0-rc.2", - "@tsed/typescript": "5.0.0-rc.2", + "@tsed/cli": "5.0.0", + "@tsed/cli-core": "5.0.0", + "@tsed/eslint": "5.0.0", + "@tsed/jest-config": "5.0.0", + "@tsed/typescript": "5.0.0", "cross-env": "7.0.3", "eslint": "8.22.0", "jest": "29.5.0" diff --git a/packages/cli-plugin-eslint/package.json b/packages/cli-plugin-eslint/package.json index a35f3b175..eab9e0808 100644 --- a/packages/cli-plugin-eslint/package.json +++ b/packages/cli-plugin-eslint/package.json @@ -1,6 +1,6 @@ { "name": "@tsed/cli-plugin-eslint", - "version": "5.0.0-rc.2", + "version": "5.0.0", "description": "Ts.ED CLI plugin. Add EsLint support", "source": "./src/index.ts", "main": "./lib/cjs/index.js", @@ -20,11 +20,11 @@ "test": "cross-env NODE_ENV=test yarn jest --max-workers=2 --passWithNoTests && jest-coverage-thresholds-bumper" }, "devDependencies": { - "@tsed/cli": "5.0.0-rc.2", - "@tsed/cli-core": "5.0.0-rc.2", - "@tsed/eslint": "5.0.0-rc.2", - "@tsed/jest-config": "5.0.0-rc.2", - "@tsed/typescript": "5.0.0-rc.2", + "@tsed/cli": "5.0.0", + "@tsed/cli-core": "5.0.0", + "@tsed/eslint": "5.0.0", + "@tsed/jest-config": "5.0.0", + "@tsed/typescript": "5.0.0", "cross-env": "7.0.3", "eslint": "8.22.0", "jest": "29.5.0" diff --git a/packages/cli-plugin-jest/package.json b/packages/cli-plugin-jest/package.json index f2ea9cae7..83c921a47 100644 --- a/packages/cli-plugin-jest/package.json +++ b/packages/cli-plugin-jest/package.json @@ -1,6 +1,6 @@ { "name": "@tsed/cli-plugin-jest", - "version": "5.0.0-rc.2", + "version": "5.0.0", "description": "Ts.ED CLI plugin. Add Jest support", "source": "./src/index.ts", "main": "./lib/cjs/index.js", @@ -20,11 +20,11 @@ "test": "cross-env NODE_ENV=test yarn jest --max-workers=2 --passWithNoTests && jest-coverage-thresholds-bumper" }, "devDependencies": { - "@tsed/cli": "5.0.0-rc.2", - "@tsed/cli-core": "5.0.0-rc.2", - "@tsed/eslint": "5.0.0-rc.2", - "@tsed/jest-config": "5.0.0-rc.2", - "@tsed/typescript": "5.0.0-rc.2", + "@tsed/cli": "5.0.0", + "@tsed/cli-core": "5.0.0", + "@tsed/eslint": "5.0.0", + "@tsed/jest-config": "5.0.0", + "@tsed/typescript": "5.0.0", "cross-env": "7.0.3", "eslint": "8.22.0", "jest": "29.5.0" diff --git a/packages/cli-plugin-mocha/package.json b/packages/cli-plugin-mocha/package.json index 5ee816b39..74699e2fc 100644 --- a/packages/cli-plugin-mocha/package.json +++ b/packages/cli-plugin-mocha/package.json @@ -1,6 +1,6 @@ { "name": "@tsed/cli-plugin-mocha", - "version": "5.0.0-rc.2", + "version": "5.0.0", "description": "Ts.ED CLI plugin. Add Mocha support", "source": "./src/index.ts", "main": "./lib/cjs/index.js", @@ -20,11 +20,11 @@ "test": "cross-env NODE_ENV=test yarn jest --max-workers=2 --passWithNoTests && jest-coverage-thresholds-bumper" }, "devDependencies": { - "@tsed/cli": "5.0.0-rc.2", - "@tsed/cli-core": "5.0.0-rc.2", - "@tsed/eslint": "5.0.0-rc.2", - "@tsed/jest-config": "5.0.0-rc.2", - "@tsed/typescript": "5.0.0-rc.2", + "@tsed/cli": "5.0.0", + "@tsed/cli-core": "5.0.0", + "@tsed/eslint": "5.0.0", + "@tsed/jest-config": "5.0.0", + "@tsed/typescript": "5.0.0", "cross-env": "7.0.3", "eslint": "8.22.0", "jest": "29.5.0" diff --git a/packages/cli-plugin-mongoose/package.json b/packages/cli-plugin-mongoose/package.json index 54204f8d9..51d17cc28 100644 --- a/packages/cli-plugin-mongoose/package.json +++ b/packages/cli-plugin-mongoose/package.json @@ -1,6 +1,6 @@ { "name": "@tsed/cli-plugin-mongoose", - "version": "5.0.0-rc.2", + "version": "5.0.0", "description": "Ts.ED CLI plugin. Add Mongoose support", "source": "./src/index.ts", "main": "./lib/cjs/index.js", @@ -25,11 +25,11 @@ "tslib": "2.3.1" }, "devDependencies": { - "@tsed/cli": "5.0.0-rc.2", - "@tsed/cli-core": "5.0.0-rc.2", - "@tsed/eslint": "5.0.0-rc.2", - "@tsed/jest-config": "5.0.0-rc.2", - "@tsed/typescript": "5.0.0-rc.2", + "@tsed/cli": "5.0.0", + "@tsed/cli-core": "5.0.0", + "@tsed/eslint": "5.0.0", + "@tsed/jest-config": "5.0.0", + "@tsed/typescript": "5.0.0", "cross-env": "7.0.3", "eslint": "8.22.0", "jest": "29.5.0" diff --git a/packages/cli-plugin-oidc-provider/package.json b/packages/cli-plugin-oidc-provider/package.json index 35c5dd788..de621a90a 100644 --- a/packages/cli-plugin-oidc-provider/package.json +++ b/packages/cli-plugin-oidc-provider/package.json @@ -1,6 +1,6 @@ { "name": "@tsed/cli-plugin-oidc-provider", - "version": "5.0.0-rc.2", + "version": "5.0.0", "description": "Ts.ED CLI plugin. Add OIDC Provider", "source": "./src/index.ts", "main": "./lib/cjs/index.js", @@ -27,17 +27,17 @@ "tslib": "2.3.1" }, "devDependencies": { - "@tsed/cli": "5.0.0-rc.2", - "@tsed/cli-core": "5.0.0-rc.2", - "@tsed/eslint": "5.0.0-rc.2", - "@tsed/jest-config": "5.0.0-rc.2", - "@tsed/typescript": "5.0.0-rc.2", + "@tsed/cli": "5.0.0", + "@tsed/cli-core": "5.0.0", + "@tsed/eslint": "5.0.0", + "@tsed/jest-config": "5.0.0", + "@tsed/typescript": "5.0.0", "cross-env": "7.0.3", "eslint": "8.22.0", "jest": "29.5.0" }, "peerDependencies": { - "@tsed/cli": "^5.0.0-rc.2", - "@tsed/cli-core": "^5.0.0-rc.2" + "@tsed/cli": "^5.0.0", + "@tsed/cli-core": "^5.0.0" } } \ No newline at end of file diff --git a/packages/cli-plugin-passport/package.json b/packages/cli-plugin-passport/package.json index f2784c15d..86ed8708b 100644 --- a/packages/cli-plugin-passport/package.json +++ b/packages/cli-plugin-passport/package.json @@ -1,6 +1,6 @@ { "name": "@tsed/cli-plugin-passport", - "version": "5.0.0-rc.2", + "version": "5.0.0", "description": "Ts.ED CLI plugin. Add Passport.js support", "source": "./src/index.ts", "main": "./lib/cjs/index.js", @@ -24,11 +24,11 @@ "tslib": "2.3.1" }, "devDependencies": { - "@tsed/cli": "5.0.0-rc.2", - "@tsed/cli-core": "5.0.0-rc.2", - "@tsed/eslint": "5.0.0-rc.2", - "@tsed/jest-config": "5.0.0-rc.2", - "@tsed/typescript": "5.0.0-rc.2", + "@tsed/cli": "5.0.0", + "@tsed/cli-core": "5.0.0", + "@tsed/eslint": "5.0.0", + "@tsed/jest-config": "5.0.0", + "@tsed/typescript": "5.0.0", "@types/change-case": "^2.3.1", "cross-env": "7.0.3", "eslint": "8.22.0", diff --git a/packages/cli-plugin-prisma/package.json b/packages/cli-plugin-prisma/package.json index ff2cac55f..89926875e 100644 --- a/packages/cli-plugin-prisma/package.json +++ b/packages/cli-plugin-prisma/package.json @@ -1,6 +1,6 @@ { "name": "@tsed/cli-plugin-prisma", - "version": "5.0.0-rc.2", + "version": "5.0.0", "description": "Ts.ED CLI plugin. Add Prisma project initialisation support.", "source": "./src/index.ts", "main": "./lib/cjs/index.js", @@ -24,11 +24,11 @@ "tslib": "2.3.1" }, "devDependencies": { - "@tsed/cli": "5.0.0-rc.2", - "@tsed/cli-core": "5.0.0-rc.2", - "@tsed/eslint": "5.0.0-rc.2", - "@tsed/jest-config": "5.0.0-rc.2", - "@tsed/typescript": "5.0.0-rc.2", + "@tsed/cli": "5.0.0", + "@tsed/cli-core": "5.0.0", + "@tsed/eslint": "5.0.0", + "@tsed/jest-config": "5.0.0", + "@tsed/typescript": "5.0.0", "cross-env": "7.0.3", "eslint": "8.22.0", "jest": "29.5.0" diff --git a/packages/cli-plugin-typegraphql/package.json b/packages/cli-plugin-typegraphql/package.json index 920ada4c9..2ef8084e2 100644 --- a/packages/cli-plugin-typegraphql/package.json +++ b/packages/cli-plugin-typegraphql/package.json @@ -1,6 +1,6 @@ { "name": "@tsed/cli-plugin-typegraphql", - "version": "5.0.0-rc.2", + "version": "5.0.0", "description": "Ts.ED CLI plugin. Add TypeGraphql support.", "source": "./src/index.ts", "main": "./lib/cjs/index.js", @@ -27,17 +27,17 @@ "tslib": "2.3.1" }, "devDependencies": { - "@tsed/cli": "5.0.0-rc.2", - "@tsed/cli-core": "5.0.0-rc.2", - "@tsed/eslint": "5.0.0-rc.2", - "@tsed/jest-config": "5.0.0-rc.2", - "@tsed/typescript": "5.0.0-rc.2", + "@tsed/cli": "5.0.0", + "@tsed/cli-core": "5.0.0", + "@tsed/eslint": "5.0.0", + "@tsed/jest-config": "5.0.0", + "@tsed/typescript": "5.0.0", "cross-env": "7.0.3", "eslint": "8.22.0", "jest": "29.5.0" }, "peerDependencies": { - "@tsed/cli": "^5.0.0-rc.2", - "@tsed/cli-core": "^5.0.0-rc.2" + "@tsed/cli": "^5.0.0", + "@tsed/cli-core": "^5.0.0" } } \ No newline at end of file diff --git a/packages/cli-plugin-typeorm/package.json b/packages/cli-plugin-typeorm/package.json index 7a2532de0..4f9749fbb 100644 --- a/packages/cli-plugin-typeorm/package.json +++ b/packages/cli-plugin-typeorm/package.json @@ -1,6 +1,6 @@ { "name": "@tsed/cli-plugin-typeorm", - "version": "5.0.0-rc.2", + "version": "5.0.0", "description": "Ts.ED CLI plugin. Add TypeORM support", "source": "./src/index.ts", "main": "./lib/cjs/index.js", @@ -24,11 +24,11 @@ "tslib": "2.3.1" }, "devDependencies": { - "@tsed/cli": "5.0.0-rc.2", - "@tsed/cli-core": "5.0.0-rc.2", - "@tsed/eslint": "5.0.0-rc.2", - "@tsed/jest-config": "5.0.0-rc.2", - "@tsed/typescript": "5.0.0-rc.2", + "@tsed/cli": "5.0.0", + "@tsed/cli-core": "5.0.0", + "@tsed/eslint": "5.0.0", + "@tsed/jest-config": "5.0.0", + "@tsed/typescript": "5.0.0", "cross-env": "7.0.3", "eslint": "8.22.0", "jest": "29.5.0" diff --git a/packages/cli-testing/package.json b/packages/cli-testing/package.json index 55620c4e5..5d2aaaf12 100644 --- a/packages/cli-testing/package.json +++ b/packages/cli-testing/package.json @@ -1,6 +1,6 @@ { "name": "@tsed/cli-testing", - "version": "5.0.0-rc.2", + "version": "5.0.0", "description": "Utils to test you CLI based on Ts.ED CLI", "source": "./src/index.ts", "main": "./lib/cjs/index.js", @@ -30,13 +30,13 @@ "decorators" ], "dependencies": { - "@tsed/cli-core": "5.0.0-rc.2", + "@tsed/cli-core": "5.0.0", "tslib": "2.3.1" }, "devDependencies": { - "@tsed/eslint": "5.0.0-rc.2", - "@tsed/jest-config": "5.0.0-rc.2", - "@tsed/typescript": "5.0.0-rc.2", + "@tsed/eslint": "5.0.0", + "@tsed/jest-config": "5.0.0", + "@tsed/typescript": "5.0.0", "cross-env": "7.0.3", "eslint": "8.22.0", "jest": "29.5.0" diff --git a/packages/cli/package.json b/packages/cli/package.json index 99156c6bd..6664d884d 100644 --- a/packages/cli/package.json +++ b/packages/cli/package.json @@ -1,6 +1,6 @@ { "name": "@tsed/cli", - "version": "5.0.0-rc.2", + "version": "5.0.0", "source": "./src/index.ts", "main": "./lib/cjs/index.js", "module": "./lib/esm/index.js", @@ -63,7 +63,7 @@ "node": ">=14" }, "dependencies": { - "@tsed/cli-core": "5.0.0-rc.2", + "@tsed/cli-core": "5.0.0", "@tsed/core": ">=7.14.2", "@tsed/di": ">=7.14.2", "@tsed/logger": ">=6.2.1", @@ -80,9 +80,9 @@ "tslib": "2.3.1" }, "devDependencies": { - "@tsed/eslint": "5.0.0-rc.2", - "@tsed/jest-config": "5.0.0-rc.2", - "@tsed/typescript": "5.0.0-rc.2", + "@tsed/eslint": "5.0.0", + "@tsed/jest-config": "5.0.0", + "@tsed/typescript": "5.0.0", "@types/change-case": "^2.3.1", "cross-env": "7.0.3", "eslint": "8.22.0", diff --git a/tools/eslint/package.json b/tools/eslint/package.json index 8b2a84994..209025af4 100644 --- a/tools/eslint/package.json +++ b/tools/eslint/package.json @@ -1,6 +1,6 @@ { "name": "@tsed/eslint", - "version": "5.0.0-rc.2", + "version": "5.0.0", "description": "Util to install eslint configuration on the workspace", "private": true, "main": "index.js", @@ -10,7 +10,7 @@ }, "scripts": {}, "devDependencies": { - "@tsed/jest-config": "5.0.0-rc.2", + "@tsed/jest-config": "5.0.0", "cross-env": "7.0.3", "jest": "29.5.0" }, diff --git a/tools/jest/package.json b/tools/jest/package.json index 80c7e967d..454c0a3c4 100644 --- a/tools/jest/package.json +++ b/tools/jest/package.json @@ -1,6 +1,6 @@ { "name": "@tsed/jest-config", - "version": "5.0.0-rc.2", + "version": "5.0.0", "private": true, "main": "jest.config.js", "exports": { diff --git a/tools/typescript/package.json b/tools/typescript/package.json index 6cadda8f0..cb167f196 100644 --- a/tools/typescript/package.json +++ b/tools/typescript/package.json @@ -1,6 +1,6 @@ { "name": "@tsed/typescript", - "version": "5.0.0-rc.2", + "version": "5.0.0", "description": "Util to compile source", "private": true, "main": "index.js", @@ -12,7 +12,7 @@ "build:references": "node ./index.js" }, "devDependencies": { - "@tsed/jest-config": "5.0.0-rc.2", + "@tsed/jest-config": "5.0.0", "cross-env": "7.0.3", "jest": "29.5.0" },