From a8c06b76daaa0b0d0fd39af1a52fd1f7efcc47db Mon Sep 17 00:00:00 2001 From: Dragurimu Date: Fri, 29 Jul 2022 18:48:05 -0500 Subject: [PATCH] publish --- .gitignore | 3 ++ ROADMAP.md | 0 package.json | 75 +++++++++++++++++---------------- packages/api-types/package.json | 39 +++++++++++++++++ packages/cache/package.json | 39 +++++++++++++++++ packages/core/package.json | 39 +++++++++++++++++ packages/rest/package.json | 39 +++++++++++++++++ packages/ws/package.json | 39 +++++++++++++++++ 8 files changed, 237 insertions(+), 36 deletions(-) create mode 100644 ROADMAP.md diff --git a/.gitignore b/.gitignore index f553e18..0444513 100644 --- a/.gitignore +++ b/.gitignore @@ -50,3 +50,6 @@ yarn-error.log* # tests __tests__ __test__ + +# changeset +.changeset \ No newline at end of file diff --git a/ROADMAP.md b/ROADMAP.md new file mode 100644 index 0000000..e69de29 diff --git a/package.json b/package.json index b09db6a..7db32f6 100644 --- a/package.json +++ b/package.json @@ -24,40 +24,43 @@ "typescript": "^4.7.4" }, "packageManager": "npm@8.14.0", - "bugs": { - "url": "https://github.com/oasisjs/biscuit" - }, - "keywords": [ - "api", - "discord", - "bots", - "typescript", - "botdev" - ], - "license": "Apache-2.0", - "author": "Yuzuru ", - "contributors": [ - { - "name": "Yuzuru", - "url": "https://github.com/yuzudev", - "author": true - }, - { - "name": "miia", - "url": "https://github.com/dragurimu" - }, - { - "name": "n128", - "url": "https://github.com/nicolito128" - }, - { - "name": "socram03", - "url": "https://github.com/socram03" - } - ], - "homepage": "https://biscuitjs.com", - "repository": { - "type": "git", - "url": "git+https://github.com/oasisjs/bicuit.git" - } + "bugs": { + "url": "https://github.com/oasisjs/biscuit" + }, + "keywords": [ + "api", + "discord", + "bots", + "typescript", + "botdev" + ], + "license": "Apache-2.0", + "author": "Yuzuru ", + "contributors": [ + { + "name": "Yuzuru", + "url": "https://github.com/yuzudev", + "author": true + }, + { + "name": "miia", + "url": "https://github.com/dragurimu" + }, + { + "name": "n128", + "url": "https://github.com/nicolito128" + }, + { + "name": "socram03", + "url": "https://github.com/socram03" + } + ], + "homepage": "https://biscuitjs.com", + "repository": { + "type": "git", + "url": "git+https://github.com/oasisjs/bicuit.git" + }, + "dependencies": { + "@changesets/cli": "^2.24.1" + } } diff --git a/packages/api-types/package.json b/packages/api-types/package.json index 4413e9a..b50dd45 100644 --- a/packages/api-types/package.json +++ b/packages/api-types/package.json @@ -14,5 +14,44 @@ }, "devDependencies": { "tsup": "^6.1.3" + }, + "license": "Apache-2.0", + "author": "Yuzuru ", + "contributors": [ + { + "name": "Yuzuru", + "url": "https://github.com/yuzudev", + "author": true + }, + { + "name": "miia", + "url": "https://github.com/dragurimu" + }, + { + "name": "n128", + "url": "https://github.com/nicolito128" + }, + { + "name": "socram03", + "url": "https://github.com/socram03" + } + ], + "homepage": "https://biscuitjs.com", + "repository": { + "type": "git", + "url": "git+https://github.com/oasisjs/bicuit.git" + }, + "bugs": { + "url": "https://github.com/oasisjs/biscuit" + }, + "keywords": [ + "api", + "discord", + "bots", + "typescript", + "botdev" + ], + "publishConfig": { + "access": "public" } } diff --git a/packages/cache/package.json b/packages/cache/package.json index 7970da8..26e7544 100644 --- a/packages/cache/package.json +++ b/packages/cache/package.json @@ -18,5 +18,44 @@ }, "devDependencies": { "tsup": "^6.1.3" + }, + "license": "Apache-2.0", + "author": "Yuzuru ", + "contributors": [ + { + "name": "Yuzuru", + "url": "https://github.com/yuzudev", + "author": true + }, + { + "name": "miia", + "url": "https://github.com/dragurimu" + }, + { + "name": "n128", + "url": "https://github.com/nicolito128" + }, + { + "name": "socram03", + "url": "https://github.com/socram03" + } + ], + "homepage": "https://biscuitjs.com", + "repository": { + "type": "git", + "url": "git+https://github.com/oasisjs/bicuit.git" + }, + "bugs": { + "url": "https://github.com/oasisjs/biscuit" + }, + "keywords": [ + "api", + "discord", + "bots", + "typescript", + "botdev" + ], + "publishConfig": { + "access": "public" } } diff --git a/packages/core/package.json b/packages/core/package.json index 34b8797..98c2fae 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -19,5 +19,44 @@ }, "devDependencies": { "tsup": "^6.1.3" + }, + "license": "Apache-2.0", + "author": "Yuzuru ", + "contributors": [ + { + "name": "Yuzuru", + "url": "https://github.com/yuzudev", + "author": true + }, + { + "name": "miia", + "url": "https://github.com/dragurimu" + }, + { + "name": "n128", + "url": "https://github.com/nicolito128" + }, + { + "name": "socram03", + "url": "https://github.com/socram03" + } + ], + "homepage": "https://biscuitjs.com", + "repository": { + "type": "git", + "url": "git+https://github.com/oasisjs/bicuit.git" + }, + "bugs": { + "url": "https://github.com/oasisjs/biscuit" + }, + "keywords": [ + "api", + "discord", + "bots", + "typescript", + "botdev" + ], + "publishConfig": { + "access": "public" } } diff --git a/packages/rest/package.json b/packages/rest/package.json index df2e5e9..123adc2 100644 --- a/packages/rest/package.json +++ b/packages/rest/package.json @@ -17,5 +17,44 @@ }, "devDependencies": { "tsup": "^6.1.3" + }, + "license": "Apache-2.0", + "author": "Yuzuru ", + "contributors": [ + { + "name": "Yuzuru", + "url": "https://github.com/yuzudev", + "author": true + }, + { + "name": "miia", + "url": "https://github.com/dragurimu" + }, + { + "name": "n128", + "url": "https://github.com/nicolito128" + }, + { + "name": "socram03", + "url": "https://github.com/socram03" + } + ], + "homepage": "https://biscuitjs.com", + "repository": { + "type": "git", + "url": "git+https://github.com/oasisjs/bicuit.git" + }, + "bugs": { + "url": "https://github.com/oasisjs/biscuit" + }, + "keywords": [ + "api", + "discord", + "bots", + "typescript", + "botdev" + ], + "publishConfig": { + "access": "public" } } diff --git a/packages/ws/package.json b/packages/ws/package.json index 0b1434e..6da20e3 100644 --- a/packages/ws/package.json +++ b/packages/ws/package.json @@ -19,5 +19,44 @@ "devDependencies": { "@types/ws": "^8.5.3", "tsup": "^6.1.3" + }, + "license": "Apache-2.0", + "author": "Yuzuru ", + "contributors": [ + { + "name": "Yuzuru", + "url": "https://github.com/yuzudev", + "author": true + }, + { + "name": "miia", + "url": "https://github.com/dragurimu" + }, + { + "name": "n128", + "url": "https://github.com/nicolito128" + }, + { + "name": "socram03", + "url": "https://github.com/socram03" + } + ], + "homepage": "https://biscuitjs.com", + "repository": { + "type": "git", + "url": "git+https://github.com/oasisjs/bicuit.git" + }, + "bugs": { + "url": "https://github.com/oasisjs/biscuit" + }, + "keywords": [ + "api", + "discord", + "bots", + "typescript", + "botdev" + ], + "publishConfig": { + "access": "public" } }