vee-validate 4.14.2 → 4.14.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,5 +1,5 @@
1
1
  /**
2
- * vee-validate v4.14.2
2
+ * vee-validate v4.14.3
3
3
  * (c) 2024 Abdelrahman Awad
4
4
  * @license MIT
5
5
  */
@@ -1201,7 +1201,6 @@ function installDevtoolsPlugin(app) {
1201
1201
  app,
1202
1202
  logo: 'https://vee-validate.logaretm.com/v4/logo.png',
1203
1203
  }, api => {
1204
- console.log('api', api);
1205
1204
  API = api;
1206
1205
  api.addInspector({
1207
1206
  id: INSPECTOR_ID,
@@ -1,5 +1,5 @@
1
1
  /**
2
- * vee-validate v4.14.2
2
+ * vee-validate v4.14.3
3
3
  * (c) 2024 Abdelrahman Awad
4
4
  * @license MIT
5
5
  */
@@ -1,5 +1,5 @@
1
1
  /**
2
- * vee-validate v4.14.2
2
+ * vee-validate v4.14.3
3
3
  * (c) 2024 Abdelrahman Awad
4
4
  * @license MIT
5
5
  */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "vee-validate",
3
- "version": "4.14.2",
3
+ "version": "4.14.3",
4
4
  "description": "Painless forms for Vue.js",
5
5
  "author": "Abdelrahman Awad <logaretm1@gmail.com>",
6
6
  "license": "MIT",