From ce93bcd1b4e336ac8677a6e2411b7313eaf2312a Mon Sep 17 00:00:00 2001 From: xdan Date: Thu, 12 Oct 2023 14:38:22 +0300 Subject: [PATCH] New version 0.0.22 Read more https://github.com/mappable-world/mappable-cli/releases/tag/0.0.22 --- package-lock.json | 4 ++-- package.json | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index cde3c11..0435c8b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@mappable-world/mappable-cli", - "version": "0.0.21", + "version": "0.0.22", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@mappable-world/mappable-cli", - "version": "0.0.21", + "version": "0.0.22", "license": "Apache-2", "dependencies": { "marked": "^9.0.2", diff --git a/package.json b/package.json index 18e39bf..d3cc2fe 100644 --- a/package.json +++ b/package.json @@ -1,9 +1,10 @@ { "name": "@mappable-world/mappable-cli", - "version": "0.0.21", + "version": "0.0.22", "description": "Library for encapsulating the logic of autotests and building packages mappable.world js API", "main": "dist/index.js", "dependencies": { + "dotenv": "16.3.1", "marked": "^9.0.2", "yargs": "17.7.2" }, @@ -19,7 +20,6 @@ "ajv": "7.2.4", "cross-fetch": "4.0.0", "css-loader": "6.8.1", - "dotenv": "16.3.1", "eslint": "8.44.0", "eslint-config-prettier": "8.8.0", "eslint-plugin-prettier": "4.2.1",