jenesius-vue-form
Advanced tools
Comparing version 1.0.9 to 1.0.10
import { Form } from "../classes/Form"; | ||
import { InputInterface } from "../classes/Input"; | ||
export default function buildDepend(name: string, init: () => Form | InputInterface): Form; | ||
import { Input, InputInterface } from "../classes/Input"; | ||
export default function buildDepend(name: string, init: () => Form | InputInterface | Input): Form; |
/*! | ||
* jenesius-vue-form v1.0.9 | ||
* jenesius-vue-form v1.0.10 | ||
* (c) 2022 Jenesius | ||
@@ -4,0 +4,0 @@ * @license MIT |
{ | ||
"name": "jenesius-vue-form", | ||
"version": "1.0.9", | ||
"version": "1.0.10", | ||
"license": "MIT", | ||
@@ -5,0 +5,0 @@ "email": "lokargenia@gmail.com", |
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
25468