File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ export * as R from 'ramda'
11
11
export { default as ms } from 'ms'
12
12
13
13
import { SignJWT } from 'jose'
14
- import { BinaryToTextEncoding , createHmac , createSecretKey } from 'crypto'
14
+ import { BinaryToTextEncoding , createHmac , createSecretKey } from 'node: crypto'
15
15
import { lookup } from 'mime-types'
16
16
17
17
import { Buffer } from 'node:buffer'
Original file line number Diff line number Diff line change 23
23
" dist"
24
24
],
25
25
"scripts" : {
26
- "build" : " microbundle --tsconfig tsconfig.ci.jsonc"
26
+ "build" : " microbundle --target=node -- tsconfig tsconfig.ci.jsonc"
27
27
},
28
28
"dependencies" : {
29
29
"jose" : " ^5.1.3" ,
Original file line number Diff line number Diff line change @@ -1359,9 +1359,9 @@ caniuse-api@^3.0.0:
1359
1359
lodash.uniq "^4.5.0"
1360
1360
1361
1361
caniuse-lite@^1.0.0, caniuse-lite@^1.0.30001335, caniuse-lite@^1.0.30001541 :
1362
- version "1.0.30001563 "
1363
- resolved "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001563 .tgz"
1364
- integrity sha512-na2WUmOxnwIZtwnFI2CZ/3er0wdNzU7hN+cPYz/z2ajHThnkWjNBOpEPP4n+4r2WPM847JaMotaJE3bnfzjyKw ==
1362
+ version "1.0.30001707 "
1363
+ resolved "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001707 .tgz"
1364
+ integrity sha512-3qtRjw/HQSMlDWf+X79N206fepf4SOOU6SQLMaq/0KkZLmSjPxAkBOQQ+FxbHKfHmYLZFfdWsO3KA90ceHPSnw ==
1365
1365
1366
1366
chalk@^1.0.0, chalk@^1.1.3 :
1367
1367
version "1.1.3"
You can’t perform that action at this time.
0 commit comments