chore(versions): bump api to v0.1.16; bump web to v0.1.16; bump cli to v0.1.16 [skip ci]

This commit is contained in:
github-actions[bot] 2025-05-29 20:37:46 +00:00
parent 546fadf289
commit 20caeacf52
4 changed files with 8 additions and 6 deletions

View File

@ -1,6 +1,6 @@
[package]
name = "buster_server"
version = "0.1.15"
version = "0.1.16"
edition = "2021"
default-run = "buster_server"

View File

@ -1,6 +1,6 @@
[package]
name = "buster-cli"
version = "0.1.15"
version = "0.1.16"
edition = "2021"
build = "build.rs"

4
web/package-lock.json generated
View File

@ -1,12 +1,12 @@
{
"name": "web",
"version": "0.1.15",
"version": "0.1.16",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "web",
"version": "0.1.15",
"version": "0.1.16",
"dependencies": {
"@dnd-kit/core": "^6.3.1",
"@dnd-kit/modifiers": "^9.0.0",

View File

@ -1,6 +1,6 @@
{
"name": "web",
"version": "0.1.15",
"version": "0.1.16",
"private": true,
"scripts": {
"dev": "next dev --turbo",
@ -150,6 +150,8 @@
"vitest": "^3.1.4"
},
"msw": {
"workerDirectory": ["public"]
"workerDirectory": [
"public"
]
}
}