Skip to content

Commit

Permalink
chore: bump versions
Browse files Browse the repository at this point in the history
  • Loading branch information
shigma committed Apr 27, 2022
1 parent 328b471 commit f0f01ce
Show file tree
Hide file tree
Showing 9 changed files with 18 additions and 15 deletions.
2 changes: 1 addition & 1 deletion docs/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "docs",
"name": "@koishijs/docs",
"private": true,
"version": "1.0.0",
"main": "index.js",
Expand Down
17 changes: 10 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,8 @@
{
"name": "koishi-workspace",
"name": "@root/koishi",
"private": true,
"workspaces": [
"docs",
"addons",
"shiki",
"test",
"community/*",
".yalc/*",
Expand All @@ -22,10 +20,11 @@
"scripts": {
"build": "yarn compile && yarn dtsc && yarn fe",
"dtsc": "node -r ./build/register build/dtsc",
"bump": "yarn compile scripts && koishi-scripts bump",
"clean": "node -r ./build/register build/clean",
"compile": "node -r ./build/register build/compile",
"dep": "node -r ./build/register build/dep",
"bump": "yakumo version",
"dep": "yakumo upgrade",
"pub": "yakumo publish",
"docs": "yarn workspace docs",
"draft": "node -r ./build/register build/release",
"fe": "node -r ./build/register build/frontend",
Expand All @@ -34,7 +33,6 @@
"test:html": "rimraf coverage && c8 -r html yarn test",
"test:text": "c8 -r text yarn test",
"lint": "eslint packages plugins --ext=ts --cache",
"pub": "yarn compile scripts && koishi-scripts pub",
"scaffold": "yarn compile koishi && yarn create-koishi test",
"start": "yarn compile && cross-env TS_NODE_PROJECT=../tsconfig.test.json yarn workspace test koishi start --watch .. -r ../build/register --experimental-vm-modules",
"shiki": "yarn workspace bot-shiki"
Expand All @@ -49,7 +47,7 @@
"@types/cross-spawn": "^6.0.2",
"@types/fs-extra": "^9.0.13",
"@types/mocha": "^9.1.1",
"@types/node": "^17.0.27",
"@types/node": "^17.0.29",
"@types/rimraf": "^3.0.2",
"@types/semver": "^7.3.9",
"@types/sinonjs__fake-timers": "^6.0.4",
Expand Down Expand Up @@ -88,6 +86,11 @@
"source-map-support": "^0.5.21",
"tsconfig-paths": "^3.14.1",
"typescript": "^4.6.3",
"yakumo": "^0.2.1",
"yakumo-mocha": "^0.2.3",
"yakumo-publish": "^0.2.2",
"yakumo-upgrade": "^0.2.2",
"yakumo-version": "^0.2.2",
"yaml-register": "^0.1.0"
}
}
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
},
"dependencies": {
"@koishijs/utils": "^5.4.1",
"cosmotype": "^1.0.6",
"cosmotype": "^1.0.7",
"fastest-levenshtein": "^1.0.12",
"ns-require": "^1.1.2"
}
Expand Down
2 changes: 1 addition & 1 deletion plugins/assets/s3/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,6 @@
"koishi": "^4.6.1"
},
"dependencies": {
"@aws-sdk/client-s3": "^3.76.0"
"@aws-sdk/client-s3": "^3.78.0"
}
}
2 changes: 1 addition & 1 deletion plugins/database/level/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,6 @@
"koishi": "^4.6.1"
},
"dependencies": {
"@cosmotype/driver-level": "^1.0.0"
"@cosmotype/driver-level": "^1.0.1"
}
}
2 changes: 1 addition & 1 deletion plugins/database/memory/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,6 @@
"koishi": "^4.6.1"
},
"dependencies": {
"@cosmotype/driver-memory": "^1.0.2"
"@cosmotype/driver-memory": "^1.0.3"
}
}
2 changes: 1 addition & 1 deletion plugins/database/mongo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,6 @@
"koishi": "^4.6.1"
},
"dependencies": {
"@cosmotype/driver-mongo": "^1.0.2"
"@cosmotype/driver-mongo": "^1.1.2"
}
}
2 changes: 1 addition & 1 deletion plugins/database/mysql/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,6 @@
"koishi": "^4.6.1"
},
"dependencies": {
"@cosmotype/driver-mysql": "^1.0.3"
"@cosmotype/driver-mysql": "^1.0.5"
}
}
2 changes: 1 addition & 1 deletion plugins/database/sqlite/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,6 @@
"koishi": "^4.6.1"
},
"dependencies": {
"@cosmotype/driver-sqlite": "^1.0.5"
"@cosmotype/driver-sqlite": "^1.0.6"
}
}

0 comments on commit f0f01ce

Please sign in to comment.