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:
MARCROCK22 2023-08-13 20:55:58 -04:00 committed by GitHub
parent 03bd41caea
commit 3e31dc28ca
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
5 changed files with 13 additions and 13 deletions

View File

@ -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",

View File

@ -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"
}
}
}

View File

@ -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"
}
}
}

View File

@ -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",

View File

@ -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": {