notform-nuxt 1.0.0-alpha.8 → 1.0.0

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.
package/README.md ADDED
@@ -0,0 +1,16 @@
1
+ # notform-nuxt
2
+
3
+ [![npm version](https://img.shields.io/npm/v/notform-nuxt.svg?style=flat-square)](https://www.npmjs.com/package/notform-nuxt)
4
+ [![npm downloads](https://img.shields.io/npm/dm/notform-nuxt.svg?style=flat-square)](https://www.npmjs.com/package/notform-nuxt)
5
+ [![license](https://img.shields.io/github/license/favorodera/notform.svg?style=flat-square)](https://github.com/favorodera/notform/blob/main/LICENSE)
6
+ [![Bundle Size](https://img.shields.io/bundlephobia/minzip/notform-nuxt.svg?style=flat-square)](https://bundlephobia.com/package/notform-nuxt)
7
+
8
+ **Official Nuxt module for NotForm - Vue Forms Without the Friction.**
9
+
10
+ `notform-nuxt` provides seamless integration for NotForm in Nuxt applications, including auto-imports and Nuxt-specific optimizations.
11
+
12
+ ## Documentation
13
+
14
+ For detailed guides, API reference, and examples, visit:
15
+ **[notform-docs.vercel.app](https://notform-docs.vercel.app/getting-started/nuxt-module)**
16
+
package/dist/module.json CHANGED
@@ -4,7 +4,7 @@
4
4
  "compatibility": {
5
5
  "nuxt": ">=4.0.0"
6
6
  },
7
- "version": "1.0.0-alpha.8",
7
+ "version": "1.0.0",
8
8
  "builder": {
9
9
  "@nuxt/module-builder": "1.0.2",
10
10
  "unbuild": "unknown"
package/package.json CHANGED
@@ -1,12 +1,12 @@
1
1
  {
2
2
  "name": "notform-nuxt",
3
- "version": "1.0.0-alpha.8",
3
+ "version": "1.0.0",
4
4
  "private": false,
5
5
  "publishConfig": {
6
6
  "access": "public"
7
7
  },
8
8
  "type": "module",
9
- "description": "Official notform nuxt module - Effortless Vue Forms Validation",
9
+ "description": "Official notform nuxt module - Vue Forms Without the Friction",
10
10
  "author": "Favour Emeka <favorodera@gmail.com>",
11
11
  "license": "MIT",
12
12
  "homepage": "https://notform-docs.vercel.app/",
@@ -37,7 +37,7 @@
37
37
  ],
38
38
  "dependencies": {
39
39
  "@nuxt/kit": "^4.3.0",
40
- "notform": "1.0.0-alpha.8"
40
+ "notform": "1.0.0"
41
41
  },
42
42
  "devDependencies": {
43
43
  "@nuxt/devtools": "^3.1.1",