Comparing version 0.0.23 to 0.0.25
@@ -26,3 +26,3 @@ import { PermissionLevel, Action } from "./action" | ||
static new<T, U extends Packer>(value: T): U { | ||
static new<T, U>(value: T): U { | ||
check(false, "not implemented"); | ||
@@ -29,0 +29,0 @@ return instantiate<U>() |
{ | ||
"name": "as-chain", | ||
"version": "0.0.23", | ||
"version": "0.0.25", | ||
"description": "chain module for assemblyscript", | ||
@@ -5,0 +5,0 @@ "main": "js/index.js", |
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
1323838