@agoric/acorn-eventual-send
Advanced tools
Comparing version 2.1.2 to 2.1.3
@@ -6,2 +6,13 @@ # Change Log | ||
## [2.1.3](https://github.com/Agoric/agoric-sdk/compare/@agoric/acorn-eventual-send@2.1.2...@agoric/acorn-eventual-send@2.1.3) (2021-03-16) | ||
### Bug Fixes | ||
* make separate 'test:xs' target, remove XS from 'test' target ([b9c1a69](https://github.com/Agoric/agoric-sdk/commit/b9c1a6987093fc8e09e8aba7acd2a1618413bac8)), closes [#2647](https://github.com/Agoric/agoric-sdk/issues/2647) | ||
## [2.1.2](https://github.com/Agoric/agoric-sdk/compare/@agoric/acorn-eventual-send@2.1.1...@agoric/acorn-eventual-send@2.1.2) (2021-02-22) | ||
@@ -8,0 +19,0 @@ |
@@ -0,1 +1,2 @@ | ||
/* global module */ | ||
const tilde = '~'.charCodeAt(0); | ||
@@ -2,0 +3,0 @@ const dot = '.'.charCodeAt(0); |
{ | ||
"name": "@agoric/acorn-eventual-send", | ||
"version": "2.1.2", | ||
"version": "2.1.3", | ||
"description": "Eventual send (wavy dot) parser plugin for Acorn", | ||
@@ -12,2 +12,3 @@ "parsers": { | ||
"test": "ava", | ||
"test:xs": "exit 0", | ||
"lint-fix": "eslint --fix '**/*.js'", | ||
@@ -57,3 +58,3 @@ "lint-check": "eslint '**/*.js'" | ||
}, | ||
"gitHead": "d9b77a4d36fe99c963e86733b90d878231201422" | ||
"gitHead": "5ad5f483f05ba20d903b4423bfb4fa0d2ce75fd7" | ||
} |
22698
138