mirror of
https://github.com/tiramisulabs/seyfert.git
synced 2025-07-01 20:46:08 +00:00
sync
This commit is contained in:
parent
c851047684
commit
9bff9a9883
7
packages/api-types/CHANGELOG.md
Normal file
7
packages/api-types/CHANGELOG.md
Normal file
@ -0,0 +1,7 @@
|
||||
# @biscuitland/api-types
|
||||
|
||||
## 2.0.0
|
||||
|
||||
### Major Changes
|
||||
|
||||
- publish
|
@ -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
12
packages/cache/CHANGELOG.md
vendored
Normal file
@ -0,0 +1,12 @@
|
||||
# @biscuitland/cache
|
||||
|
||||
## 2.0.0
|
||||
|
||||
### Major Changes
|
||||
|
||||
- publish
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies
|
||||
- @biscuitland/api-types@2.0.0
|
4
packages/cache/package.json
vendored
4
packages/cache/package.json
vendored
@ -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": {
|
||||
|
14
packages/core/CHANGELOG.md
Normal file
14
packages/core/CHANGELOG.md
Normal 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
|
@ -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"
|
||||
|
9
packages/helpers/CHANGELOG.md
Normal file
9
packages/helpers/CHANGELOG.md
Normal 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
|
@ -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"
|
||||
|
12
packages/rest/CHANGELOG.md
Normal file
12
packages/rest/CHANGELOG.md
Normal file
@ -0,0 +1,12 @@
|
||||
# @biscuitland/rest
|
||||
|
||||
## 2.0.0
|
||||
|
||||
### Major Changes
|
||||
|
||||
- publish
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies
|
||||
- @biscuitland/api-types@2.0.0
|
@ -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
12
packages/ws/CHANGELOG.md
Normal file
@ -0,0 +1,12 @@
|
||||
# @biscuitland/ws
|
||||
|
||||
## 2.0.0
|
||||
|
||||
### Major Changes
|
||||
|
||||
- publish
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies
|
||||
- @biscuitland/api-types@2.0.0
|
@ -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": [
|
||||
|
Loading…
x
Reference in New Issue
Block a user