@01/as-virtual-code
Advanced tools
Comparing version 0.0.1-alpha4 to 0.0.1-alpha5
import { JSON } from "assemblyscript-json"; | ||
import { Value } from "../types"; | ||
import { evaluateCode, EvaluationContext, EvaluationStore, log } from ".."; | ||
import { evaluateCode, EvaluationContext, EvaluationStore } from ".."; | ||
@@ -5,0 +5,0 @@ export const $select = ( |
import { Date as WASI_Date } from "as-wasi"; | ||
import { JSON } from "assemblyscript-json"; | ||
import { Value } from "../types"; | ||
import { EvaluationContext, EvaluationStore, log } from ".."; | ||
import { EvaluationContext, EvaluationStore } from ".."; | ||
import { | ||
@@ -6,0 +6,0 @@ jsonToBigInt, |
import { JSON } from "assemblyscript-json"; | ||
import { Value } from "../types"; | ||
import { EvaluationContext, EvaluationStore, log } from ".."; | ||
import { EvaluationContext, EvaluationStore } from ".."; | ||
import { map_str } from "./utils"; | ||
@@ -5,0 +5,0 @@ |
{ | ||
"name": "@01/as-virtual-code", | ||
"description": "JSON Based Virtual Code Evaluator written in AssemblyScript", | ||
"version": "0.0.1-alpha4", | ||
"version": "0.0.1-alpha5", | ||
"types": "assembly/index.ts", | ||
@@ -6,0 +6,0 @@ "private": false, |
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
150588