@agoric/bundle-source
Advanced tools
Comparing version 1.1.7 to 1.1.8
@@ -6,2 +6,10 @@ # Change Log | ||
## [1.1.8](https://github.com/Agoric/agoric-sdk/compare/@agoric/bundle-source@1.1.7...@agoric/bundle-source@1.1.8) (2020-09-16) | ||
**Note:** Version bump only for package @agoric/bundle-source | ||
## [1.1.7](https://github.com/Agoric/agoric-sdk/compare/@agoric/bundle-source@1.1.6...@agoric/bundle-source@1.1.7) (2020-08-31) | ||
@@ -8,0 +16,0 @@ |
{ | ||
"name": "@agoric/bundle-source", | ||
"version": "1.1.7", | ||
"version": "1.1.8", | ||
"description": "Create source bundles from ES Modules", | ||
@@ -9,2 +9,3 @@ "main": "src/index.js", | ||
"test": "ava", | ||
"test:nyc": "nyc ava", | ||
"lint-fix": "eslint --fix '**/*.js'", | ||
@@ -16,9 +17,10 @@ "lint-check": "eslint '**/*.js'", | ||
"devDependencies": { | ||
"@agoric/install-ses": "^0.3.0", | ||
"ava": "^3.11.1" | ||
"@agoric/install-ses": "^0.3.1", | ||
"ava": "^3.12.1", | ||
"nyc": "^15.1.0" | ||
}, | ||
"dependencies": { | ||
"@agoric/acorn-eventual-send": "^2.0.7", | ||
"@agoric/acorn-eventual-send": "^2.0.8", | ||
"@agoric/babel-parser": "^7.6.4", | ||
"@agoric/transform-eventual-send": "^1.3.2", | ||
"@agoric/transform-eventual-send": "^1.3.3", | ||
"@babel/generator": "^7.6.4", | ||
@@ -58,3 +60,3 @@ "@babel/traverse": "^7.8.3", | ||
}, | ||
"gitHead": "709048cc133b0b2b26a9774315c18c5e828ea6ab" | ||
"gitHead": "f5ee0a03901539beb8e8f4aca7b20e01bfbf6ab3" | ||
} |
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
29646
3