@verdaccio/config 9.0.0-next-9.4 → 9.0.0-next-9.5
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/build/conf/README.md +1 -1
- package/package.json +4 -4
package/build/conf/README.md
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|
This directory host the default configuration file, but you can find more here:
|
|
4
4
|
|
|
5
|
-
- [https://verdaccio.org/docs/
|
|
5
|
+
- [https://verdaccio.org/docs/installation](https://verdaccio.org/docs/installation)
|
|
6
6
|
- [Chat with us](http://chat.verdaccio.org) <- You need a Discord account
|
|
7
7
|
|
|
8
8
|
Enjoy Verdaccio !
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@verdaccio/config",
|
|
3
|
-
"version": "9.0.0-next-9.
|
|
3
|
+
"version": "9.0.0-next-9.5",
|
|
4
4
|
"description": "Verdaccio Configuration",
|
|
5
5
|
"main": "./build/index.js",
|
|
6
6
|
"types": "build/index.d.ts",
|
|
@@ -33,14 +33,14 @@
|
|
|
33
33
|
"node": ">=24"
|
|
34
34
|
},
|
|
35
35
|
"dependencies": {
|
|
36
|
-
"@verdaccio/core": "9.0.0-next-9.
|
|
36
|
+
"@verdaccio/core": "9.0.0-next-9.5",
|
|
37
37
|
"debug": "4.4.3",
|
|
38
38
|
"js-yaml": "4.1.1",
|
|
39
39
|
"lodash": "4.17.23"
|
|
40
40
|
},
|
|
41
41
|
"devDependencies": {
|
|
42
|
-
"@verdaccio/types": "14.0.0-next-9.
|
|
43
|
-
"vitest": "
|
|
42
|
+
"@verdaccio/types": "14.0.0-next-9.2",
|
|
43
|
+
"vitest": "4.1.0"
|
|
44
44
|
},
|
|
45
45
|
"funding": {
|
|
46
46
|
"type": "opencollective",
|