Skip to content
This repository has been archived by the owner on Mar 27, 2024. It is now read-only.

Commit

Permalink
lavamoat - update autoconfig for bundler + server
Browse files Browse the repository at this point in the history
  • Loading branch information
kumavis committed Aug 31, 2020
1 parent 40761b0 commit aecc106
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 10 deletions.
1 change: 0 additions & 1 deletion src/bundler/lavamoat-config.json
Original file line number Diff line number Diff line change
Expand Up @@ -439,7 +439,6 @@
},
"readable-stream": {
"builtin": {
"events.EventEmitter": true,
"stream": true,
"util": true
},
Expand Down
20 changes: 11 additions & 9 deletions src/server/lavamoat-config.json
Original file line number Diff line number Diff line change
Expand Up @@ -498,7 +498,6 @@
"http-signature": {
"builtin": {
"crypto.createHmac": true,
"http": true,
"util.format": true,
"util.inherits": true
},
Expand Down Expand Up @@ -576,9 +575,6 @@
}
},
"jsprim": {
"builtin": {
"util": true
},
"packages": {
"assert-plus": true,
"extsprintf": true,
Expand Down Expand Up @@ -702,8 +698,7 @@
},
"mime": {
"builtin": {
"fs.readFileSync": true,
"path": true
"fs.readFileSync": true
},
"globals": {
"console.warn": true,
Expand Down Expand Up @@ -982,9 +977,17 @@
},
"sshpk": {
"builtin": {
"crypto": true,
"crypto.createCipheriv": true,
"crypto.createDecipheriv": true,
"crypto.createDiffieHellman": true,
"crypto.createECDH": true,
"crypto.createHash": true,
"crypto.createHmac": true,
"crypto.createSign": true,
"crypto.createVerify": true,
"crypto.randomBytes": true,
"stream.Writable": true,
"util": true
"util.inherits": true
},
"globals": {
"Buffer.isBuffer": true
Expand Down Expand Up @@ -1026,7 +1029,6 @@
"http.Agent.defaultMaxSockets": true,
"http.request": true,
"https.request": true,
"net": true,
"tls.connect": true,
"util.inherits": true
},
Expand Down

0 comments on commit aecc106

Please sign in to comment.