Skip to content

Commit

Permalink
chore: Publish release
Browse files Browse the repository at this point in the history
 - @discord-nestjs/[email protected]
 - @discord-nestjs/[email protected]
 - @discord-nestjs/[email protected]
  • Loading branch information
fjodor-rybakov committed Jul 5, 2023
1 parent b827bc4 commit cdcd222
Show file tree
Hide file tree
Showing 7 changed files with 193 additions and 181 deletions.
8 changes: 4 additions & 4 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 4 additions & 0 deletions packages/common/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [5.2.6](https://github.com/fjodor-rybakov/discord-nestjs/compare/@discord-nestjs/[email protected]...@discord-nestjs/[email protected]) (2023-07-05)

**Note:** Version bump only for package @discord-nestjs/common

## [5.2.5](https://github.com/fjodor-rybakov/discord-nestjs/compare/@discord-nestjs/[email protected]...@discord-nestjs/[email protected]) (2023-05-14)

**Note:** Version bump only for package @discord-nestjs/common
Expand Down
112 changes: 56 additions & 56 deletions packages/common/package.json
Original file line number Diff line number Diff line change
@@ -1,56 +1,56 @@
{
"name": "@discord-nestjs/common",
"version": "5.2.5",
"description": "Common module",
"author": "fjodor-rybakov",
"license": "MIT",
"main": "dist/index.js",
"typings": "dist/index.d.ts",
"files": [
"dist/**/*",
"*.md"
],
"repository": {
"type": "git",
"url": "https://github.com/fjodor-rybakov/discord-nestjs/tree/master/packages/common"
},
"homepage": "https://github.com/fjodor-rybakov/discord-nestjs#readme",
"publishConfig": {
"access": "public"
},
"keywords": [
"nestjs",
"discord",
"decorator",
"bot",
"nest",
"typescript"
],
"scripts": {
"prebuild": "rimraf dist",
"build": "nest build"
},
"dependencies": {
"@nestjs/mapped-types": "2.0.2",
"class-transformer": "0.5.1",
"class-validator": "0.14.0"
},
"peerDependencies": {
"@discord-nestjs/core": "*",
"@nestjs/common": "9.* || 10.*",
"@nestjs/core": "9.* || 10.*",
"discord.js": "14.*",
"reflect-metadata": "^0.1.13",
"rxjs": "^7.*"
},
"devDependencies": {
"@discord-nestjs/core": "^5.3.7",
"@nestjs/cli": "^10.1.7",
"@nestjs/common": "^10.0.5",
"@nestjs/core": "^10.0.5",
"discord.js": "^14.11.0",
"reflect-metadata": "^0.1.13",
"rxjs": "^7.8.1",
"typescript": "5.1.6"
}
}
{
"name": "@discord-nestjs/common",
"version": "5.2.6",
"description": "Common module",
"author": "fjodor-rybakov",
"license": "MIT",
"main": "dist/index.js",
"typings": "dist/index.d.ts",
"files": [
"dist/**/*",
"*.md"
],
"repository": {
"type": "git",
"url": "https://github.com/fjodor-rybakov/discord-nestjs/tree/master/packages/common"
},
"homepage": "https://github.com/fjodor-rybakov/discord-nestjs#readme",
"publishConfig": {
"access": "public"
},
"keywords": [
"nestjs",
"discord",
"decorator",
"bot",
"nest",
"typescript"
],
"scripts": {
"prebuild": "rimraf dist",
"build": "nest build"
},
"dependencies": {
"@nestjs/mapped-types": "2.0.2",
"class-transformer": "0.5.1",
"class-validator": "0.14.0"
},
"peerDependencies": {
"@discord-nestjs/core": "*",
"@nestjs/common": "9.* || 10.*",
"@nestjs/core": "9.* || 10.*",
"discord.js": "14.*",
"reflect-metadata": "^0.1.13",
"rxjs": "^7.*"
},
"devDependencies": {
"@discord-nestjs/core": "^5.3.8",
"@nestjs/cli": "^10.1.7",
"@nestjs/common": "^10.0.5",
"@nestjs/core": "^10.0.5",
"discord.js": "^14.11.0",
"reflect-metadata": "^0.1.13",
"rxjs": "^7.8.1",
"typescript": "5.1.6"
}
}
4 changes: 4 additions & 0 deletions packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [5.3.8](https://github.com/fjodor-rybakov/discord-nestjs/compare/@discord-nestjs/[email protected]...@discord-nestjs/[email protected]) (2023-07-05)

**Note:** Version bump only for package @discord-nestjs/core

## [5.3.7](https://github.com/fjodor-rybakov/discord-nestjs/compare/@discord-nestjs/[email protected]...@discord-nestjs/[email protected]) (2023-05-14)

### Bug Fixes
Expand Down
158 changes: 79 additions & 79 deletions packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,79 +1,79 @@
{
"name": "@discord-nestjs/core",
"version": "5.3.7",
"description": "Core module",
"author": "fjodor-rybakov",
"license": "MIT",
"main": "dist/index.js",
"typings": "dist/index.d.ts",
"files": [
"dist/**/*",
"*.md"
],
"repository": {
"type": "git",
"url": "https://github.com/fjodor-rybakov/discord-nestjs/tree/master/packages/core"
},
"homepage": "https://github.com/fjodor-rybakov/discord-nestjs#readme",
"publishConfig": {
"access": "public"
},
"keywords": [
"nestjs",
"discord",
"decorator",
"bot",
"nest",
"typescript"
],
"scripts": {
"prebuild": "rimraf dist",
"build": "nest build",
"test": "jest"
},
"dependencies": {
"class-transformer": "0.5.1"
},
"peerDependencies": {
"@nestjs/common": "9.* || 10.*",
"@nestjs/core": "9.* || 10.*",
"discord.js": "14.*",
"reflect-metadata": "^0.1.13",
"rxjs": "^7.*"
},
"devDependencies": {
"@nestjs/cli": "^10.1.7",
"@nestjs/common": "^10.0.5",
"@nestjs/core": "^10.0.5",
"@nestjs/schematics": "^10.0.1",
"@nestjs/testing": "^10.0.5",
"@types/jest": "^29.5.2",
"@types/node": "20.3.3",
"discord.js": "^14.11.0",
"jest": "^29.6.0",
"reflect-metadata": "^0.1.13",
"rimraf": "^5.0.1",
"rxjs": "^7.8.1",
"ts-jest": "^29.1.1",
"ts-loader": "^9.4.4",
"tsconfig-paths": "^4.2.0",
"typescript": "^5.1.6"
},
"jest": {
"moduleFileExtensions": [
"js",
"json",
"ts"
],
"rootDir": "src",
"testRegex": ".*\\.spec\\.ts$",
"transform": {
"^.+\\.(t|j)s$": "ts-jest"
},
"collectCoverageFrom": [
"**/*.(t|j)s"
],
"coverageDirectory": "../coverage",
"testEnvironment": "node"
}
}
{
"name": "@discord-nestjs/core",
"version": "5.3.8",
"description": "Core module",
"author": "fjodor-rybakov",
"license": "MIT",
"main": "dist/index.js",
"typings": "dist/index.d.ts",
"files": [
"dist/**/*",
"*.md"
],
"repository": {
"type": "git",
"url": "https://github.com/fjodor-rybakov/discord-nestjs/tree/master/packages/core"
},
"homepage": "https://github.com/fjodor-rybakov/discord-nestjs#readme",
"publishConfig": {
"access": "public"
},
"keywords": [
"nestjs",
"discord",
"decorator",
"bot",
"nest",
"typescript"
],
"scripts": {
"prebuild": "rimraf dist",
"build": "nest build",
"test": "jest"
},
"dependencies": {
"class-transformer": "0.5.1"
},
"peerDependencies": {
"@nestjs/common": "9.* || 10.*",
"@nestjs/core": "9.* || 10.*",
"discord.js": "14.*",
"reflect-metadata": "^0.1.13",
"rxjs": "^7.*"
},
"devDependencies": {
"@nestjs/cli": "^10.1.7",
"@nestjs/common": "^10.0.5",
"@nestjs/core": "^10.0.5",
"@nestjs/schematics": "^10.0.1",
"@nestjs/testing": "^10.0.5",
"@types/jest": "^29.5.2",
"@types/node": "20.3.3",
"discord.js": "^14.11.0",
"jest": "^29.6.0",
"reflect-metadata": "^0.1.13",
"rimraf": "^5.0.1",
"rxjs": "^7.8.1",
"ts-jest": "^29.1.1",
"ts-loader": "^9.4.4",
"tsconfig-paths": "^4.2.0",
"typescript": "^5.1.6"
},
"jest": {
"moduleFileExtensions": [
"js",
"json",
"ts"
],
"rootDir": "src",
"testRegex": ".*\\.spec\\.ts$",
"transform": {
"^.+\\.(t|j)s$": "ts-jest"
},
"collectCoverageFrom": [
"**/*.(t|j)s"
],
"coverageDirectory": "../coverage",
"testEnvironment": "node"
}
}
4 changes: 4 additions & 0 deletions packages/schematics/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [0.4.8](https://github.com/fjodor-rybakov/discord-nestjs/compare/@discord-nestjs/[email protected]...@discord-nestjs/[email protected]) (2023-07-05)

**Note:** Version bump only for package @discord-nestjs/schematics

## [0.4.7](https://github.com/fjodor-rybakov/discord-nestjs/compare/@discord-nestjs/[email protected]...@discord-nestjs/[email protected]) (2023-05-14)

### Bug Fixes
Expand Down
Loading

0 comments on commit cdcd222

Please sign in to comment.