Skip to content

Commit 99d6ac0

Browse files
authored
chore: Use range specifier for api.js version (#1606)
1 parent 95da90f commit 99d6ac0

File tree

27 files changed

+139
-111
lines changed

27 files changed

+139
-111
lines changed
Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
---
2+
"authenticator-js": patch
3+
"autostart-js": patch
4+
"barcode-scanner-js": patch
5+
"biometric-js": patch
6+
"cli-js": patch
7+
"clipboard-manager-js": patch
8+
"deep-link-js": patch
9+
"dialog-js": patch
10+
"fs-js": patch
11+
"global-shortcut-js": patch
12+
"http-js": patch
13+
"log-js": patch
14+
"nfc-js": patch
15+
"notification-js": patch
16+
"os-js": patch
17+
"positioner-js": patch
18+
"process-js": patch
19+
"shell-js": patch
20+
"sql-js": patch
21+
"store-js": patch
22+
"stronghold-js": patch
23+
"updater-js": patch
24+
"upload-js": patch
25+
"websocket-js": patch
26+
"window-state-js": patch
27+
---
28+
29+
The JS packages now specify the _minimum_ `@tauri-apps/api` version instead of a single exact version.

plugins/authenticator/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,6 @@
2424
"LICENSE"
2525
],
2626
"dependencies": {
27-
"@tauri-apps/api": "2.0.0-beta.16"
27+
"@tauri-apps/api": "^2.0.0-beta.16"
2828
}
2929
}

plugins/autostart/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,6 @@
2323
"LICENSE"
2424
],
2525
"dependencies": {
26-
"@tauri-apps/api": "2.0.0-beta.16"
26+
"@tauri-apps/api": "^2.0.0-beta.16"
2727
}
2828
}

plugins/barcode-scanner/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,6 @@
2424
"LICENSE"
2525
],
2626
"dependencies": {
27-
"@tauri-apps/api": "2.0.0-beta.16"
27+
"@tauri-apps/api": "^2.0.0-beta.16"
2828
}
2929
}

plugins/biometric/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,6 @@
2424
"LICENSE"
2525
],
2626
"dependencies": {
27-
"@tauri-apps/api": "2.0.0-beta.16"
27+
"@tauri-apps/api": "^2.0.0-beta.16"
2828
}
2929
}

plugins/cli/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,6 @@
2323
"LICENSE"
2424
],
2525
"dependencies": {
26-
"@tauri-apps/api": "2.0.0-beta.16"
26+
"@tauri-apps/api": "^2.0.0-beta.16"
2727
}
2828
}

plugins/clipboard-manager/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,6 @@
2323
"LICENSE"
2424
],
2525
"dependencies": {
26-
"@tauri-apps/api": "2.0.0-beta.16"
26+
"@tauri-apps/api": "^2.0.0-beta.16"
2727
}
2828
}

plugins/deep-link/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,6 @@
2424
"LICENSE"
2525
],
2626
"dependencies": {
27-
"@tauri-apps/api": "2.0.0-beta.16"
27+
"@tauri-apps/api": "^2.0.0-beta.16"
2828
}
2929
}

plugins/dialog/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,6 @@
2323
"LICENSE"
2424
],
2525
"dependencies": {
26-
"@tauri-apps/api": "2.0.0-beta.16"
26+
"@tauri-apps/api": "^2.0.0-beta.16"
2727
}
2828
}

plugins/fs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,6 @@
2424
"LICENSE"
2525
],
2626
"dependencies": {
27-
"@tauri-apps/api": "2.0.0-beta.16"
27+
"@tauri-apps/api": "^2.0.0-beta.16"
2828
}
2929
}

0 commit comments

Comments
 (0)