@tauri-apps/plugin-fs
Advanced tools
Comparing version 2.0.0-alpha.5 to 2.0.0-alpha.6
@@ -669,2 +669,4 @@ /** | ||
create?: boolean; | ||
/** Sets the option to create a new file, failing if it already exists. */ | ||
createNew?: boolean; | ||
/** File permissions. Ignored on Windows. */ | ||
@@ -760,8 +762,8 @@ mode?: number; | ||
type DebouncedEvent = { | ||
kind: "any"; | ||
kind: "Any"; | ||
path: string; | ||
} | { | ||
kind: "AnyContinous"; | ||
}[] | { | ||
kind: "AnyContinuous"; | ||
path: string; | ||
}; | ||
}[]; | ||
/** | ||
@@ -768,0 +770,0 @@ * @since 2.0.0 |
@@ -640,4 +640,4 @@ export { BaseDirectory } from '@tauri-apps/api/path'; | ||
} | ||
async function unwatch(id) { | ||
await invoke("plugin:fs|unwatch", { id }); | ||
async function unwatch(rid) { | ||
await invoke("plugin:fs|unwatch", { rid }); | ||
} | ||
@@ -644,0 +644,0 @@ /** |
{ | ||
"name": "@tauri-apps/plugin-fs", | ||
"version": "2.0.0-alpha.5", | ||
"version": "2.0.0-alpha.6", | ||
"description": "Access the file system.", | ||
@@ -5,0 +5,0 @@ "license": "MIT or APACHE-2.0", |
Sorry, the diff of this file is not supported yet
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
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
108037
2925
0