|
@@ -3,7 +3,7 @@
|
|
|
"timeout": 3600000,
|
|
|
"pkgManagers": {
|
|
|
"rust": {
|
|
|
- "errorOnVersionRange": "1.0.0-beta.100 - 99.x || ^1.1.0-0 || ^2.0.0-0",
|
|
|
+ "errorOnVersionRange": "1.0.0-rc.100 - 99.x || ^1.1.0-0 || ^2.0.0-0",
|
|
|
"version": true,
|
|
|
"getPublishedVersion": "cargo search ${ pkgFile.pkg.package.name } --limit 1 | sed -nE \"s/^[^\\\"]*\\\"//; s/\\\".*//1p\"",
|
|
|
"prepublish": [
|
|
@@ -78,7 +78,7 @@
|
|
|
]
|
|
|
},
|
|
|
"javascript": {
|
|
|
- "errorOnVersionRange": "1.0.0-beta-rc.100 - 99.x || ^1.1.0-0 || ^2.0.0-0",
|
|
|
+ "errorOnVersionRange": "1.0.0-rc.100 - 99.x || ^1.1.0-0 || ^2.0.0-0",
|
|
|
"version": true,
|
|
|
"getPublishedVersion": "npm view ${ pkgFile.pkg.name } version",
|
|
|
"prepublish": [
|
|
@@ -235,7 +235,7 @@
|
|
|
"tauri-macros": {
|
|
|
"path": "./core/tauri-macros",
|
|
|
"manager": "rust",
|
|
|
- "dependencies": ["tauri-codegen"]
|
|
|
+ "dependencies": ["tauri-codegen", "tauri-utils"]
|
|
|
},
|
|
|
"tauri-build": {
|
|
|
"path": "./core/tauri-build",
|
|
@@ -266,7 +266,8 @@
|
|
|
"cli.rs": {
|
|
|
"path": "./tooling/cli.rs",
|
|
|
"manager": "rust",
|
|
|
- "dependencies": ["tauri-bundler", "tauri-utils"]
|
|
|
+ "dependencies": ["tauri-bundler", "tauri-utils"],
|
|
|
+ "postversion": "cargo check"
|
|
|
},
|
|
|
"create-tauri-app": {
|
|
|
"path": "./tooling/create-tauri-app",
|