File tree 1 file changed +11
-17
lines changed
1 file changed +11
-17
lines changed Original file line number Diff line number Diff line change @@ -3,35 +3,29 @@ storage: ../tmp/local-registry/storage
3
3
4
4
# a list of other known repositories we can talk to
5
5
uplinks :
6
- gcr :
7
- url : https://us-west1-npm.pkg.dev/magick-387817/magickml///us-west1-npm.pkg.dev/magick-387817/magickml/:always-auth=true
8
- maxage : 60m
9
6
npmjs :
10
7
url : https://registry.npmjs.org/
11
- maxage : 60m
12
-
13
8
packages :
14
- ' @magickmlgc/** ' :
15
- # scoped packages
9
+ ' @*/* ' :
16
10
access : $all
17
11
publish : $all
18
- proxy : gcr
19
-
12
+ proxy : npmjs
20
13
' ** ' :
21
- # give all users (including non-authenticated users) full access
22
- # because it is a local registry
23
14
access : $all
24
15
publish : $all
25
- unpublish : $all
26
-
27
- # if package is not available locally, proxy requests to gcr registry
28
16
proxy : npmjs
29
-
30
- # log settings
17
+ ' @magickml/* ' :
18
+ access : $all
19
+ publish : $all
20
+ proxy : npmjs
31
21
log :
32
22
type : stdout
33
23
format : pretty
34
- level : warn
24
+ level : http
35
25
36
26
publish :
37
27
allow_offline : true # set offline to true to allow publish offline
28
+
29
+ middlewares :
30
+ audit :
31
+ enabled : false
You can’t perform that action at this time.
0 commit comments