silly vrsion control

This commit is contained in:
Yuzuru 2023-06-30 19:16:43 -05:00
parent a51667f316
commit 6b2a193ba5

View File

@ -1,6 +1,6 @@
{ {
"name": "@biscuitland/core", "name": "@biscuitland/core",
"version": "3.0.8", "version": "3.0.9",
"main": "./dist/index.js", "main": "./dist/index.js",
"module": "./dist/index.mjs", "module": "./dist/index.mjs",
"types": "./dist/index.d.ts", "types": "./dist/index.d.ts",
@ -25,7 +25,7 @@
"dependencies": { "dependencies": {
"@biscuitland/common": "^0.0.8", "@biscuitland/common": "^0.0.8",
"@biscuitland/rest": "^3.0.6", "@biscuitland/rest": "^3.0.6",
"@biscuitland/ws": "^3.0.8", "@biscuitland/ws": "^3.0.9",
"eventemitter2": "^6.4.9" "eventemitter2": "^6.4.9"
}, },
"devDependencies": { "devDependencies": {
@ -75,4 +75,4 @@
"publishConfig": { "publishConfig": {
"access": "public" "access": "public"
} }
} }