mirror of
https://github.com/tiramisulabs/seyfert.git
synced 2025-07-02 04:56:07 +00:00
version 3.0.3 apparently
This commit is contained in:
parent
35e85ba628
commit
a49f3e9e42
7
packages/common/CHANGELOG.md
Normal file
7
packages/common/CHANGELOG.md
Normal file
@ -0,0 +1,7 @@
|
||||
# @biscuitland/common
|
||||
|
||||
## 0.0.4
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- first 3.0.\* without bugs
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@biscuitland/common",
|
||||
"version": "0.0.3",
|
||||
"version": "0.0.4",
|
||||
"main": "./dist/index.js",
|
||||
"module": "./dist/index.mjs",
|
||||
"type": "module",
|
||||
|
@ -1,5 +1,15 @@
|
||||
# @biscuitland/core
|
||||
|
||||
## 3.0.4
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- first 3.0.\* without bugs
|
||||
- Updated dependencies
|
||||
- @biscuitland/common@0.0.4
|
||||
- @biscuitland/rest@3.0.4
|
||||
- @biscuitland/ws@3.0.4
|
||||
|
||||
## 2.3.0
|
||||
|
||||
### Minor Changes
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@biscuitland/core",
|
||||
"version": "3.0.3",
|
||||
"version": "3.0.4",
|
||||
"main": "./dist/index.js",
|
||||
"module": "./dist/index.mjs",
|
||||
"types": "./dist/index.d.ts",
|
||||
@ -23,9 +23,9 @@
|
||||
}
|
||||
},
|
||||
"dependencies": {
|
||||
"@biscuitland/common": "^0.0.3",
|
||||
"@biscuitland/rest": "^3.0.2",
|
||||
"@biscuitland/ws": "^3.0.2",
|
||||
"@biscuitland/common": "^0.0.4",
|
||||
"@biscuitland/rest": "^3.0.4",
|
||||
"@biscuitland/ws": "^3.0.4",
|
||||
"eventemitter2": "^6.4.9"
|
||||
},
|
||||
"devDependencies": {
|
||||
|
9
packages/helpers/CHANGELOG.md
Normal file
9
packages/helpers/CHANGELOG.md
Normal file
@ -0,0 +1,9 @@
|
||||
# @biscuitland/helpers
|
||||
|
||||
## 3.0.6
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- first 3.0.\* without bugs
|
||||
- Updated dependencies
|
||||
- @biscuitland/common@0.0.4
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@biscuitland/helpers",
|
||||
"version": "3.0.5",
|
||||
"version": "3.0.6",
|
||||
"main": "./dist/index.js",
|
||||
"module": "./dist/index.mjs",
|
||||
"types": "./dist/index.d.ts",
|
||||
@ -23,7 +23,7 @@
|
||||
}
|
||||
},
|
||||
"dependencies": {
|
||||
"@biscuitland/common": "^0.0.3"
|
||||
"@biscuitland/common": "^0.0.4"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@types/node": "^18.7.14",
|
||||
|
@ -1,5 +1,11 @@
|
||||
# @biscuitland/rest
|
||||
|
||||
## 3.0.4
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- first 3.0.\* without bugs
|
||||
|
||||
## 2.3.0
|
||||
|
||||
### Minor Changes
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@biscuitland/rest",
|
||||
"version": "3.0.3",
|
||||
"version": "3.0.4",
|
||||
"main": "./dist/index.js",
|
||||
"module": "./dist/index.mjs",
|
||||
"types": "./dist/index.d.ts",
|
||||
|
@ -1,5 +1,14 @@
|
||||
# @biscuitland/ws
|
||||
|
||||
## 3.0.4
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- first 3.0.\* without bugs
|
||||
- Updated dependencies
|
||||
- @biscuitland/common@0.0.4
|
||||
- @biscuitland/rest@3.0.4
|
||||
|
||||
## 2.3.0
|
||||
|
||||
### Minor Changes
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@biscuitland/ws",
|
||||
"version": "3.0.3",
|
||||
"version": "3.0.4",
|
||||
"main": "./dist/index.js",
|
||||
"module": "./dist/index.mjs",
|
||||
"types": "./dist/index.d.ts",
|
||||
@ -24,8 +24,8 @@
|
||||
}
|
||||
},
|
||||
"dependencies": {
|
||||
"@biscuitland/common": "^0.0.3",
|
||||
"@biscuitland/rest": "^3.0.2",
|
||||
"@biscuitland/common": "^0.0.4",
|
||||
"@biscuitland/rest": "^3.0.4",
|
||||
"ws": "^8.13.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
|
Loading…
x
Reference in New Issue
Block a user