Skip to content

Commit

Permalink
Publish
Browse files Browse the repository at this point in the history
  • Loading branch information
catplvsplus committed Nov 15, 2023
1 parent 9b323a0 commit ce77fdd
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 12 deletions.
12 changes: 6 additions & 6 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": "8.2.0",
"version": "8.2.1",
"main": "./dist/index.js",
"module": "./dist/esm.mjs",
"types": "./dist/index.d.ts",
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": "8.4.0",
"version": "8.4.1",
"type": "module",
"types": "./dist/index.d.ts",
"module": "./dist/index.js",
Expand Down Expand Up @@ -36,11 +36,11 @@
"fallout-utility": "^2.8.0"
},
"devDependencies": {
"@reciple/core": "^8.2.0",
"@reciple/core": "^8.2.1",
"@types/node": "^20.9.0",
"discord.js": "^14.14.1",
"nodemon": "^3.0.1",
"reciple": "^8.2.0",
"reciple": "^8.2.1",
"rimraf": "^5.0.5",
"typescript": "^5.2.2"
}
Expand Down
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": "8.2.0",
"version": "8.2.1",
"main": "./dist/index.js",
"module": "./dist/esm.mjs",
"types": "./dist/index.d.ts",
Expand Down Expand Up @@ -54,7 +54,7 @@
"typescript": "^5.2.2"
},
"devDependencies": {
"@reciple/core": "^8.2.0",
"@reciple/core": "^8.2.1",
"@types/micromatch": "^4.0.5",
"@types/semver": "^7.5.5",
"discord.js": "^14.14.1"
Expand Down

0 comments on commit ce77fdd

Please sign in to comment.