@solana/spl-governance
Advanced tools
Comparing version 0.3.2 to 0.3.3
@@ -85,4 +85,4 @@ "use strict"; | ||
} | ||
// Default to V2 which is the most common version being used | ||
return constants_1.PROGRAM_VERSION_V2; | ||
// Default to V1 which doesn't support ProgramMetadata | ||
return constants_1.PROGRAM_VERSION_V1; | ||
}); | ||
@@ -89,0 +89,0 @@ } |
{ | ||
"name": "@solana/spl-governance", | ||
"version": "0.3.2", | ||
"version": "0.3.3", | ||
"description": "SPL Governance Client API", | ||
@@ -5,0 +5,0 @@ "author": "Solana Maintainers <maintainers@solana.foundation>", |
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
485900