Comparing version 0.4.1 to 0.4.2
{ | ||
"name": "walt-link", | ||
"version": "0.4.1", | ||
"version": "0.4.2", | ||
"description": "Links .walt WebAssembly programs", | ||
@@ -22,3 +22,3 @@ "main": "src/index.js", | ||
"walt-buildtools": "^0.1.0", | ||
"walt-compiler": "^0.13.0" | ||
"walt-compiler": "^0.15.0" | ||
}, | ||
@@ -25,0 +25,0 @@ "devDependencies": { |
@@ -45,4 +45,4 @@ /** | ||
const parser = compiler.makeParser([]); | ||
const fragment = compiler.makeFragment(parser); | ||
const parser = api.makeParser([]); | ||
const fragment = api.makeFragment(parser); | ||
const { semantics } = api; | ||
@@ -49,0 +49,0 @@ |
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
698748
+ Addedwalt-compiler@0.15.1(transitive)
- Removedwalt-compiler@0.13.0(transitive)
Updatedwalt-compiler@^0.15.0