Skip to content

Commit

Permalink
Publish
Browse files Browse the repository at this point in the history
  • Loading branch information
catplvsplus committed May 30, 2024
1 parent 1ca1834 commit 02eb45f
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": "9.0.0-dev.3",
"version": "9.0.0-dev.4",
"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.0.0-dev.8",
"version": "9.0.0-dev.9",
"type": "module",
"types": "./dist/index.d.ts",
"module": "./dist/index.js",
Expand Down Expand Up @@ -40,11 +40,11 @@
"fallout-utility": "^2.9.1"
},
"devDependencies": {
"@reciple/core": "^9.0.0-dev.3",
"@reciple/core": "^9.0.0-dev.4",
"@types/node": "^20.12.12",
"discord.js": "^14.15.2",
"nodemon": "^3.1.2",
"reciple": "^9.0.0-dev.7",
"reciple": "^9.0.0-dev.8",
"rimraf": "^5.0.7",
"typescript": "^5.4.5"
}
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": "9.0.0-dev.7",
"version": "9.0.0-dev.8",
"module": "./dist/index.js",
"types": "./dist/index.d.ts",
"bin": "./dist/bin.js",
Expand Down Expand Up @@ -51,7 +51,7 @@
"semver": "^7.6.2"
},
"devDependencies": {
"@reciple/core": "^9.0.0-dev.3",
"@reciple/core": "^9.0.0-dev.4",
"@types/micromatch": "^4.0.7",
"@types/semver": "^7.5.8",
"discord.js": "^14.15.2"
Expand Down

0 comments on commit 02eb45f

Please sign in to comment.