Export verify jwt (#145)
This commit is contained in:
parent
9c344c1fcc
commit
1b5a152d1e
2 changed files with 6 additions and 0 deletions
|
@ -132,6 +132,11 @@
|
||||||
"types": "./infer-webhooks.d.ts",
|
"types": "./infer-webhooks.d.ts",
|
||||||
"import": "./infer-webhooks.mjs",
|
"import": "./infer-webhooks.mjs",
|
||||||
"require": "./infer-webhooks.js"
|
"require": "./infer-webhooks.js"
|
||||||
|
},
|
||||||
|
"./verify-jwt": {
|
||||||
|
"types": "./verify-jwt.d.ts",
|
||||||
|
"import": "./verify-jwt.mjs",
|
||||||
|
"require": "./verify-jwt.js"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"publishConfig": {
|
"publishConfig": {
|
||||||
|
|
|
@ -8,6 +8,7 @@ export default defineConfig({
|
||||||
"src/headers.ts",
|
"src/headers.ts",
|
||||||
"src/saleor-app.ts",
|
"src/saleor-app.ts",
|
||||||
"src/infer-webhooks.ts",
|
"src/infer-webhooks.ts",
|
||||||
|
"src/verify-jwt.ts",
|
||||||
"src/APL/index.ts",
|
"src/APL/index.ts",
|
||||||
"src/app-bridge/index.ts",
|
"src/app-bridge/index.ts",
|
||||||
"src/app-bridge/next/index.ts",
|
"src/app-bridge/next/index.ts",
|
||||||
|
|
Loading…
Reference in a new issue