@hypermode/modus-sdk-as
Advanced tools
Comparing version 0.13.0-test.4 to 0.13.0-test.5
{ | ||
"name": "@hypermode/modus-sdk-as", | ||
"version": "0.13.0-test.4", | ||
"version": "0.13.0-test.5", | ||
"repository": "github:hypermodeinc/modus", | ||
@@ -5,0 +5,0 @@ "description": "Modus SDK for AssemblyScript", |
@@ -54,4 +54,4 @@ import { readFileSync } from "fs"; | ||
this.fnImports = fnImports; | ||
module.addCustomSection("hypermode_version", Uint8Array.from([METADATA_VERSION])); | ||
module.addCustomSection("hypermode_meta", encoder.encode(json)); | ||
module.addCustomSection("modus_metadata_version", Uint8Array.from([METADATA_VERSION])); | ||
module.addCustomSection("modus_metadata", encoder.encode(json)); | ||
} | ||
@@ -58,0 +58,0 @@ logResults() { |
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
153232