Comparing version 0.4.11 to 0.5.0
{ | ||
"name": "walt-link", | ||
"version": "0.4.11", | ||
"version": "0.5.0", | ||
"description": "Links .walt WebAssembly programs", | ||
@@ -21,4 +21,4 @@ "main": "src/index.js", | ||
"invariant": "^2.2.4", | ||
"walt-buildtools": "^0.1.0", | ||
"walt-compiler": "^0.20.0" | ||
"walt-buildtools": "^0.1.1", | ||
"walt-compiler": "^0.21.0" | ||
}, | ||
@@ -31,3 +31,3 @@ "devDependencies": { | ||
"prettier": "^1.12.0", | ||
"walt-compiler": "^0.20.0" | ||
"walt-compiler": "^0.21.0" | ||
}, | ||
@@ -34,0 +34,0 @@ "prettier": { |
@@ -40,3 +40,3 @@ const test = require("ava"); | ||
const memory = new WebAssembly.Memory({ initial: 1 }); | ||
const factory = link("./index.walt", null, { | ||
const factory = link("../index.walt", null, { | ||
...compiler, | ||
@@ -43,0 +43,0 @@ parser: compiler.makeParser([]), |
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
698840
+ Addedwalt-compiler@0.21.0(transitive)
+ Addedwalt-syntax@0.7.0(transitive)
- Removedwalt-compiler@0.20.0(transitive)
- Removedwalt-syntax@0.6.0(transitive)
Updatedwalt-buildtools@^0.1.1
Updatedwalt-compiler@^0.21.0