Skip to content

Commit

Permalink
Publish
Browse files Browse the repository at this point in the history
  • Loading branch information
catplvsplus committed Sep 3, 2024
1 parent 33a905a commit 90fe23b
Show file tree
Hide file tree
Showing 8 changed files with 34 additions and 34 deletions.
34 changes: 17 additions & 17 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.6.0",
"version": "9.7.0",
"module": "./dist/index.js",
"types": "./dist/index.d.ts",
"type": "module",
Expand Down Expand Up @@ -36,7 +36,7 @@
"README.md"
],
"dependencies": {
"@reciple/utils": "^9.4.1",
"@reciple/utils": "^9.5.0",
"@sapphire/shapeshift": "^4.0.0",
"fallout-utility": "^2.9.1",
"lodash.defaultsdeep": "^4.6.1",
Expand Down
10 changes: 5 additions & 5 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.8.0",
"version": "9.9.0",
"type": "module",
"types": "./dist/index.d.ts",
"module": "./dist/index.js",
Expand Down Expand Up @@ -37,17 +37,17 @@
],
"dependencies": {
"@clack/prompts": "^0.7.0",
"@reciple/core": "^9.6.0",
"@reciple/decorators": "^9.2.0",
"@reciple/utils": "^9.4.1",
"@reciple/core": "^9.7.0",
"@reciple/decorators": "^9.3.0",
"@reciple/utils": "^9.5.0",
"commander": "^12.1.0",
"compressing": "^1.10.1",
"detect-indent": "^7.0.1",
"discord.js": "^14.16.1",
"fallout-utility": "^2.9.1",
"ora": "^8.1.0",
"package-json": "^10.0.1",
"reciple": "^9.6.0"
"reciple": "^9.7.0"
},
"devDependencies": {
"@types/node": "^22.5.2",
Expand Down
4 changes: 2 additions & 2 deletions packages/decorators/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"description": "Typescript decorators for Reciple",
"homepage": "https://reciple.js.org/docs/decorators",
"license": "GPL-3.0",
"version": "9.2.0",
"version": "9.3.0",
"module": "./dist/index.js",
"types": "./dist/index.d.ts",
"type": "module",
Expand Down Expand Up @@ -36,7 +36,7 @@
"README.md"
],
"devDependencies": {
"@reciple/core": "^9.6.0",
"@reciple/core": "^9.7.0",
"discord.js": "^14.16.1"
},
"peerDependencies": {
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.4.0",
"version": "9.5.0",
"type": "module",
"module": "./dist/index.js",
"types": "./dist/index.d.ts",
Expand Down Expand Up @@ -42,7 +42,7 @@
},
"dependencies": {
"@discordjs/collection": "^2.1.1",
"@reciple/utils": "^9.4.1",
"@reciple/utils": "^9.5.0",
"commander": "^12.1.0",
"typedoc": "^0.25.3",
"typedoc-json-parser": "^9.0.1"
Expand Down
4 changes: 2 additions & 2 deletions packages/message-command-utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"description": "A library of built-in message command utilities for Reciple",
"homepage": "https://reciple.js.org/docs/option-resolvers",
"license": "GPL-3.0",
"version": "9.3.0",
"version": "9.4.0",
"module": "./dist/index.js",
"types": "./dist/index.d.ts",
"type": "module",
Expand Down Expand Up @@ -36,7 +36,7 @@
"README.md"
],
"dependencies": {
"@reciple/utils": "^9.4.1",
"@reciple/utils": "^9.5.0",
"boolean": "^3.2.0"
},
"devDependencies": {
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.6.0",
"version": "9.7.0",
"module": "./dist/index.js",
"types": "./dist/index.d.ts",
"bin": "./dist/bin.js",
Expand Down Expand Up @@ -42,7 +42,7 @@
"README.md"
],
"dependencies": {
"@reciple/utils": "^9.4.0",
"@reciple/utils": "^9.5.0",
"ansi-regex": "^6.0.1",
"chokidar": "^3.6.0",
"commander": "^12.1.0",
Expand All @@ -56,7 +56,7 @@
"semver": "^7.6.3"
},
"devDependencies": {
"@reciple/core": "^9.6.0",
"@reciple/core": "^9.7.0",
"@types/micromatch": "^4.0.9",
"@types/semver": "^7.5.8",
"discord.js": "^14.16.1"
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.4.1",
"version": "9.5.0",
"module": "./dist/index.js",
"types": "./dist/index.d.ts",
"type": "module",
Expand Down

0 comments on commit 90fe23b

Please sign in to comment.