Skip to content

Commit

Permalink
Publish
Browse files Browse the repository at this point in the history
  • Loading branch information
catplvsplus committed Jun 1, 2024
1 parent 0ab00e0 commit 1f1faa3
Show file tree
Hide file tree
Showing 6 changed files with 24 additions and 24 deletions.
24 changes: 12 additions & 12 deletions package-lock.json

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

4 changes: 2 additions & 2 deletions 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",
"version": "9.0.1",
"module": "./dist/index.js",
"types": "./dist/index.d.ts",
"type": "module",
Expand Down Expand Up @@ -34,7 +34,7 @@
"README.md"
],
"dependencies": {
"@reciple/utils": "^9.0.0",
"@reciple/utils": "^9.0.1",
"@sapphire/shapeshift": "^4.0.0",
"fallout-utility": "^2.9.1",
"lodash.defaultsdeep": "^4.6.1",
Expand Down
8 changes: 4 additions & 4 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",
"version": "9.0.1",
"type": "module",
"types": "./dist/index.d.ts",
"module": "./dist/index.js",
Expand Down Expand Up @@ -35,16 +35,16 @@
],
"dependencies": {
"@clack/prompts": "^0.7.0",
"@reciple/utils": "^9.0.0",
"@reciple/utils": "^9.0.1",
"commander": "^12.1.0",
"fallout-utility": "^2.9.1"
},
"devDependencies": {
"@reciple/core": "^9.0.0",
"@reciple/core": "^9.0.1",
"@types/node": "^20.12.12",
"discord.js": "^14.15.2",
"nodemon": "^3.1.2",
"reciple": "^9.0.0",
"reciple": "^9.0.1",
"rimraf": "^5.0.7",
"typescript": "^5.4.5"
}
Expand Down
4 changes: 2 additions & 2 deletions packages/docgen/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@reciple/docgen",
"description": "Parses typescript files and generate json output",
"license": "GPL-3.0",
"version": "9.0.0",
"version": "9.0.1",
"type": "module",
"module": "./dist/index.js",
"types": "./dist/index.d.ts",
Expand Down Expand Up @@ -40,7 +40,7 @@
},
"dependencies": {
"@discordjs/collection": "^2.1.0",
"@reciple/utils": "^9.0.0",
"@reciple/utils": "^9.0.1",
"commander": "^12.1.0",
"typedoc": "^0.25.13",
"typedoc-json-parser": "^10.0.0"
Expand Down
6 changes: 3 additions & 3 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",
"version": "9.0.1",
"module": "./dist/index.js",
"types": "./dist/index.d.ts",
"bin": "./dist/bin.js",
Expand Down Expand Up @@ -40,7 +40,7 @@
"README.md"
],
"dependencies": {
"@reciple/utils": "^9.0.0",
"@reciple/utils": "^9.0.1",
"commander": "^12.1.0",
"dotenv": "^16.4.5",
"fallout-utility": "^2.9.1",
Expand All @@ -50,7 +50,7 @@
"semver": "^7.6.2"
},
"devDependencies": {
"@reciple/core": "^9.0.0",
"@reciple/core": "^9.0.1",
"@types/micromatch": "^4.0.7",
"@types/semver": "^7.5.8",
"discord.js": "^14.15.2"
Expand Down
2 changes: 1 addition & 1 deletion packages/utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@reciple/utils",
"description": "Utilities used by reciple modules",
"license": "GPL-3.0",
"version": "9.0.0",
"version": "9.0.1",
"main": "./dist/index.js",
"module": "./dist/index.js",
"types": "./dist/index.d.ts",
Expand Down

0 comments on commit 1f1faa3

Please sign in to comment.