chore: update version of common package
This commit is contained in:
6
bun.lock
6
bun.lock
@@ -5,7 +5,7 @@
|
||||
"": {
|
||||
"name": "core",
|
||||
"dependencies": {
|
||||
"@alveojs/common": "../Common",
|
||||
"@alveojs/common": "^1.0.0",
|
||||
"reflect-metadata": "^0.2.2",
|
||||
},
|
||||
"devDependencies": {
|
||||
@@ -13,12 +13,12 @@
|
||||
"@types/bun": "latest",
|
||||
},
|
||||
"peerDependencies": {
|
||||
"typescript": "^5",
|
||||
"typescript": "^5.9.3",
|
||||
},
|
||||
},
|
||||
},
|
||||
"packages": {
|
||||
"@alveojs/common": ["@alveojs/common@file:../Common", { "dependencies": { "reflect-metadata": "^0.2.2" }, "devDependencies": { "@biomejs/biome": "^2.3.11", "@types/bun": "latest" }, "peerDependencies": { "reflect-metadata": "^0.2.2", "typescript": "^5" } }],
|
||||
"@alveojs/common": ["@alveojs/common@1.0.0", "", { "dependencies": { "reflect-metadata": "^0.2.2" }, "peerDependencies": { "typescript": "^5" } }, "sha512-yXGGQQWhdJ70ZYnNCP3PL403xzxDKV+sQJ+FzKvW04hk5sM2aj27uWLTdlpDSqcszm/8+3apOWlL8FZXXZUbxg=="],
|
||||
|
||||
"@biomejs/biome": ["@biomejs/biome@2.3.11", "", { "optionalDependencies": { "@biomejs/cli-darwin-arm64": "2.3.11", "@biomejs/cli-darwin-x64": "2.3.11", "@biomejs/cli-linux-arm64": "2.3.11", "@biomejs/cli-linux-arm64-musl": "2.3.11", "@biomejs/cli-linux-x64": "2.3.11", "@biomejs/cli-linux-x64-musl": "2.3.11", "@biomejs/cli-win32-arm64": "2.3.11", "@biomejs/cli-win32-x64": "2.3.11" }, "bin": { "biome": "bin/biome" } }, "sha512-/zt+6qazBWguPG6+eWmiELqO+9jRsMZ/DBU3lfuU2ngtIQYzymocHhKiZRyrbra4aCOoyTg/BmY+6WH5mv9xmQ=="],
|
||||
|
||||
|
||||
@@ -11,10 +11,10 @@
|
||||
"@types/bun": "latest"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"typescript": "^5"
|
||||
"typescript": "^5.9.3"
|
||||
},
|
||||
"dependencies": {
|
||||
"@alveojs/common": "^0.0.1",
|
||||
"@alveojs/common": "^1.0.0",
|
||||
"reflect-metadata": "^0.2.2"
|
||||
},
|
||||
"scripts": {
|
||||
|
||||
Reference in New Issue
Block a user