Skip to content

Commit

Permalink
Publish
Browse files Browse the repository at this point in the history
  • Loading branch information
catplvsplus committed Jul 13, 2024
1 parent 3fb6cb8 commit 2c0fab0
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 16 deletions.
15 changes: 7 additions & 8 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"description": "Reciple core implementations",
"homepage": "https://reciple.js.org/docs/client",
"license": "GPL-3.0",
"version": "9.3.1",
"version": "9.3.2",
"module": "./dist/index.js",
"types": "./dist/index.d.ts",
"type": "module",
Expand Down
6 changes: 3 additions & 3 deletions packages/create-reciple/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "create-reciple",
"description": "A Reciple Discord bot project builder",
"license": "GPL-3.0",
"version": "9.5.1",
"version": "9.6.0",
"type": "module",
"types": "./dist/index.d.ts",
"module": "./dist/index.js",
Expand Down Expand Up @@ -37,7 +37,7 @@
],
"dependencies": {
"@clack/prompts": "^0.7.0",
"@reciple/core": "^9.3.1",
"@reciple/core": "^9.3.2",
"@reciple/decorators": "^9.0.0",
"@reciple/utils": "^9.3.1",
"commander": "^12.1.0",
Expand All @@ -47,7 +47,7 @@
"fallout-utility": "^2.9.1",
"ora": "^8.0.1",
"package-json": "^10.0.0",
"reciple": "^9.3.1"
"reciple": "^9.3.2"
},
"devDependencies": {
"@types/node": "^20.14.9",
Expand Down
4 changes: 2 additions & 2 deletions packages/decorators/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"README.md"
],
"devDependencies": {
"@reciple/core": "^9.3.1",
"@reciple/core": "^9.3.2",
"discord.js": "^14.15.3"
},
"peerDependencies": {
Expand All @@ -46,4 +46,4 @@
"publishConfig": {
"access": "public"
}
}
}
4 changes: 2 additions & 2 deletions packages/reciple/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"description": "Reciple is a Discord.js bot framework",
"homepage": "https://reciple.js.org/docs/reciple",
"license": "GPL-3.0",
"version": "9.3.1",
"version": "9.3.2",
"module": "./dist/index.js",
"types": "./dist/index.d.ts",
"bin": "./dist/bin.js",
Expand Down Expand Up @@ -52,7 +52,7 @@
"semver": "^7.6.2"
},
"devDependencies": {
"@reciple/core": "^9.3.1",
"@reciple/core": "^9.3.2",
"@types/micromatch": "^4.0.9",
"@types/semver": "^7.5.8",
"discord.js": "^14.15.3"
Expand Down

0 comments on commit 2c0fab0

Please sign in to comment.