From 130deb550cc441dbcbae92b695612bf493b4206d Mon Sep 17 00:00:00 2001 From: "Navy.gif" Date: Tue, 29 Mar 2022 01:47:07 +0300 Subject: [PATCH] meta files --- .gitignore | 3 +++ package.json | 1 + yarn.lock | 5 +++++ 3 files changed, 9 insertions(+) diff --git a/.gitignore b/.gitignore index fb7fe77..f31b01c 100644 --- a/.gitignore +++ b/.gitignore @@ -6,6 +6,9 @@ old.eslintrc.json .env yarn.lock +# Keeping track of command versions so we can avoid refreshing commands if they don't change +commandHash.json + # Logs, duh logs emojis.json diff --git a/package.json b/package.json index eb4bc57..b943b67 100644 --- a/package.json +++ b/package.json @@ -28,6 +28,7 @@ "humanize-duration": "^3.27.1", "moment": "^2.29.1", "mongodb": "^3.5.9", + "object-hash": "^3.0.0", "timestring": "^6.0.0" }, "devDependencies": { diff --git a/yarn.lock b/yarn.lock index eb0165e..b557e2f 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1303,6 +1303,11 @@ normalize-url@^4.1.0: resolved "https://registry.yarnpkg.com/normalize-url/-/normalize-url-4.5.1.tgz#0dd90cf1288ee1d1313b87081c9a5932ee48518a" integrity sha512-9UZCFRHQdNrfTpGg8+1INIg93B6zE0aXMVFkw1WFwvO4SlZywU6aLg5Of0Ap/PgcbSw4LNxvMWXMeugwMCX0AA== +object-hash@^3.0.0: + version "3.0.0" + resolved "https://registry.yarnpkg.com/object-hash/-/object-hash-3.0.0.tgz#73f97f753e7baffc0e2cc9d6e079079744ac82e9" + integrity sha512-RSn9F68PjH9HqtltsSnqYC1XXoWe9Bju5+213R98cNGttag9q9yAOTzdbsqvIa7aNm5WffBZFpWYr2aWrklWAw== + once@^1.3.0, once@^1.3.1, once@^1.4.0: version "1.4.0" resolved "https://registry.yarnpkg.com/once/-/once-1.4.0.tgz#583b1aa775961d4b113ac17d9c50baef9dd76bd1"