@verdaccio/config 6.0.0-6-next.15 → 6.0.0-6-next.47

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,28 @@
1
1
  # @verdaccio/config
2
2
 
3
+ ## 6.0.0-6-next.47
4
+
5
+ ### Patch Changes
6
+
7
+ - @verdaccio/core@6.0.0-6-next.47
8
+ - @verdaccio/utils@6.0.0-6-next.15
9
+
10
+ ## 6.0.0-6-next.17
11
+
12
+ ### Patch Changes
13
+
14
+ - Updated dependencies [b849128d]
15
+ - @verdaccio/core@6.0.0-6-next.8
16
+ - @verdaccio/utils@6.0.0-6-next.14
17
+
18
+ ## 6.0.0-6-next.16
19
+
20
+ ### Patch Changes
21
+
22
+ - Updated dependencies [351aeeaa]
23
+ - @verdaccio/core@6.0.0-6-next.7
24
+ - @verdaccio/utils@6.0.0-6-next.13
25
+
3
26
  ## 6.0.0-6-next.15
4
27
 
5
28
  ### Major Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@verdaccio/config",
3
- "version": "6.0.0-6-next.15",
3
+ "version": "6.0.0-6-next.47",
4
4
  "description": "logger",
5
5
  "main": "./build/index.js",
6
6
  "types": "build/index.d.ts",
@@ -30,8 +30,8 @@
30
30
  "npm": ">=6"
31
31
  },
32
32
  "dependencies": {
33
- "@verdaccio/core": "6.0.0-6-next.6",
34
- "@verdaccio/utils": "6.0.0-6-next.12",
33
+ "@verdaccio/core": "6.0.0-6-next.47",
34
+ "@verdaccio/utils": "6.0.0-6-next.15",
35
35
  "debug": "4.3.4",
36
36
  "yaml": "2.1.1",
37
37
  "lodash": "4.17.21",
@@ -6,7 +6,7 @@ uplinks:
6
6
  npmjs:
7
7
  url: http://localhost:4873/
8
8
  packages:
9
- \\"@*/*\\":
9
+ "@*/*":
10
10
  access: $all
11
11
  publish: $all
12
12
  proxy: npmjs
@@ -32,7 +32,7 @@ packages:
32
32
  access: $authenticated
33
33
  publish: $authenticated
34
34
  proxy: npmjs
35
- \\"*\\":
35
+ "*":
36
36
  access: $all
37
37
  publish: $all
38
38
  proxy: npmjs