version 2.2.3

This commit is contained in:
Yuzu 2023-01-15 05:04:07 -05:00
parent 2c4fcaad83
commit 093ca3b232
12 changed files with 63 additions and 14 deletions

View File

@ -1,5 +1,11 @@
# @biscuitland/api-types # @biscuitland/api-types
## 2.2.3
### Patch Changes
- bug fixes
## 2.2.2 ## 2.2.2
### Patch Changes ### Patch Changes

View File

@ -1,6 +1,6 @@
{ {
"name": "@biscuitland/api-types", "name": "@biscuitland/api-types",
"version": "2.2.2", "version": "2.2.3",
"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",

View File

@ -1,5 +1,13 @@
# @biscuitland/cache # @biscuitland/cache
## 2.2.3
### Patch Changes
- bug fixes
- Updated dependencies
- @biscuitland/api-types@2.2.3
## 2.2.2 ## 2.2.2
### Patch Changes ### Patch Changes

View File

@ -1,6 +1,6 @@
{ {
"name": "@biscuitland/cache", "name": "@biscuitland/cache",
"version": "2.2.2", "version": "2.2.3",
"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/api-types": "^2.2.2", "@biscuitland/api-types": "^2.2.3",
"ioredis": "^5.2.2" "ioredis": "^5.2.2"
}, },
"devDependencies": { "devDependencies": {

View File

@ -1,5 +1,15 @@
# @biscuitland/core # @biscuitland/core
## 2.2.3
### Patch Changes
- bug fixes
- Updated dependencies
- @biscuitland/api-types@2.2.3
- @biscuitland/rest@2.2.3
- @biscuitland/ws@2.2.3
## 2.2.2 ## 2.2.2
### Patch Changes ### Patch Changes

View File

@ -1,6 +1,6 @@
{ {
"name": "@biscuitland/core", "name": "@biscuitland/core",
"version": "2.2.2", "version": "2.2.3",
"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/api-types": "^2.2.2", "@biscuitland/api-types": "^2.2.3",
"@biscuitland/rest": "^2.2.2", "@biscuitland/rest": "^2.2.3",
"@biscuitland/ws": "^2.2.2" "@biscuitland/ws": "^2.2.3"
}, },
"devDependencies": { "devDependencies": {
"@types/node": "^18.7.14", "@types/node": "^18.7.14",

View File

@ -1,5 +1,14 @@
# @biscuitland/helpers # @biscuitland/helpers
## 2.2.3
### Patch Changes
- bug fixes
- Updated dependencies
- @biscuitland/api-types@2.2.3
- @biscuitland/core@2.2.3
## 2.2.2 ## 2.2.2
### Patch Changes ### Patch Changes

View File

@ -1,6 +1,6 @@
{ {
"name": "@biscuitland/helpers", "name": "@biscuitland/helpers",
"version": "2.2.2", "version": "2.2.3",
"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,8 +23,8 @@
} }
}, },
"dependencies": { "dependencies": {
"@biscuitland/api-types": "^2.2.2", "@biscuitland/api-types": "^2.2.3",
"@biscuitland/core": "^2.2.2" "@biscuitland/core": "^2.2.3"
}, },
"devDependencies": { "devDependencies": {
"@types/node": "^18.7.14", "@types/node": "^18.7.14",

View File

@ -1,5 +1,13 @@
# @biscuitland/rest # @biscuitland/rest
## 2.2.3
### Patch Changes
- bug fixes
- Updated dependencies
- @biscuitland/api-types@2.2.3
## 2.2.2 ## 2.2.2
### Patch Changes ### Patch Changes

View File

@ -1,6 +1,6 @@
{ {
"name": "@biscuitland/rest", "name": "@biscuitland/rest",
"version": "2.2.2", "version": "2.2.3",
"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/api-types": "^2.2.2" "@biscuitland/api-types": "^2.2.3"
}, },
"devDependencies": { "devDependencies": {
"tsup": "^6.1.3" "tsup": "^6.1.3"

View File

@ -1,5 +1,13 @@
# @biscuitland/ws # @biscuitland/ws
## 2.2.3
### Patch Changes
- bug fixes
- Updated dependencies
- @biscuitland/api-types@2.2.3
## 2.2.2 ## 2.2.2
### Patch Changes ### Patch Changes

View File

@ -1,6 +1,6 @@
{ {
"name": "@biscuitland/ws", "name": "@biscuitland/ws",
"version": "2.2.2", "version": "2.2.3",
"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/api-types": "^2.2.2", "@biscuitland/api-types": "^2.2.3",
"ws": "^8.8.1" "ws": "^8.8.1"
}, },
"devDependencies": { "devDependencies": {