mirror of
https://github.com/tiramisulabs/seyfert.git
synced 2025-07-01 20:46:08 +00:00
version 2.0.6
This commit is contained in:
parent
f522cbbd5a
commit
8bbdbeed64
@ -1,7 +1,13 @@
|
||||
# @biscuitland/api-types
|
||||
|
||||
## 2.0.6
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Minor fixes
|
||||
|
||||
## 2.0.5
|
||||
|
||||
### Major Changes
|
||||
|
||||
- publish
|
||||
- publish
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@biscuitland/api-types",
|
||||
"version": "2.0.5",
|
||||
"version": "2.0.6",
|
||||
"main": "./dist/index.js",
|
||||
"module": "./dist/index.mjs",
|
||||
"types": "./dist/index.d.ts",
|
||||
|
14
packages/cache/CHANGELOG.md
vendored
14
packages/cache/CHANGELOG.md
vendored
@ -1,12 +1,20 @@
|
||||
# @biscuitland/cache
|
||||
|
||||
## 2.0.6
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Minor fixes
|
||||
- Updated dependencies
|
||||
- @biscuitland/api-types@2.0.6
|
||||
|
||||
## 2.0.5
|
||||
|
||||
### Major Changes
|
||||
|
||||
- publish
|
||||
- publish
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies
|
||||
- @biscuitland/api-types@2.0.5
|
||||
- Updated dependencies
|
||||
- @biscuitland/api-types@2.0.5
|
||||
|
4
packages/cache/package.json
vendored
4
packages/cache/package.json
vendored
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@biscuitland/cache",
|
||||
"version": "2.0.5",
|
||||
"version": "2.0.6",
|
||||
"main": "./dist/index.js",
|
||||
"module": "./dist/index.mjs",
|
||||
"types": "./dist/index.d.ts",
|
||||
@ -23,7 +23,7 @@
|
||||
}
|
||||
},
|
||||
"dependencies": {
|
||||
"@biscuitland/api-types": "^2.0.5",
|
||||
"@biscuitland/api-types": "^2.0.6",
|
||||
"ioredis": "^5.2.2"
|
||||
},
|
||||
"devDependencies": {
|
||||
|
@ -1,14 +1,24 @@
|
||||
# @biscuitland/core
|
||||
|
||||
## 2.0.6
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Minor fixes
|
||||
- Updated dependencies
|
||||
- @biscuitland/api-types@2.0.6
|
||||
- @biscuitland/rest@2.0.6
|
||||
- @biscuitland/ws@2.0.6
|
||||
|
||||
## 2.0.5
|
||||
|
||||
### Major Changes
|
||||
|
||||
- publish
|
||||
- publish
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies
|
||||
- @biscuitland/api-types@2.0.5
|
||||
- @biscuitland/rest@2.0.5
|
||||
- @biscuitland/ws@2.0.5
|
||||
- Updated dependencies
|
||||
- @biscuitland/api-types@2.0.5
|
||||
- @biscuitland/rest@2.0.5
|
||||
- @biscuitland/ws@2.0.5
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@biscuitland/core",
|
||||
"version": "2.0.5",
|
||||
"version": "2.0.6",
|
||||
"main": "./dist/index.js",
|
||||
"module": "./dist/index.mjs",
|
||||
"types": "./dist/index.d.ts",
|
||||
@ -23,9 +23,9 @@
|
||||
}
|
||||
},
|
||||
"dependencies": {
|
||||
"@biscuitland/api-types": "^2.0.5",
|
||||
"@biscuitland/rest": "^2.0.5",
|
||||
"@biscuitland/ws": "^2.0.5"
|
||||
"@biscuitland/api-types": "^2.0.6",
|
||||
"@biscuitland/rest": "^2.0.6",
|
||||
"@biscuitland/ws": "^2.0.6"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@types/node": "^18.7.14",
|
||||
|
@ -1,9 +1,18 @@
|
||||
# @biscuitland/helpers
|
||||
|
||||
## 2.0.6
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Minor fixes
|
||||
- Updated dependencies
|
||||
- @biscuitland/api-types@2.0.6
|
||||
- @biscuitland/core@2.0.6
|
||||
|
||||
## 2.0.5
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies
|
||||
- @biscuitland/api-types@2.0.5
|
||||
- @biscuitland/core@2.0.5
|
||||
- Updated dependencies
|
||||
- @biscuitland/api-types@2.0.5
|
||||
- @biscuitland/core@2.0.5
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@biscuitland/helpers",
|
||||
"version": "2.0.5",
|
||||
"version": "2.0.6",
|
||||
"main": "./dist/index.js",
|
||||
"module": "./dist/index.mjs",
|
||||
"types": "./dist/index.d.ts",
|
||||
@ -23,8 +23,8 @@
|
||||
}
|
||||
},
|
||||
"dependencies": {
|
||||
"@biscuitland/api-types": "^2.0.5",
|
||||
"@biscuitland/core": "^2.0.5"
|
||||
"@biscuitland/api-types": "^2.0.6",
|
||||
"@biscuitland/core": "^2.0.6"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@types/node": "^18.7.14",
|
||||
|
@ -1,12 +1,20 @@
|
||||
# @biscuitland/rest
|
||||
|
||||
## 2.0.6
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Minor fixes
|
||||
- Updated dependencies
|
||||
- @biscuitland/api-types@2.0.6
|
||||
|
||||
## 2.0.5
|
||||
|
||||
### Major Changes
|
||||
|
||||
- publish
|
||||
- publish
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies
|
||||
- @biscuitland/api-types@2.0.5
|
||||
- Updated dependencies
|
||||
- @biscuitland/api-types@2.0.5
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@biscuitland/rest",
|
||||
"version": "2.0.5",
|
||||
"version": "2.0.6",
|
||||
"main": "./dist/index.js",
|
||||
"module": "./dist/index.mjs",
|
||||
"types": "./dist/index.d.ts",
|
||||
@ -23,7 +23,7 @@
|
||||
}
|
||||
},
|
||||
"dependencies": {
|
||||
"@biscuitland/api-types": "^2.0.5"
|
||||
"@biscuitland/api-types": "^2.0.6"
|
||||
},
|
||||
"devDependencies": {
|
||||
"tsup": "^6.1.3"
|
||||
|
@ -1,12 +1,20 @@
|
||||
# @biscuitland/ws
|
||||
|
||||
## 2.0.6
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Minor fixes
|
||||
- Updated dependencies
|
||||
- @biscuitland/api-types@2.0.6
|
||||
|
||||
## 2.0.5
|
||||
|
||||
### Major Changes
|
||||
|
||||
- publish
|
||||
- publish
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies
|
||||
- @biscuitland/api-types@2.0.5
|
||||
- Updated dependencies
|
||||
- @biscuitland/api-types@2.0.5
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@biscuitland/ws",
|
||||
"version": "2.0.5",
|
||||
"version": "2.0.6",
|
||||
"main": "./dist/index.js",
|
||||
"module": "./dist/index.mjs",
|
||||
"types": "./dist/index.d.ts",
|
||||
@ -23,7 +23,7 @@
|
||||
}
|
||||
},
|
||||
"dependencies": {
|
||||
"@biscuitland/api-types": "^2.0.5",
|
||||
"@biscuitland/api-types": "^2.0.6",
|
||||
"@sapphire/async-queue": "^1.5.0",
|
||||
"ws": "^8.8.1"
|
||||
},
|
||||
|
Loading…
x
Reference in New Issue
Block a user