forked from tauri-apps/plugins-workspace
-
Notifications
You must be signed in to change notification settings - Fork 0
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 (tauri-apps#1606)
- Loading branch information
1 parent
a63e910
commit e8d64f9
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.