@tauri-apps/plugin-fs
Advanced tools
Comparing version 2.0.0-rc.1 to 2.0.0-rc.2
@@ -253,3 +253,3 @@ export { BaseDirectory } from '@tauri-apps/api/path'; | ||
rid: this.rid, | ||
data: Array.from(data), | ||
data, | ||
}); | ||
@@ -256,0 +256,0 @@ } |
{ | ||
"name": "@tauri-apps/plugin-fs", | ||
"version": "2.0.0-rc.1", | ||
"version": "2.0.0-rc.2", | ||
"description": "Access the file system.", | ||
@@ -28,4 +28,4 @@ "license": "MIT or APACHE-2.0", | ||
"dependencies": { | ||
"@tauri-apps/api": "^2.0.0-rc.1" | ||
"@tauri-apps/api": "^2.0.0-rc.4" | ||
} | ||
} |
Sorry, the diff of this file is not supported yet
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
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
85335
Updated@tauri-apps/api@^2.0.0-rc.4