forked from tauri-apps/tauri-plugin-process
-
-
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.
- Loading branch information
Showing
10 changed files
with
47 additions
and
39 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
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
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
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,5 +23,4 @@ We prefer to receive reports in English. | |
Please disclose a vulnerability or security relevant issue here: | ||
[https://github.com/tauri-apps/plugins-workspace/security/advisories/new](https://github.com/tauri-apps/plugins-workspace/security/advisories/new). | ||
|
||
Alternatively, you can also contact us by email via | ||
[[email protected]](mailto:[email protected]). | ||
Alternatively, you can also contact us by email via [[email protected]](mailto:[email protected]). |
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
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
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
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
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 |
---|---|---|
@@ -1,25 +1,29 @@ | ||
{ | ||
"authors": [ | ||
"Tauri Programme within The Commons Conservancy" | ||
], | ||
"dependencies": { | ||
"@tauri-apps/api": "2.0.0-rc.4" | ||
}, | ||
"exports": { | ||
"import": "./dist-js/index.js", | ||
"require": "./dist-js/index.cjs", | ||
"types": "./dist-js/index.d.ts" | ||
}, | ||
"files": [ | ||
"dist-js", | ||
"README.md", | ||
"LICENSE" | ||
], | ||
"main": "./dist-js/index.cjs", | ||
"module": "./dist-js/index.js", | ||
"name": "@tauri-apps/plugin-process", | ||
"scripts": { | ||
"build": "rollup -c" | ||
}, | ||
"types": "./dist-js/index.d.ts" | ||
"name": "@tauri-apps/plugin-process", | ||
"version": "2.0.0-rc.1", | ||
"license": "MIT or APACHE-2.0", | ||
"authors": [ | ||
"Tauri Programme within The Commons Conservancy" | ||
], | ||
"repository": "https://github.com/tauri-apps/plugins-workspace", | ||
"type": "module", | ||
"types": "./dist-js/index.d.ts", | ||
"main": "./dist-js/index.cjs", | ||
"module": "./dist-js/index.js", | ||
"exports": { | ||
"types": "./dist-js/index.d.ts", | ||
"import": "./dist-js/index.js", | ||
"require": "./dist-js/index.cjs" | ||
}, | ||
"scripts": { | ||
"build": "rollup -c" | ||
}, | ||
"files": [ | ||
"dist-js", | ||
"README.md", | ||
"LICENSE" | ||
], | ||
"dependencies": { | ||
"@tauri-apps/api": "^2.0.0-rc.4" | ||
} | ||
} |
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