Skip to content

Commit

Permalink
Publish
Browse files Browse the repository at this point in the history
  • Loading branch information
catplvsplus committed Oct 7, 2023
1 parent 2dc4666 commit 43851bb
Show file tree
Hide file tree
Showing 8 changed files with 130 additions and 26 deletions.
130 changes: 117 additions & 13 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": "7.8.7",
"version": "8.0.0-dev.0",
"main": "./dist/index.js",
"module": "./dist/esm.mjs",
"types": "./dist/index.d.ts",
Expand Down Expand Up @@ -35,7 +35,7 @@
"README.md"
],
"dependencies": {
"@reciple/utils": "^7.1.2",
"@reciple/utils": "^8.0.0-dev.0",
"@sapphire/shapeshift": "^3.9.2",
"fallout-utility": "^2.7.1",
"semver": "^7.5.4",
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": "7.11.12",
"version": "8.0.0-dev.0",
"type": "module",
"types": "./dist/index.d.ts",
"module": "./dist/index.js",
Expand Down Expand Up @@ -31,15 +31,15 @@
],
"dependencies": {
"@clack/prompts": "^0.7.0",
"@reciple/utils": "^7.1.2",
"@reciple/utils": "^8.0.0-dev.0",
"commander": "^11.0.0",
"fallout-utility": "^2.7.1"
},
"devDependencies": {
"@types/node": "^20.6.3",
"discord.js": "^14.13.0",
"nodemon": "^3.0.1",
"reciple": "^7.9.9",
"reciple": "^8.0.0-dev.0",
"rimraf": "^5.0.1",
"typescript": "^5.2.2"
}
Expand Down
2 changes: 1 addition & 1 deletion 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": "7.0.0",
"version": "8.0.0-dev.0",
"type": "module",
"module": "./dist/index.js",
"types": "./dist/index.d.ts",
Expand Down
2 changes: 1 addition & 1 deletion packages/npm-loader/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@reciple/npm-loader",
"description": "Load Reciple modules from node_modules",
"license": "GPL-3.0",
"version": "7.4.7",
"version": "8.0.0-dev.0",
"main": "./dist/module.js",
"module": "./dist/module.mjs",
"types": "./dist/module.d.ts",
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": "7.9.9",
"version": "8.0.0-dev.0",
"main": "./dist/index.js",
"module": "./dist/esm.mjs",
"types": "./dist/index.d.ts",
Expand Down Expand Up @@ -41,9 +41,9 @@
"README.md"
],
"dependencies": {
"@reciple/core": "^7.8.7",
"@reciple/update-checker": "^7.2.2",
"@reciple/utils": "^7.1.2",
"@reciple/core": "^8.0.0-dev.0",
"@reciple/update-checker": "^8.0.0-dev.0",
"@reciple/utils": "^8.0.0-dev.0",
"commander": "^11.0.0",
"dotenv": "^16.3.1",
"fallout-utility": "^2.7.1",
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": "7.2.2",
"version": "8.0.0-dev.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": "7.1.2",
"version": "8.0.0-dev.0",
"main": "./dist/index.js",
"module": "./dist/esm.mjs",
"types": "./dist/index.d.ts",
Expand Down

0 comments on commit 43851bb

Please sign in to comment.