Skip to content
This repository was archived by the owner on Apr 13, 2022. It is now read-only.

Commit 4f2fa59

Browse files
Bump solid-auth-oidc dep to 0.1.2
1 parent 337a3e9 commit 4f2fa59

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@
5252
"dependencies": {
5353
"rdflib": "^0.13.0",
5454
"shorthash": "0.0.2",
55-
"solid-auth-oidc": "0.1.1",
55+
"solid-auth-oidc": "^0.1.2",
5656
"solid-auth-tls": "0.0.4",
5757
"solid-namespace": "^0.1.0",
5858
"solid-permissions": "^0.5.1",

webpack.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ module.exports = {
4040
'node-fetch': 'fetch',
4141
'text-encoding': 'TextEncoder',
4242
'urlutils': 'URL',
43-
'@trust/webcrypto': 'crypto'
43+
'webcrypto': 'crypto'
4444
},
4545
devtool: 'source-map'
4646
}

0 commit comments

Comments
 (0)