@tauri-apps/plugin-os
Advanced tools
Comparing version 2.0.0-alpha.1 to 2.0.0-alpha.2
@@ -17,3 +17,3 @@ /** | ||
type Platform = "linux" | "macos" | "ios" | "freebsd" | "dragonfly" | "netbsd" | "openbsd" | "solaris" | "android" | "windows"; | ||
type OsType = "linux" | "windows" | "macss" | "ios" | "android"; | ||
type OsType = "linux" | "windows" | "macos" | "ios" | "android"; | ||
type Arch = "x86" | "x86_64" | "arm" | "aarch64" | "mips" | "mips64" | "powerpc" | "powerpc64" | "riscv64" | "s390x" | "sparc64"; | ||
@@ -20,0 +20,0 @@ /** |
{ | ||
"name": "@tauri-apps/plugin-os", | ||
"version": "2.0.0-alpha.1", | ||
"version": "2.0.0-alpha.2", | ||
"license": "MIT or APACHE-2.0", | ||
@@ -5,0 +5,0 @@ "authors": [ |