Skip to content

Commit

Permalink
Publish
Browse files Browse the repository at this point in the history
  • Loading branch information
catplvsplus committed May 9, 2024
1 parent ad9f8c4 commit 30d9c29
Show file tree
Hide file tree
Showing 7 changed files with 30 additions and 30 deletions.
30 changes: 15 additions & 15 deletions package-lock.json

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

6 changes: 3 additions & 3 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": "8.3.2",
"version": "8.4.0",
"main": "./dist/index.js",
"module": "./dist/esm.mjs",
"types": "./dist/index.d.ts",
Expand Down Expand Up @@ -36,8 +36,8 @@
],
"dependencies": {
"-": "^0.0.1",
"@reciple/update-checker": "^9.0.0",
"@reciple/utils": "^8.2.1",
"@reciple/update-checker": "^9.1.0",
"@reciple/utils": "^8.3.0",
"@sapphire/shapeshift": "^3.9.7",
"fallout-utility": "^2.8.0",
"lodash": "^4.17.21",
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": "8.5.2",
"version": "8.6.0",
"type": "module",
"types": "./dist/index.d.ts",
"module": "./dist/index.js",
Expand Down Expand Up @@ -31,16 +31,16 @@
],
"dependencies": {
"@clack/prompts": "^0.7.0",
"@reciple/utils": "^8.2.1",
"@reciple/utils": "^8.3.0",
"commander": "^12.0.0",
"fallout-utility": "^2.8.0"
},
"devDependencies": {
"@reciple/core": "^8.3.2",
"@reciple/core": "^8.4.0",
"@types/node": "^20.12.11",
"discord.js": "^14.15.2",
"nodemon": "^3.1.0",
"reciple": "^8.3.2",
"reciple": "^8.4.0",
"rimraf": "^5.0.5",
"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": "8.2.1",
"version": "8.3.0",
"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": "^8.2.1",
"@reciple/utils": "^8.3.0",
"commander": "^12.0.0",
"typedoc": "^0.25.13",
"typedoc-json-parser": "^10.0.0"
Expand Down
8 changes: 4 additions & 4 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.3.2",
"version": "8.4.0",
"main": "./dist/index.js",
"module": "./dist/esm.mjs",
"types": "./dist/index.d.ts",
Expand Down Expand Up @@ -42,8 +42,8 @@
],
"dependencies": {
"-": "^0.0.1",
"@reciple/update-checker": "^9.0.0",
"@reciple/utils": "^8.2.1",
"@reciple/update-checker": "^9.1.0",
"@reciple/utils": "^8.3.0",
"commander": "^12.0.0",
"dotenv": "^16.4.5",
"fallout-utility": "^2.8.0",
Expand All @@ -53,7 +53,7 @@
"semver": "^7.6.1"
},
"devDependencies": {
"@reciple/core": "^8.3.2",
"@reciple/core": "^8.4.0",
"@types/micromatch": "^4.0.7",
"@types/semver": "^7.5.8",
"discord.js": "^14.15.2"
Expand Down
2 changes: 1 addition & 1 deletion packages/update-checker/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@reciple/update-checker",
"description": "Check updates from npm registry",
"license": "GPL-3.0",
"version": "9.0.0",
"version": "9.1.0",
"main": "./dist/index.js",
"module": "./dist/esm.mjs",
"types": "./dist/index.d.ts",
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": "8.2.1",
"version": "8.3.0",
"main": "./dist/index.js",
"module": "./dist/esm.mjs",
"types": "./dist/index.d.ts",
Expand Down

0 comments on commit 30d9c29

Please sign in to comment.