@vee-validate/rules
Advanced tools
Comparing version 4.0.0-alpha.1 to 4.0.0-alpha.2
@@ -6,2 +6,10 @@ # Change Log | ||
# [4.0.0-alpha.2](https://github.com/logaretm/vee-validate/compare/@vee-validate/rules@4.0.0-alpha.1...@vee-validate/rules@4.0.0-alpha.2) (2020-07-27) | ||
**Note:** Version bump only for package @vee-validate/rules | ||
# 4.0.0-alpha.1 (2020-07-18) | ||
@@ -8,0 +16,0 @@ |
/** | ||
* vee-validate v4.0.0 | ||
* vee-validate vundefined | ||
* (c) 2020 Abdelrahman Awad | ||
@@ -4,0 +4,0 @@ * @license MIT |
/** | ||
* vee-validate v4.0.0 | ||
* vee-validate vundefined | ||
* (c) 2020 Abdelrahman Awad | ||
@@ -9,3 +9,3 @@ * @license MIT | ||
typeof define === 'function' && define.amd ? define(['exports'], factory) : | ||
(global = global || self, factory(global.VeeValidateRules = {})); | ||
(global = typeof globalThis !== 'undefined' ? globalThis : global || self, factory(global.VeeValidateRules = {})); | ||
}(this, (function (exports) { 'use strict'; | ||
@@ -12,0 +12,0 @@ |
{ | ||
"name": "@vee-validate/rules", | ||
"version": "4.0.0-alpha.1", | ||
"version": "4.0.0-alpha.2", | ||
"description": "Template Based Validation Framework for Vue.js", | ||
@@ -13,2 +13,3 @@ "author": "Abdelrahman Awad <logaretm1@gmail.com>", | ||
"repository": "https://github.com/logaretm/vee-validate", | ||
"sideEffects": false, | ||
"keywords": [ | ||
@@ -25,3 +26,4 @@ "VueJS", | ||
"dist/*.d.ts" | ||
] | ||
], | ||
"gitHead": "ce1719b0cb5f6ef5c5cd72f5befd01a601dd715f" | ||
} |
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
42737
8
844