@verdaccio/config 7.0.0-next-7.11 → 7.0.0-next-7.12
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 +7 -0
- package/build/conf/default.yaml +1 -1
- package/build/conf/docker.yaml +1 -1
- package/package.json +3 -3
- package/src/conf/default.yaml +1 -1
- package/src/conf/docker.yaml +1 -1
package/CHANGELOG.md
CHANGED
package/build/conf/default.yaml
CHANGED
|
@@ -82,7 +82,7 @@ packages:
|
|
|
82
82
|
# and three keywords: "$all", "$anonymous", "$authenticated"
|
|
83
83
|
access: $all
|
|
84
84
|
|
|
85
|
-
# allow all known users to publish/
|
|
85
|
+
# allow all known users to publish/unpublish packages
|
|
86
86
|
# (anyone can register by default, remember?)
|
|
87
87
|
publish: $authenticated
|
|
88
88
|
unpublish: $authenticated
|
package/build/conf/docker.yaml
CHANGED
|
@@ -86,7 +86,7 @@ packages:
|
|
|
86
86
|
# and three keywords: "$all", "$anonymous", "$authenticated"
|
|
87
87
|
access: $all
|
|
88
88
|
|
|
89
|
-
# Allow all known users to publish/
|
|
89
|
+
# Allow all known users to publish/unpublish packages
|
|
90
90
|
# (anyone can register by default, remember?)
|
|
91
91
|
publish: $authenticated
|
|
92
92
|
unpublish: $authenticated
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@verdaccio/config",
|
|
3
|
-
"version": "7.0.0-next-7.
|
|
3
|
+
"version": "7.0.0-next-7.12",
|
|
4
4
|
"description": "logger",
|
|
5
5
|
"main": "./build/index.js",
|
|
6
6
|
"types": "build/index.d.ts",
|
|
@@ -29,8 +29,8 @@
|
|
|
29
29
|
"node": ">=12"
|
|
30
30
|
},
|
|
31
31
|
"dependencies": {
|
|
32
|
-
"@verdaccio/core": "7.0.0-next-7.
|
|
33
|
-
"@verdaccio/utils": "7.0.0-next-7.
|
|
32
|
+
"@verdaccio/core": "7.0.0-next-7.12",
|
|
33
|
+
"@verdaccio/utils": "7.0.0-next-7.12",
|
|
34
34
|
"debug": "4.3.4",
|
|
35
35
|
"js-yaml": "4.1.0",
|
|
36
36
|
"lodash": "4.17.21",
|
package/src/conf/default.yaml
CHANGED
|
@@ -82,7 +82,7 @@ packages:
|
|
|
82
82
|
# and three keywords: "$all", "$anonymous", "$authenticated"
|
|
83
83
|
access: $all
|
|
84
84
|
|
|
85
|
-
# allow all known users to publish/
|
|
85
|
+
# allow all known users to publish/unpublish packages
|
|
86
86
|
# (anyone can register by default, remember?)
|
|
87
87
|
publish: $authenticated
|
|
88
88
|
unpublish: $authenticated
|
package/src/conf/docker.yaml
CHANGED
|
@@ -86,7 +86,7 @@ packages:
|
|
|
86
86
|
# and three keywords: "$all", "$anonymous", "$authenticated"
|
|
87
87
|
access: $all
|
|
88
88
|
|
|
89
|
-
# Allow all known users to publish/
|
|
89
|
+
# Allow all known users to publish/unpublish packages
|
|
90
90
|
# (anyone can register by default, remember?)
|
|
91
91
|
publish: $authenticated
|
|
92
92
|
unpublish: $authenticated
|