Comparing version 1.0.9 to 1.0.10
@@ -13,3 +13,3 @@ import LuaWasm from './luawasm'; | ||
private getTableValue; | ||
private dumpStack; | ||
dumpStack(...logs: any[]): void; | ||
} |
{ | ||
"name": "wasmoon", | ||
"version": "1.0.9", | ||
"version": "1.0.10", | ||
"description": "There is nothing to see here", | ||
@@ -9,3 +9,4 @@ "main": "dist/index.js", | ||
"build:wasm": "./build.sh 3", | ||
"test": "rollup -c && node test", | ||
"start": "rollup -c -w", | ||
"test": "jest ./test", | ||
"build": "rollup -c & tsc -d --emitDeclarationOnly --declarationDir dist" | ||
@@ -36,2 +37,3 @@ }, | ||
"@types/node": "14.14.6", | ||
"jest": "^26.6.3", | ||
"rollup": "2.33.1", | ||
@@ -38,0 +40,0 @@ "tslib": "2.0.3", |
Sorry, the diff of this file is too big to display
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
625300
7