i hate this

This commit is contained in:
Yuzuru 2023-06-29 07:58:32 -05:00
parent 6f76dc1fdc
commit e535108956
8 changed files with 36 additions and 8 deletions

View File

@ -1,5 +1,11 @@
# @biscuitland/common # @biscuitland/common
## 0.0.8
### Patch Changes
- idk
## 0.0.7 ## 0.0.7
### Patch Changes ### Patch Changes

View File

@ -1,6 +1,6 @@
{ {
"name": "@biscuitland/common", "name": "@biscuitland/common",
"version": "0.0.7", "version": "0.0.8",
"main": "./dist/index.js", "main": "./dist/index.js",
"module": "./dist/index.mjs", "module": "./dist/index.mjs",
"type": "module", "type": "module",

View File

@ -1,5 +1,13 @@
# @biscuitland/core # @biscuitland/core
## 3.0.8
### Patch Changes
- Updated dependencies
- @biscuitland/common@0.0.8
- @biscuitland/ws@3.0.8
## 3.0.7 ## 3.0.7
### Patch Changes ### Patch Changes

View File

@ -1,6 +1,6 @@
{ {
"name": "@biscuitland/core", "name": "@biscuitland/core",
"version": "3.0.7", "version": "3.0.8",
"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",
@ -23,9 +23,9 @@
} }
}, },
"dependencies": { "dependencies": {
"@biscuitland/common": "^0.0.7", "@biscuitland/common": "^0.0.8",
"@biscuitland/rest": "^3.0.6", "@biscuitland/rest": "^3.0.6",
"@biscuitland/ws": "^3.0.7", "@biscuitland/ws": "^3.0.8",
"eventemitter2": "^6.4.9" "eventemitter2": "^6.4.9"
}, },
"devDependencies": { "devDependencies": {

View File

@ -1,5 +1,12 @@
# @biscuitland/helpers # @biscuitland/helpers
## 3.0.11
### Patch Changes
- Updated dependencies
- @biscuitland/common@0.0.8
## 3.0.10 ## 3.0.10
### Patch Changes ### Patch Changes

View File

@ -1,6 +1,6 @@
{ {
"name": "@biscuitland/helpers", "name": "@biscuitland/helpers",
"version": "3.0.10", "version": "3.0.11",
"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",
@ -23,7 +23,7 @@
} }
}, },
"dependencies": { "dependencies": {
"@biscuitland/common": "^0.0.7", "@biscuitland/common": "^0.0.8",
"ts-mixer": "^6.0.3" "ts-mixer": "^6.0.3"
}, },
"devDependencies": { "devDependencies": {

View File

@ -1,5 +1,12 @@
# @biscuitland/ws # @biscuitland/ws
## 3.0.8
### Patch Changes
- Updated dependencies
- @biscuitland/common@0.0.8
## 3.0.7 ## 3.0.7
### Patch Changes ### Patch Changes

View File

@ -1,6 +1,6 @@
{ {
"name": "@biscuitland/ws", "name": "@biscuitland/ws",
"version": "3.0.7", "version": "3.0.8",
"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",
@ -24,7 +24,7 @@
} }
}, },
"dependencies": { "dependencies": {
"@biscuitland/common": "^0.0.7", "@biscuitland/common": "^0.0.8",
"@biscuitland/rest": "^3.0.6", "@biscuitland/rest": "^3.0.6",
"ws": "^8.13.0" "ws": "^8.13.0"
}, },