From 73a9d37a89803e8bcbc98f16cd7a283b211edf5f Mon Sep 17 00:00:00 2001 From: Brandon Liu Date: Sat, 19 Feb 2022 13:21:56 +0800 Subject: [PATCH] js 1.0.1 --- js/index.test.ts | 2 +- js/package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/js/index.test.ts b/js/index.test.ts index 38634c5..3eb41db 100644 --- a/js/index.test.ts +++ b/js/index.test.ts @@ -9,7 +9,7 @@ import { parseEntry, Entry, createDirectory, -} from "./pmtiles"; +} from "./index"; test("stub data", (assertion) => { let data = createDirectory([ diff --git a/js/package.json b/js/package.json index 784f9f0..0b03746 100644 --- a/js/package.json +++ b/js/package.json @@ -1,6 +1,6 @@ { "name": "pmtiles", - "version": "1.0.0", + "version": "1.0.1", "description": "PMTiles archive decoder for browsers", "main": "dist/pmtiles.js", "module": "dist/pmtiles.mjs",