@tauri-apps/plugin-shell
Advanced tools
Comparing version 2.0.0-alpha.3 to 2.0.0-alpha.4
{ | ||
"name": "@tauri-apps/plugin-shell", | ||
"version": "2.0.0-alpha.3", | ||
"version": "2.0.0-alpha.4", | ||
"license": "MIT or APACHE-2.0", | ||
@@ -9,21 +9,17 @@ "authors": [ | ||
"type": "module", | ||
"browser": "dist-js/index.min.js", | ||
"module": "dist-js/index.mjs", | ||
"types": "dist-js/index.d.ts", | ||
"types": "./dist-js/index.d.ts", | ||
"main": "./dist-js/index.cjs", | ||
"module": "./dist-js/index.js", | ||
"exports": { | ||
"import": "./dist-js/index.mjs", | ||
"types": "./dist-js/index.d.ts", | ||
"browser": "./dist-js/index.min.js" | ||
"import": "./dist-js/index.js", | ||
"require": "./dist-js/index.cjs" | ||
}, | ||
"files": [ | ||
"dist-js", | ||
"!dist-js/**/*.map", | ||
"README.md", | ||
"LICENSE" | ||
], | ||
"devDependencies": { | ||
"tslib": "^2.4.1" | ||
}, | ||
"dependencies": { | ||
"@tauri-apps/api": "2.0.0-alpha.11" | ||
"@tauri-apps/api": "2.0.0-alpha.12" | ||
}, | ||
@@ -30,0 +26,0 @@ "scripts": { |
@@ -71,2 +71,18 @@ ![plugin-shell](https://github.com/tauri-apps/plugins-workspace/raw/v2/plugins/shell/banner.png) | ||
## Partners | ||
<table> | ||
<tbody> | ||
<tr> | ||
<td align="center" valign="middle"> | ||
<a href="https://crabnebula.dev" target="_blank"> | ||
<img src="https://github.com/tauri-apps/plugins-workspace/raw/v2/.github/sponsors/crabnebula.svg" alt="CrabNebula" width="283"> | ||
</a> | ||
</td> | ||
</tr> | ||
</tbody> | ||
</table> | ||
For the complete list of sponsors please visit our [website](https://tauri.app#sponsors) and [Open Collective](https://opencollective.com/tauri). | ||
## License | ||
@@ -73,0 +89,0 @@ |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
64609
0
8
1722
92
1
+ Added@tauri-apps/api@2.0.0-alpha.12(transitive)
- Removed@tauri-apps/api@2.0.0-alpha.11(transitive)