mirror of
https://github.com/tauri-apps/plugins-workspace.git
synced 2026-08-17 19:07:12 +02:00
Merge branch 'chore/tauri-beta-3' of github.com:tauri-apps/plugins-workspace into chore/tauri-beta-3
This commit is contained in:
+5
-14
@@ -4,10 +4,7 @@
|
|||||||
"javascript": {
|
"javascript": {
|
||||||
"version": true,
|
"version": true,
|
||||||
"getPublishedVersion": "node ../../.scripts/covector/package-latest-version.cjs npm ${ pkgFile.pkg.name } ${ pkgFile.pkg.version }",
|
"getPublishedVersion": "node ../../.scripts/covector/package-latest-version.cjs npm ${ pkgFile.pkg.name } ${ pkgFile.pkg.version }",
|
||||||
"publish": [
|
"publish": ["pnpm build", "pnpm publish --access public --no-git-checks"]
|
||||||
"pnpm build",
|
|
||||||
"pnpm publish --access public --no-git-checks"
|
|
||||||
]
|
|
||||||
},
|
},
|
||||||
"rust": {
|
"rust": {
|
||||||
"version": true,
|
"version": true,
|
||||||
@@ -85,9 +82,7 @@
|
|||||||
"path": "./plugins/deep-link/examples/app",
|
"path": "./plugins/deep-link/examples/app",
|
||||||
"manager": "javascript",
|
"manager": "javascript",
|
||||||
"publish": false,
|
"publish": false,
|
||||||
"dependencies": [
|
"dependencies": ["deep-link-js"],
|
||||||
"deep-link-js"
|
|
||||||
],
|
|
||||||
"postversion": "pnpm install --no-frozen-lockfile"
|
"postversion": "pnpm install --no-frozen-lockfile"
|
||||||
},
|
},
|
||||||
"authenticator": {
|
"authenticator": {
|
||||||
@@ -174,9 +169,7 @@
|
|||||||
"http": {
|
"http": {
|
||||||
"path": "./plugins/http",
|
"path": "./plugins/http",
|
||||||
"manager": "rust",
|
"manager": "rust",
|
||||||
"dependencies": [
|
"dependencies": ["fs"]
|
||||||
"fs"
|
|
||||||
]
|
|
||||||
},
|
},
|
||||||
"http-js": {
|
"http-js": {
|
||||||
"path": "./plugins/http",
|
"path": "./plugins/http",
|
||||||
@@ -221,9 +214,7 @@
|
|||||||
"persisted-scope": {
|
"persisted-scope": {
|
||||||
"path": "./plugins/persisted-scope",
|
"path": "./plugins/persisted-scope",
|
||||||
"manager": "rust",
|
"manager": "rust",
|
||||||
"dependencies": [
|
"dependencies": ["fs"]
|
||||||
"fs"
|
|
||||||
]
|
|
||||||
},
|
},
|
||||||
"positioner": {
|
"positioner": {
|
||||||
"path": "./plugins/positioner",
|
"path": "./plugins/positioner",
|
||||||
@@ -331,4 +322,4 @@
|
|||||||
"manager": "javascript"
|
"manager": "javascript"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user