@verdaccio/config 8.0.0-next-8.25 → 8.0.0-next-8.26

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.
@@ -200,7 +200,7 @@ server:
200
200
 
201
201
  # https://verdaccio.org/docs/configuration#notifications
202
202
  # notify:
203
- # method: 'POST'
203
+ # method: 'POST' # methods available: POST, PUT, GET
204
204
  # headers: '[{ "Content-Type": "application/json" }]'
205
205
  # endpoint: 'https://usagge.hipchat.com/v2/room/3729485/notification?auth_token=mySecretToken'
206
206
  # content: '{"color":"green","message":"New package published: * {{ name }}*","notify":true,"message_format":"text"}'
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@verdaccio/config",
3
- "version": "8.0.0-next-8.25",
3
+ "version": "8.0.0-next-8.26",
4
4
  "description": "Verdaccio Configuration",
5
5
  "main": "./build/index.js",
6
6
  "types": "build/index.d.ts",
@@ -33,13 +33,13 @@
33
33
  "node": ">=18"
34
34
  },
35
35
  "dependencies": {
36
- "@verdaccio/core": "8.0.0-next-8.25",
36
+ "@verdaccio/core": "8.0.0-next-8.26",
37
37
  "debug": "4.4.3",
38
- "js-yaml": "4.1.0",
38
+ "js-yaml": "4.1.1",
39
39
  "lodash": "4.17.21"
40
40
  },
41
41
  "devDependencies": {
42
- "@verdaccio/types": "13.0.0-next-8.8",
42
+ "@verdaccio/types": "13.0.0-next-8.9",
43
43
  "vitest": "3.2.4"
44
44
  },
45
45
  "funding": {