Merge tag 'v2.2.0' into develop

Upgrade to Angular 13
develop
Nato Boram 2022-03-11 02:39:07 -05:00
commit c45120f0bf
No known key found for this signature in database
GPG Key ID: 478E3C64BF88AFFA
4 changed files with 37 additions and 16 deletions

View File

@ -8,6 +8,20 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/), and this
### Added ### Added
### Changed
### Deprecated
### Removed
### Fixed
### Security
## [2.2.0] - 2022-03-11
### Added
- More information in the `package.json`. - More information in the `package.json`.
- Added ESLint - Added ESLint
- Added Prettier - Added Prettier
@ -19,16 +33,10 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/), and this
- Upgraded to Angular 13 - Upgraded to Angular 13
- Targets ESNext - Targets ESNext
### Deprecated
### Removed ### Removed
- Removed TSLint - Removed TSLint
### Fixed
### Security
## [2.1.1] - 2021-03-20 ## [2.1.1] - 2021-03-20
### Added ### Added

View File

@ -5,7 +5,7 @@
Cache a specific hash on a bunch of public gateways. Cache a specific hash on a bunch of public gateways.
You can view this website on [GitLab Pages](https://natoboram.gitlab.io/public-gateway-cacher) and [IPFS](https://bafybeib43z6e5yuywjclls72rvipygoteyi3yeyxwewxi7yd5txypxprpa.ipfs.dweb.link). You can view this website on [GitLab Pages](https://natoboram.gitlab.io/public-gateway-cacher) and [IPFS](https://bafybeigmtv32yzjryuv5uwfhzqtrjt6va7dwaxuvhoqqirkwcg2q6mlai4.ipfs.dweb.link).
![Screenshot](https://bafybeie7txrbzw6ipb62lplnpzsjpz7s4o5q7uufb5rjfelol2cuxeyzye.ipfs.dweb.link/Screenshot_2020-07-09%20Public%20Gateway%20Cacher.png) ![Screenshot](https://bafybeie7txrbzw6ipb62lplnpzsjpz7s4o5q7uufb5rjfelol2cuxeyzye.ipfs.dweb.link/Screenshot_2020-07-09%20Public%20Gateway%20Cacher.png)

View File

@ -1,6 +1,6 @@
{ {
"name": "public-gateway-cacher", "name": "public-gateway-cacher",
"version": "2.1.1", "version": "2.2.0",
"description": "Cache a specific hash on a bunch of public gateways.", "description": "Cache a specific hash on a bunch of public gateways.",
"keywords": [ "keywords": [
"IPFS" "IPFS"

View File

@ -608,7 +608,7 @@ packages:
engines: {node: '>=6.9.0'} engines: {node: '>=6.9.0'}
dependencies: dependencies:
'@babel/code-frame': 7.16.7 '@babel/code-frame': 7.16.7
'@babel/generator': 7.17.3 '@babel/generator': 7.16.8
'@babel/helper-compilation-targets': 7.16.7_@babel+core@7.16.12 '@babel/helper-compilation-targets': 7.16.7_@babel+core@7.16.12
'@babel/helper-module-transforms': 7.17.6 '@babel/helper-module-transforms': 7.17.6
'@babel/helpers': 7.17.2 '@babel/helpers': 7.17.2
@ -2082,7 +2082,7 @@ packages:
dependencies: dependencies:
'@swc-node/core': 1.8.2 '@swc-node/core': 1.8.2
'@swc-node/sourcemap-support': 0.1.11 '@swc-node/sourcemap-support': 0.1.11
chalk: 4.1.2 chalk: 4.1.0
debug: 4.3.3 debug: 4.3.3
pirates: 4.0.5 pirates: 4.0.5
tslib: 2.3.1 tslib: 2.3.1
@ -2464,6 +2464,19 @@ packages:
- typescript - typescript
dev: true dev: true
/@typescript-eslint/experimental-utils/5.14.0_eslint@8.10.0+typescript@4.5.5:
resolution: {integrity: sha512-ke48La1A/TWAn949cdgQiP3oK0NT7ArhDAOVOmNLVjT/uAXlFyrJY8dM4qqxHrATzIp8glg+G2OZjy2lRKBIUA==}
engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0}
peerDependencies:
eslint: ^6.0.0 || ^7.0.0 || ^8.0.0
dependencies:
'@typescript-eslint/utils': 5.14.0_eslint@8.10.0+typescript@4.5.5
eslint: 8.10.0
transitivePeerDependencies:
- supports-color
- typescript
dev: true
/@typescript-eslint/parser/5.14.0_eslint@8.10.0+typescript@4.5.5: /@typescript-eslint/parser/5.14.0_eslint@8.10.0+typescript@4.5.5:
resolution: {integrity: sha512-aHJN8/FuIy1Zvqk4U/gcO/fxeMKyoSv/rS46UXMXOJKVsLQ+iYPuXNbpbH7cBLcpSbmyyFbwrniLx5+kutu1pw==} resolution: {integrity: sha512-aHJN8/FuIy1Zvqk4U/gcO/fxeMKyoSv/rS46UXMXOJKVsLQ+iYPuXNbpbH7cBLcpSbmyyFbwrniLx5+kutu1pw==}
engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0}
@ -4378,7 +4391,7 @@ packages:
eslint: ^8.0.0 eslint: ^8.0.0
typescript: ^4.0.0 typescript: ^4.0.0
dependencies: dependencies:
'@typescript-eslint/experimental-utils': 5.11.0_eslint@8.10.0+typescript@4.5.5 '@typescript-eslint/experimental-utils': 5.14.0_eslint@8.10.0+typescript@4.5.5
eslint: 8.10.0 eslint: 8.10.0
tsutils: 3.21.0_typescript@4.5.5 tsutils: 3.21.0_typescript@4.5.5
tsutils-etc: 1.4.1_tsutils@3.21.0+typescript@4.5.5 tsutils-etc: 1.4.1_tsutils@3.21.0+typescript@4.5.5
@ -4393,7 +4406,7 @@ packages:
eslint: ^8.0.0 eslint: ^8.0.0
typescript: ^4.0.0 typescript: ^4.0.0
dependencies: dependencies:
'@typescript-eslint/experimental-utils': 5.11.0_eslint@8.10.0+typescript@4.5.5 '@typescript-eslint/experimental-utils': 5.14.0_eslint@8.10.0+typescript@4.5.5
common-tags: 1.8.2 common-tags: 1.8.2
eslint: 8.10.0 eslint: 8.10.0
eslint-etc: 5.1.0_eslint@8.10.0+typescript@4.5.5 eslint-etc: 5.1.0_eslint@8.10.0+typescript@4.5.5
@ -4410,7 +4423,7 @@ packages:
eslint: ^8.0.0 eslint: ^8.0.0
typescript: ^4.0.0 typescript: ^4.0.0
dependencies: dependencies:
'@typescript-eslint/experimental-utils': 5.11.0_eslint@8.10.0+typescript@4.5.5 '@typescript-eslint/experimental-utils': 5.14.0_eslint@8.10.0+typescript@4.5.5
common-tags: 1.8.2 common-tags: 1.8.2
decamelize: 5.0.1 decamelize: 5.0.1
eslint: 8.10.0 eslint: 8.10.0
@ -5565,8 +5578,8 @@ packages:
resolution: {integrity: sha1-vMl5rh+f0FcB5F5S5l06XWPxok4=} resolution: {integrity: sha1-vMl5rh+f0FcB5F5S5l06XWPxok4=}
dev: true dev: true
/jasmine-core/3.6.0: /jasmine-core/3.99.1:
resolution: {integrity: sha512-8uQYa7zJN8hq9z+g8z1bqCfdC8eoDAeVnM5sfqs7KHv9/ifoJ500m018fpFc7RDaO6SWCLCXwo/wPSNcdYTgcw==} resolution: {integrity: sha512-Hu1dmuoGcZ7AfyynN3LsfruwMbxMALMka+YtZeGoLuDEySVmVAPaonkNoBRIw/ectu8b9tVQCJNgp4a4knp+tg==}
dev: true dev: true
/jasmine-core/4.0.1: /jasmine-core/4.0.1:
@ -5751,7 +5764,7 @@ packages:
peerDependencies: peerDependencies:
karma: '*' karma: '*'
dependencies: dependencies:
jasmine-core: 3.6.0 jasmine-core: 3.99.1
karma: 6.3.17 karma: 6.3.17
dev: true dev: true