bunadmin-auth-buncms
Advanced tools
Comparing version 1.1.1-beta.1 to 1.1.3-beta.0
@@ -0,0 +0,0 @@ import initData from "./utils/initData"; |
@@ -0,0 +0,0 @@ "use strict"; |
@@ -0,0 +0,0 @@ import { Values } from "../types"; |
@@ -0,0 +0,0 @@ "use strict"; |
import { Values } from "../types"; | ||
import { TFunction } from "i18next"; | ||
export default function validateController(values: Values, t: TFunction): Partial<Values>; |
@@ -0,0 +0,0 @@ "use strict"; |
export default function SignInContainer(): JSX.Element; |
@@ -0,0 +0,0 @@ "use strict"; |
@@ -0,0 +0,0 @@ export interface SignInParamsType { |
@@ -0,0 +0,0 @@ "use strict"; |
declare const useStyles: (props?: any) => Record<"form" | "root" | "loginArea" | "paper" | "avatar" | "submit", string>; | ||
export default useStyles; |
@@ -0,0 +0,0 @@ "use strict"; |
@@ -0,0 +0,0 @@ export interface Values { |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); |
@@ -0,0 +0,0 @@ import { Column } from "material-table"; |
@@ -0,0 +0,0 @@ "use strict"; |
@@ -0,0 +0,0 @@ /** |
@@ -0,0 +0,0 @@ "use strict"; |
export default function list(): JSX.Element; |
@@ -0,0 +0,0 @@ "use strict"; |
@@ -0,0 +0,0 @@ export declare const SchemaName = "user"; |
@@ -0,0 +0,0 @@ "use strict"; |
@@ -0,0 +0,0 @@ /** |
@@ -0,0 +0,0 @@ "use strict"; |
@@ -0,0 +0,0 @@ export default interface Values { |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); |
@@ -0,0 +0,0 @@ import { IPluginData } from "@bunred/bunadmin"; |
@@ -0,0 +0,0 @@ "use strict"; |
{ | ||
"name": "bunadmin-auth-buncms", | ||
"version": "1.1.1-beta.1", | ||
"version": "1.1.3-beta.0", | ||
"license": "Apache-2.0", | ||
@@ -16,6 +16,6 @@ "main": "lib/index.js", | ||
"test": "prettier --check --no-semi src/** pages/** test/** && jest", | ||
"tsc": "rm -rf lib & tsc", | ||
"pack": "rm -rf lib & tsc && npm pack" | ||
"tsc": "rimraf lib & tsc", | ||
"pack": "rimraf lib & tsc && npm pack" | ||
}, | ||
"gitHead": "53c609b442e70df92cd128e8c01c404e87106328" | ||
"gitHead": "8633a3f5a85925bdf12207aadd696c5d9aa8e4e4" | ||
} |
@@ -0,0 +0,0 @@ # bunadmin-plugin-buncms-user |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
50824