You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
tauri-plugins-workspace/.changes/config.json

27 lines
664 B

{
"gitSiteUrl": "https://www.github.com/tauri-apps/tauri-plugin-websocket/",
"pkgManagers": {
"rust": {
"version": true,
"publish": true,
"getPublishedVersion": "cargo search ${ pkg.pkg } --limit 1 | sed -nE 's/^[^\"]*\"//; s/\".*//1p' -"
},
"javascript": {
"version": true,
"publish": true,
"getPublishedVersion": "npm view ${ pkgFile.pkg.name } version"
}
},
"packages": {
"tauri-plugin-websocket-api": {
"path": ".",
"manager": "javascript",
"dependencies": ["tauri-plugin-websocket"]
},
"tauri-plugin-websocket": {
"path": ".",
"manager": "rust"
}
}
}