@napi-rs/triples
Advanced tools
Comparing version 1.0.0 to 1.0.1
@@ -1,2 +0,2 @@ | ||
export interface Triple { | ||
interface Triple { | ||
platform: string | ||
@@ -12,3 +12,3 @@ arch: string | ||
[index: string]: { | ||
[index: string]: Triple | ||
[index: string]: Triple[] | ||
} | ||
@@ -15,0 +15,0 @@ } |
{ | ||
"name": "@napi-rs/triples", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"description": "Rust target triples objects", | ||
@@ -5,0 +5,0 @@ "keywords": ["Rust", "cross-compile", "napi", "n-api", "node-rs", "napi-rs"], |
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
35322