@bitinflow/nuxt-oauth
Advanced tools
Comparing version
@@ -0,0 +0,0 @@ import * as _nuxt_schema from '@nuxt/schema'; |
{ | ||
"name": "@bitinflow/nuxt-oauth", | ||
"configKey": "oauth", | ||
"version": "2.0.2" | ||
"version": "2.0.3" | ||
} |
@@ -0,0 +0,0 @@ import { ModuleOptions } from "../../module"; |
declare const _default: any; | ||
export default _default; |
export declare function generateRandomString(): string; | ||
export declare function getChallengeFromVerifier(v: any): Promise<string>; |
{ | ||
"name": "@bitinflow/nuxt-oauth", | ||
"version": "2.0.2", | ||
"version": "2.0.3", | ||
"description": "Nuxt 3 OAuth Module", | ||
@@ -24,2 +24,3 @@ "license": "MIT", | ||
"dev:prepare": "nuxt-module-build --stub && nuxi prepare playground", | ||
"ci": "npm run lint && npm run dev:prepare && npm run test && npm run prepack", | ||
"release": "npm run lint && npm run test && npm run prepack && changelogen --release && git push --follow-tags", | ||
@@ -26,0 +27,0 @@ "push": "npm publish --access public", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
14904
3.42%14
7.69%