@tauri-apps/plugin-fs
Advanced tools
Comparing version 2.0.0-alpha.3 to 2.0.0-alpha.4
@@ -363,3 +363,3 @@ /** | ||
*/ | ||
declare function exists(path: string): Promise<boolean>; | ||
declare function exists(path: string, options?: FsOptions): Promise<boolean>; | ||
/** | ||
@@ -366,0 +366,0 @@ * Returns the metadata for the given path. |
{ | ||
"name": "@tauri-apps/plugin-fs", | ||
"version": "2.0.0-alpha.3", | ||
"version": "2.0.0-alpha.4", | ||
"description": "Access the file system.", | ||
@@ -10,21 +10,17 @@ "license": "MIT or APACHE-2.0", | ||
"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" | ||
}, | ||
@@ -31,0 +27,0 @@ "scripts": { |
@@ -72,2 +72,18 @@ ![plugin-fs](https://github.com/tauri-apps/plugins-workspace/raw/v2/plugins/fs/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 | ||
@@ -74,0 +90,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
Mixed license
License(Experimental) Package contains multiple licenses.
Found 1 instance in 1 package
47656
0
7
0
1355
93
1
+ Added@tauri-apps/api@2.0.0-alpha.12(transitive)
- Removed@tauri-apps/api@2.0.0-alpha.11(transitive)