mirror of
https://github.com/tiramisulabs/seyfert.git
synced 2025-07-02 04:56:07 +00:00
version: 0.0.7 common
This commit is contained in:
parent
d70af2013d
commit
c9de32b60f
@ -1,5 +1,11 @@
|
||||
# @biscuitland/common
|
||||
|
||||
## 0.0.7
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- fix the silly logger and other silly things affected by this bug
|
||||
|
||||
## 0.0.6
|
||||
|
||||
### Patch Changes
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@biscuitland/common",
|
||||
"version": "0.0.6",
|
||||
"version": "0.0.7",
|
||||
"main": "./dist/index.js",
|
||||
"module": "./dist/index.mjs",
|
||||
"type": "module",
|
||||
|
@ -1,5 +1,13 @@
|
||||
# @biscuitland/core
|
||||
|
||||
## 3.0.7
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies
|
||||
- @biscuitland/common@0.0.7
|
||||
- @biscuitland/ws@3.0.7
|
||||
|
||||
## 3.0.6
|
||||
|
||||
### Patch Changes
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@biscuitland/core",
|
||||
"version": "3.0.6",
|
||||
"version": "3.0.7",
|
||||
"main": "./dist/index.js",
|
||||
"module": "./dist/index.mjs",
|
||||
"types": "./dist/index.d.ts",
|
||||
@ -23,9 +23,9 @@
|
||||
}
|
||||
},
|
||||
"dependencies": {
|
||||
"@biscuitland/common": "^0.0.6",
|
||||
"@biscuitland/common": "^0.0.7",
|
||||
"@biscuitland/rest": "^3.0.6",
|
||||
"@biscuitland/ws": "^3.0.6",
|
||||
"@biscuitland/ws": "^3.0.7",
|
||||
"eventemitter2": "^6.4.9"
|
||||
},
|
||||
"devDependencies": {
|
||||
|
@ -1,5 +1,12 @@
|
||||
# @biscuitland/helpers
|
||||
|
||||
## 3.0.10
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies
|
||||
- @biscuitland/common@0.0.7
|
||||
|
||||
## 3.0.9
|
||||
|
||||
### Patch Changes
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@biscuitland/helpers",
|
||||
"version": "3.0.9",
|
||||
"version": "3.0.10",
|
||||
"main": "./dist/index.js",
|
||||
"module": "./dist/index.mjs",
|
||||
"types": "./dist/index.d.ts",
|
||||
@ -23,7 +23,7 @@
|
||||
}
|
||||
},
|
||||
"dependencies": {
|
||||
"@biscuitland/common": "^0.0.6",
|
||||
"@biscuitland/common": "^0.0.7",
|
||||
"ts-mixer": "^6.0.3"
|
||||
},
|
||||
"devDependencies": {
|
||||
|
@ -1,5 +1,12 @@
|
||||
# @biscuitland/ws
|
||||
|
||||
## 3.0.7
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies
|
||||
- @biscuitland/common@0.0.7
|
||||
|
||||
## 3.0.6
|
||||
|
||||
### Patch Changes
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@biscuitland/ws",
|
||||
"version": "3.0.6",
|
||||
"version": "3.0.7",
|
||||
"main": "./dist/index.js",
|
||||
"module": "./dist/index.mjs",
|
||||
"types": "./dist/index.d.ts",
|
||||
@ -24,7 +24,7 @@
|
||||
}
|
||||
},
|
||||
"dependencies": {
|
||||
"@biscuitland/common": "^0.0.6",
|
||||
"@biscuitland/common": "^0.0.7",
|
||||
"@biscuitland/rest": "^3.0.6",
|
||||
"ws": "^8.13.0"
|
||||
},
|
||||
|
Loading…
x
Reference in New Issue
Block a user