From b5460a0896c74751bb12a5fef83ddb0059769e26 Mon Sep 17 00:00:00 2001 From: Christopher Caldwell Date: Wed, 20 Jul 2022 10:15:58 -0500 Subject: [PATCH] bump sf version --- package-lock.json | 18 +++++++++--------- package.json | 4 ++-- 2 files changed, 11 insertions(+), 11 deletions(-) diff --git a/package-lock.json b/package-lock.json index b958ce4..86437bb 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,15 +1,15 @@ { "name": "@ngageoint/simple-features-wkt-js", - "version": "1.0.0", + "version": "1.0.2", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@ngageoint/simple-features-wkt-js", - "version": "1.0.0", + "version": "1.0.2", "license": "MIT", "dependencies": { - "@ngageoint/simple-features-js": "1.0.1" + "@ngageoint/simple-features-js": "1.0.2" }, "devDependencies": { "@istanbuljs/nyc-config-typescript": "0.1.3", @@ -296,9 +296,9 @@ } }, "node_modules/@ngageoint/simple-features-js": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/@ngageoint/simple-features-js/-/simple-features-js-1.0.1.tgz", - "integrity": "sha512-uhMPs6gnxFRFmWw/TaKFNhSAbQe6KqfrqhDxCd12tzOrZQzwIFgH0OMyJ9o1ZNCoQvDiU1r4n/OcOmJBZPGIUQ==", + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/@ngageoint/simple-features-js/-/simple-features-js-1.0.2.tgz", + "integrity": "sha512-1lSA3ULxG4/VC7FT5LJkxG2wGMhW1QrXGqJDnIwHEVtHRFulzwIugvtbdJQ9KPvVSY5Gveu8ScNu6l7qeggnTw==", "dependencies": { "js_cols": "1.0.1", "timsort": "^0.3.0" @@ -8854,9 +8854,9 @@ } }, "@ngageoint/simple-features-js": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/@ngageoint/simple-features-js/-/simple-features-js-1.0.1.tgz", - "integrity": "sha512-uhMPs6gnxFRFmWw/TaKFNhSAbQe6KqfrqhDxCd12tzOrZQzwIFgH0OMyJ9o1ZNCoQvDiU1r4n/OcOmJBZPGIUQ==", + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/@ngageoint/simple-features-js/-/simple-features-js-1.0.2.tgz", + "integrity": "sha512-1lSA3ULxG4/VC7FT5LJkxG2wGMhW1QrXGqJDnIwHEVtHRFulzwIugvtbdJQ9KPvVSY5Gveu8ScNu6l7qeggnTw==", "requires": { "js_cols": "1.0.1", "timsort": "^0.3.0" diff --git a/package.json b/package.json index a71e57c..4aa77da 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@ngageoint/simple-features-wkt-js", - "version": "1.0.0", + "version": "1.0.2", "description": "Simple Features WKT JavaScript Library", "keywords": [ "NGA", @@ -36,7 +36,7 @@ "prepare": "npm run build" }, "dependencies": { - "@ngageoint/simple-features-js": "1.0.1" + "@ngageoint/simple-features-js": "1.0.2" }, "devDependencies": { "@istanbuljs/nyc-config-typescript": "0.1.3",