@verdaccio/hooks 6.0.0-6-next.14 → 6.0.0-6-next.17

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/CHANGELOG.md +24 -0
  2. package/package.json +8 -8
package/CHANGELOG.md CHANGED
@@ -1,5 +1,29 @@
1
1
  # @verdaccio/hooks
2
2
 
3
+ ## 6.0.0-6-next.17
4
+
5
+ ### Patch Changes
6
+
7
+ - @verdaccio/core@6.0.0-6-next.47
8
+ - @verdaccio/logger@6.0.0-6-next.15
9
+
10
+ ## 6.0.0-6-next.16
11
+
12
+ ### Patch Changes
13
+
14
+ - Updated dependencies [b849128d]
15
+ - @verdaccio/core@6.0.0-6-next.8
16
+ - @verdaccio/logger@6.0.0-6-next.14
17
+
18
+ ## 6.0.0-6-next.15
19
+
20
+ ### Patch Changes
21
+
22
+ - 351aeeaa: fix(deps): @verdaccio/utils should be a prod dep of local-storage
23
+ - Updated dependencies [351aeeaa]
24
+ - @verdaccio/core@6.0.0-6-next.7
25
+ - @verdaccio/logger@6.0.0-6-next.13
26
+
3
27
  ## 6.0.0-6-next.14
4
28
 
5
29
  ### Major Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@verdaccio/hooks",
3
- "version": "6.0.0-6-next.14",
3
+ "version": "6.0.0-6-next.17",
4
4
  "description": "loaders logic",
5
5
  "main": "./build/index.js",
6
6
  "types": "build/index.d.ts",
@@ -30,18 +30,18 @@
30
30
  "npm": ">=6"
31
31
  },
32
32
  "dependencies": {
33
- "@verdaccio/core": "6.0.0-6-next.6",
34
- "@verdaccio/logger": "6.0.0-6-next.12",
35
- "core-js": "3.24.1",
33
+ "@verdaccio/core": "6.0.0-6-next.47",
34
+ "@verdaccio/logger": "6.0.0-6-next.15",
35
+ "core-js": "3.25.0",
36
36
  "debug": "4.3.4",
37
37
  "handlebars": "4.7.7",
38
38
  "undici": "4.16.0"
39
39
  },
40
40
  "devDependencies": {
41
- "@types/node": "16.11.47",
42
- "@verdaccio/auth": "6.0.0-6-next.23",
43
- "@verdaccio/config": "6.0.0-6-next.15",
44
- "@verdaccio/types": "11.0.0-6-next.13"
41
+ "@types/node": "16.11.56",
42
+ "@verdaccio/auth": "6.0.0-6-next.26",
43
+ "@verdaccio/config": "6.0.0-6-next.47",
44
+ "@verdaccio/types": "11.0.0-6-next.16"
45
45
  },
46
46
  "funding": {
47
47
  "type": "opencollective",