@authpack/vue
Advanced tools
Comparing version
import { PluginFunction } from 'vue'; | ||
import { Authpack } from '@authpack/sdk'; | ||
export declare const Plugin: { | ||
export declare const AuthpackPlugin: { | ||
install: PluginFunction<{ | ||
@@ -5,0 +5,0 @@ value: Authpack; |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
const vue_1 = require("vue"); | ||
exports.Plugin = { | ||
exports.AuthpackPlugin = { | ||
install: (vue, options) => { | ||
@@ -6,0 +6,0 @@ if (!options) |
{ | ||
"name": "@authpack/vue", | ||
"version": "0.3.11", | ||
"version": "0.3.12", | ||
"private": false, | ||
@@ -5,0 +5,0 @@ "description": "Authpack's official integration for Vue", |
Sorry, the diff of this file is not supported yet
2965
0.51%