mirror of
https://github.com/tiramisulabs/seyfert.git
synced 2025-07-02 04:56:07 +00:00
version 2.2.1
This commit is contained in:
parent
f5ae94543d
commit
be51c25931
@ -1,5 +1,11 @@
|
||||
# @biscuitland/api-types
|
||||
|
||||
## 2.2.1
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- select menu options now can be empty since the latest Discord API update
|
||||
|
||||
## 2.2.0
|
||||
|
||||
### Minor Changes
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@biscuitland/api-types",
|
||||
"version": "2.2.0",
|
||||
"version": "2.2.1",
|
||||
"main": "./dist/index.js",
|
||||
"module": "./dist/index.mjs",
|
||||
"types": "./dist/index.d.ts",
|
||||
|
8
packages/cache/CHANGELOG.md
vendored
8
packages/cache/CHANGELOG.md
vendored
@ -1,5 +1,13 @@
|
||||
# @biscuitland/cache
|
||||
|
||||
## 2.2.1
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- select menu options now can be empty since the latest Discord API update
|
||||
- Updated dependencies
|
||||
- @biscuitland/api-types@2.2.1
|
||||
|
||||
## 2.2.0
|
||||
|
||||
### Minor Changes
|
||||
|
4
packages/cache/package.json
vendored
4
packages/cache/package.json
vendored
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@biscuitland/cache",
|
||||
"version": "2.2.0",
|
||||
"version": "2.2.1",
|
||||
"main": "./dist/index.js",
|
||||
"module": "./dist/index.mjs",
|
||||
"types": "./dist/index.d.ts",
|
||||
@ -23,7 +23,7 @@
|
||||
}
|
||||
},
|
||||
"dependencies": {
|
||||
"@biscuitland/api-types": "^2.2.0",
|
||||
"@biscuitland/api-types": "^2.2.1",
|
||||
"ioredis": "^5.2.2"
|
||||
},
|
||||
"devDependencies": {
|
||||
|
@ -1,5 +1,15 @@
|
||||
# @biscuitland/core
|
||||
|
||||
## 2.2.1
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- select menu options now can be empty since the latest Discord API update
|
||||
- Updated dependencies
|
||||
- @biscuitland/api-types@2.2.1
|
||||
- @biscuitland/rest@2.2.1
|
||||
- @biscuitland/ws@2.2.1
|
||||
|
||||
## 2.2.0
|
||||
|
||||
### Minor Changes
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@biscuitland/core",
|
||||
"version": "2.2.0",
|
||||
"version": "2.2.1",
|
||||
"main": "./dist/index.js",
|
||||
"module": "./dist/index.mjs",
|
||||
"types": "./dist/index.d.ts",
|
||||
@ -23,9 +23,9 @@
|
||||
}
|
||||
},
|
||||
"dependencies": {
|
||||
"@biscuitland/api-types": "^2.2.0",
|
||||
"@biscuitland/rest": "^2.2.0",
|
||||
"@biscuitland/ws": "^2.2.0"
|
||||
"@biscuitland/api-types": "^2.2.1",
|
||||
"@biscuitland/rest": "^2.2.1",
|
||||
"@biscuitland/ws": "^2.2.1"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@types/node": "^18.7.14",
|
||||
|
@ -1,5 +1,14 @@
|
||||
# @biscuitland/helpers
|
||||
|
||||
## 2.2.1
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- select menu options now can be empty since the latest Discord API update
|
||||
- Updated dependencies
|
||||
- @biscuitland/api-types@2.2.1
|
||||
- @biscuitland/core@2.2.1
|
||||
|
||||
## 2.2.0
|
||||
|
||||
### Minor Changes
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@biscuitland/helpers",
|
||||
"version": "2.2.0",
|
||||
"version": "2.2.1",
|
||||
"main": "./dist/index.js",
|
||||
"module": "./dist/index.mjs",
|
||||
"types": "./dist/index.d.ts",
|
||||
@ -23,8 +23,8 @@
|
||||
}
|
||||
},
|
||||
"dependencies": {
|
||||
"@biscuitland/api-types": "^2.2.0",
|
||||
"@biscuitland/core": "^2.2.0"
|
||||
"@biscuitland/api-types": "^2.2.1",
|
||||
"@biscuitland/core": "^2.2.1"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@types/node": "^18.7.14",
|
||||
|
@ -1,5 +1,13 @@
|
||||
# @biscuitland/rest
|
||||
|
||||
## 2.2.1
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- select menu options now can be empty since the latest Discord API update
|
||||
- Updated dependencies
|
||||
- @biscuitland/api-types@2.2.1
|
||||
|
||||
## 2.2.0
|
||||
|
||||
### Minor Changes
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@biscuitland/rest",
|
||||
"version": "2.2.0",
|
||||
"version": "2.2.1",
|
||||
"main": "./dist/index.js",
|
||||
"module": "./dist/index.mjs",
|
||||
"types": "./dist/index.d.ts",
|
||||
@ -23,7 +23,7 @@
|
||||
}
|
||||
},
|
||||
"dependencies": {
|
||||
"@biscuitland/api-types": "^2.2.0"
|
||||
"@biscuitland/api-types": "^2.2.1"
|
||||
},
|
||||
"devDependencies": {
|
||||
"tsup": "^6.1.3"
|
||||
|
@ -1,5 +1,13 @@
|
||||
# @biscuitland/ws
|
||||
|
||||
## 2.2.1
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- select menu options now can be empty since the latest Discord API update
|
||||
- Updated dependencies
|
||||
- @biscuitland/api-types@2.2.1
|
||||
|
||||
## 2.2.0
|
||||
|
||||
### Minor Changes
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@biscuitland/ws",
|
||||
"version": "2.2.0",
|
||||
"version": "2.2.1",
|
||||
"main": "./dist/index.js",
|
||||
"module": "./dist/index.mjs",
|
||||
"types": "./dist/index.d.ts",
|
||||
@ -23,7 +23,7 @@
|
||||
}
|
||||
},
|
||||
"dependencies": {
|
||||
"@biscuitland/api-types": "^2.2.0",
|
||||
"@biscuitland/api-types": "^2.2.1",
|
||||
"ws": "^8.8.1"
|
||||
},
|
||||
"devDependencies": {
|
||||
|
Loading…
x
Reference in New Issue
Block a user