version 2.1.1

This commit is contained in:
Yuzu 2022-10-11 09:49:11 -05:00
parent 7ed5d6b3d5
commit 388540e401
12 changed files with 63 additions and 14 deletions

View File

@ -1,5 +1,11 @@
# @biscuitland/api-types
## 2.1.1
### Patch Changes
- dumb hotfix that LH asked for (blame Yuzu)
## 2.1.0
### Minor Changes

View File

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

View File

@ -1,5 +1,13 @@
# @biscuitland/cache
## 2.1.1
### Patch Changes
- dumb hotfix that LH asked for (blame Yuzu)
- Updated dependencies
- @biscuitland/api-types@2.1.1
## 2.1.0
### Minor Changes

View File

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

View File

@ -1,5 +1,15 @@
# @biscuitland/core
## 2.1.1
### Patch Changes
- dumb hotfix that LH asked for (blame Yuzu)
- Updated dependencies
- @biscuitland/api-types@2.1.1
- @biscuitland/rest@2.1.1
- @biscuitland/ws@2.1.1
## 2.1.0
### Minor Changes

View File

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

View File

@ -1,5 +1,14 @@
# @biscuitland/helpers
## 2.1.1
### Patch Changes
- dumb hotfix that LH asked for (blame Yuzu)
- Updated dependencies
- @biscuitland/api-types@2.1.1
- @biscuitland/core@2.1.1
## 2.1.0
### Minor Changes

View File

@ -1,6 +1,6 @@
{
"name": "@biscuitland/helpers",
"version": "2.1.0",
"version": "2.1.1",
"main": "./dist/index.js",
"module": "./dist/index.mjs",
"types": "./dist/index.d.ts",
@ -23,8 +23,8 @@
}
},
"dependencies": {
"@biscuitland/api-types": "^2.1.0",
"@biscuitland/core": "^2.1.0"
"@biscuitland/api-types": "^2.1.1",
"@biscuitland/core": "^2.1.1"
},
"devDependencies": {
"@types/node": "^18.7.14",

View File

@ -1,5 +1,13 @@
# @biscuitland/rest
## 2.1.1
### Patch Changes
- dumb hotfix that LH asked for (blame Yuzu)
- Updated dependencies
- @biscuitland/api-types@2.1.1
## 2.1.0
### Minor Changes

View File

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

View File

@ -1,5 +1,13 @@
# @biscuitland/ws
## 2.1.1
### Patch Changes
- dumb hotfix that LH asked for (blame Yuzu)
- Updated dependencies
- @biscuitland/api-types@2.1.1
## 2.1.0
### Minor Changes

View File

@ -1,6 +1,6 @@
{
"name": "@biscuitland/ws",
"version": "2.1.0",
"version": "2.1.1",
"main": "./dist/index.js",
"module": "./dist/index.mjs",
"types": "./dist/index.d.ts",
@ -23,7 +23,7 @@
}
},
"dependencies": {
"@biscuitland/api-types": "^2.1.0",
"@biscuitland/api-types": "^2.1.1",
"@sapphire/async-queue": "^1.5.0",
"ws": "^8.8.1"
},