This commit is contained in:
Dragurimu 2022-08-20 04:43:26 -05:00
parent c851047684
commit 9bff9a9883
12 changed files with 80 additions and 15 deletions

View File

@ -0,0 +1,7 @@
# @biscuitland/api-types
## 2.0.0
### Major Changes
- publish

View File

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

12
packages/cache/CHANGELOG.md vendored Normal file
View File

@ -0,0 +1,12 @@
# @biscuitland/cache
## 2.0.0
### Major Changes
- publish
### Patch Changes
- Updated dependencies
- @biscuitland/api-types@2.0.0

View File

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

View File

@ -0,0 +1,14 @@
# @biscuitland/core
## 2.0.0
### Major Changes
- publish
### Patch Changes
- Updated dependencies
- @biscuitland/api-types@2.0.0
- @biscuitland/rest@2.0.0
- @biscuitland/ws@2.0.0

View File

@ -1,6 +1,6 @@
{ {
"name": "@biscuitland/core", "name": "@biscuitland/core",
"version": "1.3.2", "version": "2.0.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": "^1.3.2", "@biscuitland/api-types": "^2.0.0",
"@biscuitland/rest": "^1.3.2", "@biscuitland/rest": "^2.0.0",
"@biscuitland/ws": "^1.3.2" "@biscuitland/ws": "^2.0.0"
}, },
"devDependencies": { "devDependencies": {
"tsup": "^6.1.3" "tsup": "^6.1.3"

View File

@ -0,0 +1,9 @@
# @biscuitland/helpers
## 1.3.3
### Patch Changes
- Updated dependencies
- @biscuitland/api-types@2.0.0
- @biscuitland/core@2.0.0

View File

@ -1,6 +1,6 @@
{ {
"name": "@biscuitland/helpers", "name": "@biscuitland/helpers",
"version": "1.3.2", "version": "1.3.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": "^1.3.2", "@biscuitland/api-types": "^2.0.0",
"@biscuitland/core": "^1.3.2" "@biscuitland/core": "^2.0.0"
}, },
"devDependencies": { "devDependencies": {
"tsup": "^6.1.3" "tsup": "^6.1.3"

View File

@ -0,0 +1,12 @@
# @biscuitland/rest
## 2.0.0
### Major Changes
- publish
### Patch Changes
- Updated dependencies
- @biscuitland/api-types@2.0.0

View File

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

12
packages/ws/CHANGELOG.md Normal file
View File

@ -0,0 +1,12 @@
# @biscuitland/ws
## 2.0.0
### Major Changes
- publish
### Patch Changes
- Updated dependencies
- @biscuitland/api-types@2.0.0

View File

@ -1,6 +1,6 @@
{ {
"name": "@biscuitland/ws", "name": "@biscuitland/ws",
"version": "1.3.2", "version": "2.0.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,14 +23,13 @@
} }
}, },
"dependencies": { "dependencies": {
"@biscuitland/api-types": "^1.3.2", "@biscuitland/api-types": "^2.0.0",
"ws": "^8.8.1" "ws": "^8.8.1"
}, },
"devDependencies": { "devDependencies": {
"@types/ws": "^8.5.3", "@types/ws": "^8.5.3",
"tsup": "^6.1.3" "tsup": "^6.1.3"
}, },
"license": "Apache-2.0", "license": "Apache-2.0",
"author": "Yuzuru <yuzuru@programmer.net>", "author": "Yuzuru <yuzuru@programmer.net>",
"contributors": [ "contributors": [