verdaccio-tarball-local-storage 21.9.0 → 21.10.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/package.json +2 -2
  2. package/CHANGELOG.md +0 -34
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "verdaccio-tarball-local-storage",
3
- "version": "21.9.0",
3
+ "version": "21.10.0",
4
4
  "description": "Cropped and fixed version of the @verdaccio/local-storage plugin (https://github.com/verdaccio/monorepo/tree/9.x/plugins/local-storage)",
5
5
  "repository": {
6
6
  "type": "git",
@@ -31,5 +31,5 @@
31
31
  "cli": {
32
32
  "webpack": false
33
33
  },
34
- "gitHead": "e30223af73b7d021ec6c70c4b665f25b2021114b"
34
+ "gitHead": "f0fda3c26c6bb275978d9a5c68d0d2f7fc6132aa"
35
35
  }
package/CHANGELOG.md DELETED
@@ -1,34 +0,0 @@
1
- # v21.7.0 (Thu Jun 16 2022)
2
-
3
- #### 🔩 Dependency Updates
4
-
5
- - Bump @verdaccio/types from 10.3.0 to 10.4.2 [#1463](https://github.com/servicetitan/uikit/pull/1463) ([@rgdelato](https://github.com/rgdelato) [@ServiceTitanTeamCity](https://github.com/ServiceTitanTeamCity))
6
-
7
- #### Authors: 2
8
-
9
- - Ryan De La Torre ([@rgdelato](https://github.com/rgdelato))
10
- - ServiceTitan TeamCity ([@ServiceTitanTeamCity](https://github.com/ServiceTitanTeamCity))
11
-
12
- ---
13
-
14
- # v21.2.0 (Thu Mar 17 2022)
15
-
16
- #### 🔩 Dependency Updates
17
-
18
- - Bump debug from 4.3.3 to 4.3.4 [#1368](https://github.com/servicetitan/uikit/pull/1368) ([@rgdelato](https://github.com/rgdelato))
19
-
20
- #### Authors: 1
21
-
22
- - Ryan De La Torre ([@rgdelato](https://github.com/rgdelato))
23
-
24
- ---
25
-
26
- # v20.2.0 (Tue Mar 01 2022)
27
-
28
- #### 🚀 Enhancement
29
-
30
- - `verdaccio-tarball-local-storage` package [#1343](https://github.com/servicetitan/uikit/pull/1343) ([@xarety](https://github.com/xarety))
31
-
32
- #### Authors: 1
33
-
34
- - Denis Gordeev ([@xarety](https://github.com/xarety))