@verdaccio/hooks 8.0.0-next-8.7 → 8.0.0-next-8.8

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.
package/CHANGELOG.md CHANGED
@@ -1,5 +1,12 @@
1
1
  # @verdaccio/hooks
2
2
 
3
+ ## 8.0.0-next-8.8
4
+
5
+ ### Patch Changes
6
+
7
+ - @verdaccio/core@8.0.0-next-8.8
8
+ - @verdaccio/logger@8.0.0-next-8.8
9
+
3
10
  ## 8.0.0-next-8.7
4
11
 
5
12
  ### Patch Changes
package/LICENSE CHANGED
@@ -1,6 +1,6 @@
1
1
  MIT License
2
2
 
3
- Copyright (c) 2024 Verdaccio contributors
3
+ Copyright (c) 2025 Verdaccio contributors
4
4
 
5
5
  Permission is hereby granted, free of charge, to any person obtaining a copy
6
6
  of this software and associated documentation files (the "Software"), to deal
package/README.md CHANGED
@@ -6,7 +6,6 @@
6
6
  [![Crowdin](https://d322cqt584bo4o.cloudfront.net/verdaccio/localized.svg)](https://crowdin.com/project/verdaccio)
7
7
  [![TODOs](https://badgen.net/https/api.tickgit.com/badgen/github.com/verdaccio/verdaccio)](https://www.tickgit.com/browse?repo=github.com/verdaccio/verdaccio)
8
8
 
9
- [![Twitter followers](https://img.shields.io/twitter/follow/verdaccio_npm.svg?style=social&label=Follow)](https://twitter.com/verdaccio_npm)
10
9
  [![Github](https://img.shields.io/github/stars/verdaccio/verdaccio.svg?style=social&label=Stars)](https://github.com/verdaccio/verdaccio/stargazers)
11
10
 
12
11
  ## Donations
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@verdaccio/hooks",
3
- "version": "8.0.0-next-8.7",
3
+ "version": "8.0.0-next-8.8",
4
4
  "description": "loaders logic",
5
5
  "main": "./build/index.js",
6
6
  "types": "build/index.d.ts",
@@ -29,18 +29,17 @@
29
29
  "node": ">=18"
30
30
  },
31
31
  "dependencies": {
32
- "@verdaccio/core": "8.0.0-next-8.7",
33
- "@verdaccio/logger": "8.0.0-next-8.7",
32
+ "@verdaccio/core": "8.0.0-next-8.8",
33
+ "@verdaccio/logger": "8.0.0-next-8.8",
34
34
  "core-js": "3.37.1",
35
35
  "debug": "4.4.0",
36
36
  "got-cjs": "12.5.4",
37
37
  "handlebars": "4.7.8"
38
38
  },
39
39
  "devDependencies": {
40
- "@verdaccio/auth": "8.0.0-next-8.7",
41
- "@verdaccio/config": "8.0.0-next-8.7",
42
- "@verdaccio/types": "13.0.0-next-8.2",
43
- "nock": "13.5.1"
40
+ "@verdaccio/auth": "8.0.0-next-8.8",
41
+ "@verdaccio/config": "8.0.0-next-8.8",
42
+ "@verdaccio/types": "13.0.0-next-8.3"
44
43
  },
45
44
  "funding": {
46
45
  "type": "opencollective",