@agoric/default-evaluate-options
Advanced tools
Comparing version 0.3.5 to 0.3.6
@@ -6,2 +6,14 @@ # Change Log | ||
## [0.3.6](https://github.com/Agoric/agoric-sdk/compare/@agoric/default-evaluate-options@0.3.5...@agoric/default-evaluate-options@0.3.6) (2020-05-17) | ||
### Bug Fixes | ||
* **transform-eventual-send:** split out rewriter.js to fix cycle ([8a54d36](https://github.com/Agoric/agoric-sdk/commit/8a54d36f6de8cee2ea87d6c75ea1eb013f40e766)) | ||
* remove many build steps ([6c7d3bb](https://github.com/Agoric/agoric-sdk/commit/6c7d3bb0c70277c22f8eda40525d7240141a5434)) | ||
## [0.3.5](https://github.com/Agoric/agoric-sdk/compare/@agoric/default-evaluate-options@0.3.4...@agoric/default-evaluate-options@0.3.5) (2020-05-10) | ||
@@ -8,0 +20,0 @@ |
{ | ||
"name": "@agoric/default-evaluate-options", | ||
"version": "0.3.5", | ||
"version": "0.3.6", | ||
"description": "Agoric default evaluation options for Realms and SES", | ||
"main": "dist/default-evaluate-options.cjs.js", | ||
"module": "src/index.js", | ||
"browser": "dist/default-evaluate-options.umd.js", | ||
"main": "src/index.js", | ||
"scripts": { | ||
"build": "rollup -c", | ||
"build": "exit 0", | ||
"build:rollup": "rollup -c", | ||
"test": "tape -r esm 'test/**/*.js'", | ||
@@ -27,3 +26,3 @@ "lint-fix": "eslint --fix '**/*.js'", | ||
"@agoric/babel-parser": "^7.6.4", | ||
"@agoric/transform-eventual-send": "^1.2.4", | ||
"@agoric/transform-eventual-send": "^1.3.0", | ||
"@babel/generator": "^7.6.4" | ||
@@ -49,3 +48,3 @@ }, | ||
}, | ||
"gitHead": "41e9cd4b0475b0b0cc461e9c54c5dbec82994e3c" | ||
"gitHead": "4cbbf2146ff4b47eaffd1bdf22f3fde8f184cc38" | ||
} |
import { parse } from '@agoric/babel-parser'; | ||
import generate from '@babel/generator'; | ||
import makeEventualSendTransformer from '@agoric/transform-eventual-send'; | ||
import makeEventualSendTransformer from '@agoric/transform-eventual-send/src/rewriter'; | ||
@@ -5,0 +5,0 @@ export default function makeDefaultEvaluateOptions() { |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
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
97722
3638146