mirror of
https://github.com/tiramisulabs/seyfert.git
synced 2025-07-02 04:56:07 +00:00
update version (#147)
* fix * fix * update version * fix helpers * fix * update version * add number typeof * accept auth option * update version * update version
This commit is contained in:
parent
03bd41caea
commit
3e31dc28ca
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@biscuitland/common",
|
||||
"version": "0.0.8",
|
||||
"version": "0.0.9",
|
||||
"main": "./dist/index.js",
|
||||
"module": "./dist/index.mjs",
|
||||
"type": "module",
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@biscuitland/core",
|
||||
"version": "3.0.9",
|
||||
"version": "3.0.10",
|
||||
"main": "./dist/index.js",
|
||||
"module": "./dist/index.mjs",
|
||||
"types": "./dist/index.d.ts",
|
||||
@ -23,9 +23,9 @@
|
||||
}
|
||||
},
|
||||
"dependencies": {
|
||||
"@biscuitland/common": "^0.0.8",
|
||||
"@biscuitland/rest": "^3.0.6",
|
||||
"@biscuitland/ws": "^3.0.9",
|
||||
"@biscuitland/common": "^0.0.9",
|
||||
"@biscuitland/rest": "^3.0.7",
|
||||
"@biscuitland/ws": "^3.0.10",
|
||||
"eventemitter2": "^6.4.9"
|
||||
},
|
||||
"devDependencies": {
|
||||
@ -75,4 +75,4 @@
|
||||
"publishConfig": {
|
||||
"access": "public"
|
||||
}
|
||||
}
|
||||
}
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@biscuitland/helpers",
|
||||
"version": "3.0.11",
|
||||
"version": "3.0.12",
|
||||
"main": "./dist/index.js",
|
||||
"module": "./dist/index.mjs",
|
||||
"types": "./dist/index.d.ts",
|
||||
@ -23,7 +23,7 @@
|
||||
}
|
||||
},
|
||||
"dependencies": {
|
||||
"@biscuitland/common": "^0.0.8",
|
||||
"@biscuitland/common": "^0.0.9",
|
||||
"ts-mixer": "^6.0.3"
|
||||
},
|
||||
"devDependencies": {
|
||||
@ -73,4 +73,4 @@
|
||||
"publishConfig": {
|
||||
"access": "public"
|
||||
}
|
||||
}
|
||||
}
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@biscuitland/rest",
|
||||
"version": "3.0.6",
|
||||
"version": "3.0.7",
|
||||
"main": "./dist/index.js",
|
||||
"module": "./dist/index.mjs",
|
||||
"types": "./dist/index.d.ts",
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@biscuitland/ws",
|
||||
"version": "3.0.9",
|
||||
"version": "3.0.10",
|
||||
"main": "./dist/index.js",
|
||||
"module": "./dist/index.mjs",
|
||||
"types": "./dist/index.d.ts",
|
||||
@ -24,8 +24,8 @@
|
||||
}
|
||||
},
|
||||
"dependencies": {
|
||||
"@biscuitland/common": "^0.0.8",
|
||||
"@biscuitland/rest": "^3.0.6",
|
||||
"@biscuitland/common": "^0.0.9",
|
||||
"@biscuitland/rest": "^3.0.7",
|
||||
"ws": "^8.13.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
|
Loading…
x
Reference in New Issue
Block a user