@agoric/access-token
Advanced tools
Comparing version 0.4.8 to 0.4.9
@@ -6,2 +6,13 @@ # Change Log | ||
### [0.4.9](https://github.com/Agoric/agoric-sdk/compare/@agoric/access-token@0.4.7...@agoric/access-token@0.4.9) (2021-08-14) | ||
### 0.26.10 (2021-07-28) | ||
### Bug Fixes | ||
* **access-token:** avoid clobbering temporary json-store files ([d468531](https://github.com/Agoric/agoric-sdk/commit/d46853146d2f1b51bd752ef280ce51cf227cdab0)) | ||
### [0.4.8](https://github.com/Agoric/agoric-sdk/compare/@agoric/access-token@0.4.7...@agoric/access-token@0.4.8) (2021-07-28) | ||
@@ -8,0 +19,0 @@ |
{ | ||
"name": "@agoric/access-token", | ||
"version": "0.4.8", | ||
"version": "0.4.9", | ||
"description": "Persistent credentials for Agoric users, backed by a simple JSON file", | ||
"type": "module", | ||
"main": "src/access-token.js", | ||
@@ -12,2 +13,3 @@ "repository": "https://github.com/Agoric/agoric-sdk", | ||
"test": "ava", | ||
"test:c8": "c8 $C8_OPTIONS ava --config=ava-nesm.config.js", | ||
"test:xs": "exit 0", | ||
@@ -19,9 +21,9 @@ "lint-check": "yarn lint", | ||
"dependencies": { | ||
"@agoric/assert": "^0.3.7", | ||
"@agoric/assert": "^0.3.8", | ||
"n-readlines": "^1.0.0" | ||
}, | ||
"devDependencies": { | ||
"@agoric/install-ses": "^0.5.21", | ||
"@agoric/install-ses": "^0.5.22", | ||
"ava": "^3.12.1", | ||
"esm": "agoric-labs/esm#Agoric-built" | ||
"c8": "^7.7.2" | ||
}, | ||
@@ -35,5 +37,2 @@ "publishConfig": { | ||
], | ||
"require": [ | ||
"esm" | ||
], | ||
"timeout": "2m" | ||
@@ -43,3 +42,3 @@ }, | ||
"extends": [ | ||
"@endo" | ||
"@agoric" | ||
] | ||
@@ -51,3 +50,3 @@ }, | ||
}, | ||
"gitHead": "835ce6579a257107f363e29a234643679844cc0e" | ||
"gitHead": "1e1b5328182b5f8ae2de0de42901f4698f4c3ed8" | ||
} |
@@ -9,3 +9,3 @@ import fs from 'fs'; | ||
isJSONStore, | ||
} from '../src/json-store'; | ||
} from '../src/json-store.js'; | ||
@@ -12,0 +12,0 @@ function testStorage(t, storage) { |
33535
Yes
Updated@agoric/assert@^0.3.8