@verdaccio/config 7.0.0-next-7.15 → 7.0.0-next-7.17

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,21 @@
1
1
  # @verdaccio/config
2
2
 
3
+ ## 7.0.0-next-7.17
4
+
5
+ ### Patch Changes
6
+
7
+ - 6e764e3: feat: add support for npm owner
8
+ - Updated dependencies [6e764e3]
9
+ - @verdaccio/core@7.0.0-next-7.17
10
+ - @verdaccio/utils@7.0.0-next-7.17
11
+
12
+ ## 7.0.0-next-7.16
13
+
14
+ ### Patch Changes
15
+
16
+ - @verdaccio/core@7.0.0-next-7.16
17
+ - @verdaccio/utils@7.0.0-next-7.16
18
+
3
19
  ## 7.0.0-next-7.15
4
20
 
5
21
  ### Minor Changes
@@ -113,6 +113,7 @@ server:
113
113
  # https://verdaccio.org/docs/configuration#offline-publish
114
114
  # publish:
115
115
  # allow_offline: false
116
+ # check_owner: false
116
117
 
117
118
  # https://verdaccio.org/docs/configuration#url-prefix
118
119
  # url_prefix: /verdaccio/
@@ -119,6 +119,7 @@ server:
119
119
  # https://verdaccio.org/docs/configuration#offline-publish
120
120
  # publish:
121
121
  # allow_offline: false
122
+ # check_owner: false
122
123
 
123
124
  # https://verdaccio.org/docs/configuration#url-prefix
124
125
  # url_prefix: /verdaccio/
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@verdaccio/config",
3
- "version": "7.0.0-next-7.15",
3
+ "version": "7.0.0-next-7.17",
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.15",
33
- "@verdaccio/utils": "7.0.0-next-7.15",
32
+ "@verdaccio/core": "7.0.0-next-7.17",
33
+ "@verdaccio/utils": "7.0.0-next-7.17",
34
34
  "debug": "4.3.4",
35
35
  "js-yaml": "4.1.0",
36
36
  "lodash": "4.17.21",
@@ -113,6 +113,7 @@ server:
113
113
  # https://verdaccio.org/docs/configuration#offline-publish
114
114
  # publish:
115
115
  # allow_offline: false
116
+ # check_owner: false
116
117
 
117
118
  # https://verdaccio.org/docs/configuration#url-prefix
118
119
  # url_prefix: /verdaccio/
@@ -119,6 +119,7 @@ server:
119
119
  # https://verdaccio.org/docs/configuration#offline-publish
120
120
  # publish:
121
121
  # allow_offline: false
122
+ # check_owner: false
122
123
 
123
124
  # https://verdaccio.org/docs/configuration#url-prefix
124
125
  # url_prefix: /verdaccio/