From 3e31dc28cac92540c274e23c2a6ce7a535d351f6 Mon Sep 17 00:00:00 2001 From: MARCROCK22 <57925328+MARCROCK22@users.noreply.github.com> Date: Sun, 13 Aug 2023 20:55:58 -0400 Subject: [PATCH] update version (#147) * fix * fix * update version * fix helpers * fix * update version * add number typeof * accept auth option * update version * update version --- packages/common/package.json | 2 +- packages/core/package.json | 10 +++++----- packages/helpers/package.json | 6 +++--- packages/rest/package.json | 2 +- packages/ws/package.json | 6 +++--- 5 files changed, 13 insertions(+), 13 deletions(-) diff --git a/packages/common/package.json b/packages/common/package.json index 1891b27..ccf4259 100644 --- a/packages/common/package.json +++ b/packages/common/package.json @@ -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", diff --git a/packages/core/package.json b/packages/core/package.json index 17408e6..d23818e 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -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" } -} +} \ No newline at end of file diff --git a/packages/helpers/package.json b/packages/helpers/package.json index 93400f2..f61d402 100644 --- a/packages/helpers/package.json +++ b/packages/helpers/package.json @@ -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" } -} +} \ No newline at end of file diff --git a/packages/rest/package.json b/packages/rest/package.json index c23d81f..ce69a8c 100644 --- a/packages/rest/package.json +++ b/packages/rest/package.json @@ -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", diff --git a/packages/ws/package.json b/packages/ws/package.json index 08086f9..0a90680 100644 --- a/packages/ws/package.json +++ b/packages/ws/package.json @@ -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": {