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