This commit is contained in:
Dragurimu 2022-08-20 04:43:26 -05:00
parent c851047684
commit 9bff9a9883
12 changed files with 80 additions and 15 deletions

View File

@ -0,0 +1,7 @@
# @biscuitland/api-types
## 2.0.0
### Major Changes
- publish

View File

@ -1,6 +1,6 @@
{
"name": "@biscuitland/api-types",
"version": "1.3.2",
"version": "2.0.0",
"main": "./dist/index.js",
"module": "./dist/index.mjs",
"types": "./dist/index.d.ts",

12
packages/cache/CHANGELOG.md vendored Normal file
View File

@ -0,0 +1,12 @@
# @biscuitland/cache
## 2.0.0
### Major Changes
- publish
### Patch Changes
- Updated dependencies
- @biscuitland/api-types@2.0.0

View File

@ -1,6 +1,6 @@
{
"name": "@biscuitland/cache",
"version": "1.3.2",
"version": "2.0.0",
"main": "./dist/index.js",
"module": "./dist/index.mjs",
"types": "./dist/index.d.ts",
@ -23,7 +23,7 @@
}
},
"dependencies": {
"@biscuitland/api-types": "^1.3.2",
"@biscuitland/api-types": "^2.0.0",
"ioredis": "^5.2.2"
},
"devDependencies": {

View File

@ -0,0 +1,14 @@
# @biscuitland/core
## 2.0.0
### Major Changes
- publish
### Patch Changes
- Updated dependencies
- @biscuitland/api-types@2.0.0
- @biscuitland/rest@2.0.0
- @biscuitland/ws@2.0.0

View File

@ -1,6 +1,6 @@
{
"name": "@biscuitland/core",
"version": "1.3.2",
"version": "2.0.0",
"main": "./dist/index.js",
"module": "./dist/index.mjs",
"types": "./dist/index.d.ts",
@ -23,9 +23,9 @@
}
},
"dependencies": {
"@biscuitland/api-types": "^1.3.2",
"@biscuitland/rest": "^1.3.2",
"@biscuitland/ws": "^1.3.2"
"@biscuitland/api-types": "^2.0.0",
"@biscuitland/rest": "^2.0.0",
"@biscuitland/ws": "^2.0.0"
},
"devDependencies": {
"tsup": "^6.1.3"

View File

@ -0,0 +1,9 @@
# @biscuitland/helpers
## 1.3.3
### Patch Changes
- Updated dependencies
- @biscuitland/api-types@2.0.0
- @biscuitland/core@2.0.0

View File

@ -1,6 +1,6 @@
{
"name": "@biscuitland/helpers",
"version": "1.3.2",
"version": "1.3.3",
"main": "./dist/index.js",
"module": "./dist/index.mjs",
"types": "./dist/index.d.ts",
@ -23,8 +23,8 @@
}
},
"dependencies": {
"@biscuitland/api-types": "^1.3.2",
"@biscuitland/core": "^1.3.2"
"@biscuitland/api-types": "^2.0.0",
"@biscuitland/core": "^2.0.0"
},
"devDependencies": {
"tsup": "^6.1.3"

View File

@ -0,0 +1,12 @@
# @biscuitland/rest
## 2.0.0
### Major Changes
- publish
### Patch Changes
- Updated dependencies
- @biscuitland/api-types@2.0.0

View File

@ -1,6 +1,6 @@
{
"name": "@biscuitland/rest",
"version": "1.3.2",
"version": "2.0.0",
"main": "./dist/index.js",
"module": "./dist/index.mjs",
"types": "./dist/index.d.ts",
@ -23,7 +23,7 @@
}
},
"dependencies": {
"@biscuitland/api-types": "^1.3.2"
"@biscuitland/api-types": "^2.0.0"
},
"devDependencies": {
"tsup": "^6.1.3"

12
packages/ws/CHANGELOG.md Normal file
View File

@ -0,0 +1,12 @@
# @biscuitland/ws
## 2.0.0
### Major Changes
- publish
### Patch Changes
- Updated dependencies
- @biscuitland/api-types@2.0.0

View File

@ -1,6 +1,6 @@
{
"name": "@biscuitland/ws",
"version": "1.3.2",
"version": "2.0.0",
"main": "./dist/index.js",
"module": "./dist/index.mjs",
"types": "./dist/index.d.ts",
@ -23,14 +23,13 @@
}
},
"dependencies": {
"@biscuitland/api-types": "^1.3.2",
"@biscuitland/api-types": "^2.0.0",
"ws": "^8.8.1"
},
"devDependencies": {
"@types/ws": "^8.5.3",
"tsup": "^6.1.3"
},
"license": "Apache-2.0",
"author": "Yuzuru <yuzuru@programmer.net>",
"contributors": [