-
Notifications
You must be signed in to change notification settings - Fork 286
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: Use range specifier for api.js version (#1606)
- Loading branch information
1 parent
95da90f
commit 99d6ac0
Showing
27 changed files
with
139 additions
and
111 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,29 @@ | ||
--- | ||
"authenticator-js": patch | ||
"autostart-js": patch | ||
"barcode-scanner-js": patch | ||
"biometric-js": patch | ||
"cli-js": patch | ||
"clipboard-manager-js": patch | ||
"deep-link-js": patch | ||
"dialog-js": patch | ||
"fs-js": patch | ||
"global-shortcut-js": patch | ||
"http-js": patch | ||
"log-js": patch | ||
"nfc-js": patch | ||
"notification-js": patch | ||
"os-js": patch | ||
"positioner-js": patch | ||
"process-js": patch | ||
"shell-js": patch | ||
"sql-js": patch | ||
"store-js": patch | ||
"stronghold-js": patch | ||
"updater-js": patch | ||
"upload-js": patch | ||
"websocket-js": patch | ||
"window-state-js": patch | ||
--- | ||
|
||
The JS packages now specify the _minimum_ `@tauri-apps/api` version instead of a single exact version. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -24,6 +24,6 @@ | |
"LICENSE" | ||
], | ||
"dependencies": { | ||
"@tauri-apps/api": "2.0.0-beta.16" | ||
"@tauri-apps/api": "^2.0.0-beta.16" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -23,6 +23,6 @@ | |
"LICENSE" | ||
], | ||
"dependencies": { | ||
"@tauri-apps/api": "2.0.0-beta.16" | ||
"@tauri-apps/api": "^2.0.0-beta.16" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -24,6 +24,6 @@ | |
"LICENSE" | ||
], | ||
"dependencies": { | ||
"@tauri-apps/api": "2.0.0-beta.16" | ||
"@tauri-apps/api": "^2.0.0-beta.16" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -24,6 +24,6 @@ | |
"LICENSE" | ||
], | ||
"dependencies": { | ||
"@tauri-apps/api": "2.0.0-beta.16" | ||
"@tauri-apps/api": "^2.0.0-beta.16" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -23,6 +23,6 @@ | |
"LICENSE" | ||
], | ||
"dependencies": { | ||
"@tauri-apps/api": "2.0.0-beta.16" | ||
"@tauri-apps/api": "^2.0.0-beta.16" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -23,6 +23,6 @@ | |
"LICENSE" | ||
], | ||
"dependencies": { | ||
"@tauri-apps/api": "2.0.0-beta.16" | ||
"@tauri-apps/api": "^2.0.0-beta.16" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -24,6 +24,6 @@ | |
"LICENSE" | ||
], | ||
"dependencies": { | ||
"@tauri-apps/api": "2.0.0-beta.16" | ||
"@tauri-apps/api": "^2.0.0-beta.16" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -23,6 +23,6 @@ | |
"LICENSE" | ||
], | ||
"dependencies": { | ||
"@tauri-apps/api": "2.0.0-beta.16" | ||
"@tauri-apps/api": "^2.0.0-beta.16" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -24,6 +24,6 @@ | |
"LICENSE" | ||
], | ||
"dependencies": { | ||
"@tauri-apps/api": "2.0.0-beta.16" | ||
"@tauri-apps/api": "^2.0.0-beta.16" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -23,6 +23,6 @@ | |
"LICENSE" | ||
], | ||
"dependencies": { | ||
"@tauri-apps/api": "2.0.0-beta.16" | ||
"@tauri-apps/api": "^2.0.0-beta.16" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -23,6 +23,6 @@ | |
"LICENSE" | ||
], | ||
"dependencies": { | ||
"@tauri-apps/api": "2.0.0-beta.16" | ||
"@tauri-apps/api": "^2.0.0-beta.16" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -24,6 +24,6 @@ | |
"LICENSE" | ||
], | ||
"dependencies": { | ||
"@tauri-apps/api": "2.0.0-beta.16" | ||
"@tauri-apps/api": "^2.0.0-beta.16" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -24,6 +24,6 @@ | |
"LICENSE" | ||
], | ||
"dependencies": { | ||
"@tauri-apps/api": "2.0.0-beta.16" | ||
"@tauri-apps/api": "^2.0.0-beta.16" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -23,6 +23,6 @@ | |
"LICENSE" | ||
], | ||
"dependencies": { | ||
"@tauri-apps/api": "2.0.0-beta.16" | ||
"@tauri-apps/api": "^2.0.0-beta.16" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -23,6 +23,6 @@ | |
"LICENSE" | ||
], | ||
"dependencies": { | ||
"@tauri-apps/api": "2.0.0-beta.16" | ||
"@tauri-apps/api": "^2.0.0-beta.16" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -24,6 +24,6 @@ | |
"LICENSE" | ||
], | ||
"dependencies": { | ||
"@tauri-apps/api": "2.0.0-beta.16" | ||
"@tauri-apps/api": "^2.0.0-beta.16" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -23,6 +23,6 @@ | |
"LICENSE" | ||
], | ||
"dependencies": { | ||
"@tauri-apps/api": "2.0.0-beta.16" | ||
"@tauri-apps/api": "^2.0.0-beta.16" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -23,6 +23,6 @@ | |
"LICENSE" | ||
], | ||
"dependencies": { | ||
"@tauri-apps/api": "2.0.0-beta.16" | ||
"@tauri-apps/api": "^2.0.0-beta.16" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -24,6 +24,6 @@ | |
"LICENSE" | ||
], | ||
"dependencies": { | ||
"@tauri-apps/api": "2.0.0-beta.16" | ||
"@tauri-apps/api": "^2.0.0-beta.16" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -24,6 +24,6 @@ | |
"LICENSE" | ||
], | ||
"dependencies": { | ||
"@tauri-apps/api": "2.0.0-beta.16" | ||
"@tauri-apps/api": "^2.0.0-beta.16" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -24,6 +24,6 @@ | |
"LICENSE" | ||
], | ||
"dependencies": { | ||
"@tauri-apps/api": "2.0.0-beta.16" | ||
"@tauri-apps/api": "^2.0.0-beta.16" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -23,6 +23,6 @@ | |
"LICENSE" | ||
], | ||
"dependencies": { | ||
"@tauri-apps/api": "2.0.0-beta.16" | ||
"@tauri-apps/api": "^2.0.0-beta.16" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -24,6 +24,6 @@ | |
"LICENSE" | ||
], | ||
"dependencies": { | ||
"@tauri-apps/api": "2.0.0-beta.16" | ||
"@tauri-apps/api": "^2.0.0-beta.16" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -23,6 +23,6 @@ | |
"LICENSE" | ||
], | ||
"dependencies": { | ||
"@tauri-apps/api": "2.0.0-beta.16" | ||
"@tauri-apps/api": "^2.0.0-beta.16" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -24,6 +24,6 @@ | |
"LICENSE" | ||
], | ||
"dependencies": { | ||
"@tauri-apps/api": "2.0.0-beta.16" | ||
"@tauri-apps/api": "^2.0.0-beta.16" | ||
} | ||
} |
Oops, something went wrong.