🏡 index : github.com/captn3m0/which-electron.git

author Nemo <commits@captnemo.in> 2021-12-04 13:55:24.0 +05:30:00
committer Nemo <commits@captnemo.in> 2021-12-04 13:55:24.0 +05:30:00
commit
2901d7fc64e0f0b95ccdb3875325da0fbef63452 [patch]
tree
eaca4005cda8dea26f9a2356cd808d241d7935cd
parent
cac618013f28df63edba7c9bc113211929bf3870
download
2901d7fc64e0f0b95ccdb3875325da0fbef63452.tar.gz

v1.0.5



Diff

 CHANGELOG.md      |  5 +++++
 package-lock.json | 24 +++++++++++++++---------
 2 files changed, 17 insertions(+), 12 deletions(-)

diff --git a/CHANGELOG.md b/CHANGELOG.md
index e6c5f55..2caa236 100644
--- a/CHANGELOG.md
+++ a/CHANGELOG.md
@@ -1,8 +1,13 @@
# Changelog

All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## 1.0.5

### Changed
- Newer electron releases supported (Upto 16.0.4)

## 1.0.4
### Changed
- Now uses `semver` directly instead of `semver-sort`
diff --git a/package-lock.json b/package-lock.json
index facd276..9e68594 100644
--- a/package-lock.json
+++ a/package-lock.json
@@ -95,9 +95,9 @@
      "integrity": "sha1-2Klr13/Wjfd5OnMDajug1UBdR3s="
    },

    "node_modules/debug": {
      "version": "4.3.2",
      "resolved": "https://registry.npmjs.org/debug/-/debug-4.3.2.tgz",
      "integrity": "sha512-mOp8wKcvj7XxC78zLgw/ZA+6TSgkoE2C/ienthhRD298T7UNwAg9diBpLRxC0mOezLl4B0xV7M0cCO6P/O0Xhw==",
      "version": "4.3.3",
      "resolved": "https://registry.npmjs.org/debug/-/debug-4.3.3.tgz",
      "integrity": "sha512-/zxw5+vh1Tfv+4Qn7a5nsbcJKPaSvCDhojn6FEl9vupwK2VCSDtEiEtqr8DFtzYFOdz63LBkxec7DYuc2jon6Q==",
      "dependencies": {
        "ms": "2.1.2"
      },

@@ -111,9 +111,9 @@
      }

    },

    "node_modules/electron-fingerprints": {
      "version": "1.2.0",
      "resolved": "https://registry.npmjs.org/electron-fingerprints/-/electron-fingerprints-1.2.0.tgz",
      "integrity": "sha512-6GCMHwtlxe4JDVMxwklTAmVniOrKgsJ2tU80vxHdVBOm6zKrunp+x6gEX7m0cbC/rIQXGi5QT4VeXzEPU/J5Yg=="
      "version": "1.2.1",
      "resolved": "https://registry.npmjs.org/electron-fingerprints/-/electron-fingerprints-1.2.1.tgz",
      "integrity": "sha512-Kq/ubH9UHeRLAuo8Q4EOUbpOY3nFqcqnC5b9X7ZWBtedmgyngMByNYO2yvpY7324/hUspck+TyLwZ3XG2bGTEw=="
    },

    "node_modules/follow-redirects": {
      "version": "1.14.5",
@@ -555,17 +555,17 @@
      "integrity": "sha1-2Klr13/Wjfd5OnMDajug1UBdR3s="
    },

    "debug": {
      "version": "4.3.2",
      "resolved": "https://registry.npmjs.org/debug/-/debug-4.3.2.tgz",
      "integrity": "sha512-mOp8wKcvj7XxC78zLgw/ZA+6TSgkoE2C/ienthhRD298T7UNwAg9diBpLRxC0mOezLl4B0xV7M0cCO6P/O0Xhw==",
      "version": "4.3.3",
      "resolved": "https://registry.npmjs.org/debug/-/debug-4.3.3.tgz",
      "integrity": "sha512-/zxw5+vh1Tfv+4Qn7a5nsbcJKPaSvCDhojn6FEl9vupwK2VCSDtEiEtqr8DFtzYFOdz63LBkxec7DYuc2jon6Q==",
      "requires": {
        "ms": "2.1.2"
      }

    },

    "electron-fingerprints": {
      "version": "1.2.0",
      "resolved": "https://registry.npmjs.org/electron-fingerprints/-/electron-fingerprints-1.2.0.tgz",
      "integrity": "sha512-6GCMHwtlxe4JDVMxwklTAmVniOrKgsJ2tU80vxHdVBOm6zKrunp+x6gEX7m0cbC/rIQXGi5QT4VeXzEPU/J5Yg=="
      "version": "1.2.1",
      "resolved": "https://registry.npmjs.org/electron-fingerprints/-/electron-fingerprints-1.2.1.tgz",
      "integrity": "sha512-Kq/ubH9UHeRLAuo8Q4EOUbpOY3nFqcqnC5b9X7ZWBtedmgyngMByNYO2yvpY7324/hUspck+TyLwZ3XG2bGTEw=="
    },

    "follow-redirects": {
      "version": "1.14.5",