Skip to content

Commit df3fc7c

Browse files
committed
Merge branch 'chore/tauri-beta-3' of github.com:tauri-apps/plugins-workspace into chore/tauri-beta-3
2 parents a31ef8e + af6ebc8 commit df3fc7c

1 file changed

Lines changed: 5 additions & 14 deletions

File tree

.changes/config.json

Lines changed: 5 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,7 @@
44
"javascript": {
55
"version": true,
66
"getPublishedVersion": "node ../../.scripts/covector/package-latest-version.cjs npm ${ pkgFile.pkg.name } ${ pkgFile.pkg.version }",
7-
"publish": [
8-
"pnpm build",
9-
"pnpm publish --access public --no-git-checks"
10-
]
7+
"publish": ["pnpm build", "pnpm publish --access public --no-git-checks"]
118
},
129
"rust": {
1310
"version": true,
@@ -85,9 +82,7 @@
8582
"path": "./plugins/deep-link/examples/app",
8683
"manager": "javascript",
8784
"publish": false,
88-
"dependencies": [
89-
"deep-link-js"
90-
],
85+
"dependencies": ["deep-link-js"],
9186
"postversion": "pnpm install --no-frozen-lockfile"
9287
},
9388
"authenticator": {
@@ -174,9 +169,7 @@
174169
"http": {
175170
"path": "./plugins/http",
176171
"manager": "rust",
177-
"dependencies": [
178-
"fs"
179-
]
172+
"dependencies": ["fs"]
180173
},
181174
"http-js": {
182175
"path": "./plugins/http",
@@ -221,9 +214,7 @@
221214
"persisted-scope": {
222215
"path": "./plugins/persisted-scope",
223216
"manager": "rust",
224-
"dependencies": [
225-
"fs"
226-
]
217+
"dependencies": ["fs"]
227218
},
228219
"positioner": {
229220
"path": "./plugins/positioner",
@@ -331,4 +322,4 @@
331322
"manager": "javascript"
332323
}
333324
}
334-
}
325+
}

0 commit comments

Comments
 (0)