@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 CHANGED
@@ -1,5 +1,12 @@
1
1
  # @verdaccio/config
2
2
 
3
+ ## 7.0.0-next-7.12
4
+
5
+ ### Patch Changes
6
+
7
+ - @verdaccio/core@7.0.0-next-7.12
8
+ - @verdaccio/utils@7.0.0-next-7.12
9
+
3
10
  ## 7.0.0-next-7.11
4
11
 
5
12
  ### Minor Changes
@@ -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/publish packages
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
@@ -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/publish packages
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.11",
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.11",
33
- "@verdaccio/utils": "7.0.0-next-7.11",
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",
@@ -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/publish packages
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
@@ -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/publish packages
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