little update

This commit is contained in:
Yuzu 2022-09-16 18:04:54 -05:00
parent 00008ac29d
commit c4e50badc1
12 changed files with 89 additions and 14 deletions

View File

@ -1,5 +1,12 @@
# @biscuitland/api-types # @biscuitland/api-types
## 2.1.0
### Minor Changes
- Changes to cache and forum channels ✨
- Forum channels and updates to @biscuitland/cache
## 2.0.6 ## 2.0.6
### Patch Changes ### Patch Changes

View File

@ -1,6 +1,6 @@
{ {
"name": "@biscuitland/api-types", "name": "@biscuitland/api-types",
"version": "2.0.6", "version": "2.1.0",
"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,18 @@
# @biscuitland/cache # @biscuitland/cache
## 2.1.0
### Minor Changes
- Changes to cache and forum channels ✨
- Forum channels and updates to @biscuitland/cache
### Patch Changes
- Updated dependencies
- Updated dependencies
- @biscuitland/api-types@2.1.0
## 2.0.6 ## 2.0.6
### Patch Changes ### Patch Changes

View File

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

View File

@ -1,5 +1,20 @@
# @biscuitland/core # @biscuitland/core
## 2.1.0
### Minor Changes
- Changes to cache and forum channels ✨
- Forum channels and updates to @biscuitland/cache
### Patch Changes
- Updated dependencies
- Updated dependencies
- @biscuitland/api-types@2.1.0
- @biscuitland/rest@2.1.0
- @biscuitland/ws@2.1.0
## 2.0.6 ## 2.0.6
### Patch Changes ### Patch Changes

View File

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

View File

@ -1,5 +1,19 @@
# @biscuitland/helpers # @biscuitland/helpers
## 2.1.0
### Minor Changes
- Changes to cache and forum channels ✨
- Forum channels and updates to @biscuitland/cache
### Patch Changes
- Updated dependencies
- Updated dependencies
- @biscuitland/api-types@2.1.0
- @biscuitland/core@2.1.0
## 2.0.6 ## 2.0.6
### Patch Changes ### Patch Changes

View File

@ -1,6 +1,6 @@
{ {
"name": "@biscuitland/helpers", "name": "@biscuitland/helpers",
"version": "2.0.6", "version": "2.1.0",
"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.0.6", "@biscuitland/api-types": "^2.1.0",
"@biscuitland/core": "^2.0.6" "@biscuitland/core": "^2.1.0"
}, },
"devDependencies": { "devDependencies": {
"@types/node": "^18.7.14", "@types/node": "^18.7.14",

View File

@ -1,5 +1,18 @@
# @biscuitland/rest # @biscuitland/rest
## 2.1.0
### Minor Changes
- Changes to cache and forum channels ✨
- Forum channels and updates to @biscuitland/cache
### Patch Changes
- Updated dependencies
- Updated dependencies
- @biscuitland/api-types@2.1.0
## 2.0.6 ## 2.0.6
### Patch Changes ### Patch Changes

View File

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

View File

@ -1,5 +1,18 @@
# @biscuitland/ws # @biscuitland/ws
## 2.1.0
### Minor Changes
- Changes to cache and forum channels ✨
- Forum channels and updates to @biscuitland/cache
### Patch Changes
- Updated dependencies
- Updated dependencies
- @biscuitland/api-types@2.1.0
## 2.0.6 ## 2.0.6
### Patch Changes ### Patch Changes

View File

@ -1,6 +1,6 @@
{ {
"name": "@biscuitland/ws", "name": "@biscuitland/ws",
"version": "2.0.6", "version": "2.1.0",
"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.0.6", "@biscuitland/api-types": "^2.1.0",
"@sapphire/async-queue": "^1.5.0", "@sapphire/async-queue": "^1.5.0",
"ws": "^8.8.1" "ws": "^8.8.1"
}, },