File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ export * as R from 'ramda'
1111export { default as ms } from 'ms'
1212
1313import { SignJWT } from 'jose'
14- import { BinaryToTextEncoding , createHmac , createSecretKey } from 'crypto'
14+ import { BinaryToTextEncoding , createHmac , createSecretKey } from 'node: crypto'
1515import { lookup } from 'mime-types'
1616
1717import { Buffer } from 'node:buffer'
Original file line number Diff line number Diff line change 2323 " dist"
2424 ],
2525 "scripts" : {
26- "build" : " microbundle --tsconfig tsconfig.ci.jsonc"
26+ "build" : " microbundle --target=node -- tsconfig tsconfig.ci.jsonc"
2727 },
2828 "dependencies" : {
2929 "jose" : " ^5.1.3" ,
Original file line number Diff line number Diff line change @@ -1359,9 +1359,9 @@ caniuse-api@^3.0.0:
13591359 lodash.uniq "^4.5.0"
13601360
13611361caniuse-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 ==
13651365
13661366chalk@^1.0.0, chalk@^1.1.3 :
13671367 version "1.1.3"
You can’t perform that action at this time.
0 commit comments