@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 +16 -0
- package/build/conf/default.yaml +1 -0
- package/build/conf/docker.yaml +1 -0
- package/package.json +3 -3
- package/src/conf/default.yaml +1 -0
- package/src/conf/docker.yaml +1 -0
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
|
package/build/conf/default.yaml
CHANGED
package/build/conf/docker.yaml
CHANGED
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.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.
|
|
33
|
-
"@verdaccio/utils": "7.0.0-next-7.
|
|
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",
|
package/src/conf/default.yaml
CHANGED
package/src/conf/docker.yaml
CHANGED