@pinegrow/nuxt-module 3.0.1 → 3.0.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.
- package/dist/module.d.ts +1 -1
- package/dist/module.json +1 -1
- package/package.json +2 -2
package/dist/module.d.ts
CHANGED
|
@@ -4,7 +4,7 @@ import { LiveDesignerOptions } from '@pinegrow/vite-plugin';
|
|
|
4
4
|
interface PinegrowNuxtModuleOptions {
|
|
5
5
|
/**
|
|
6
6
|
* Pinegrow Live Designer options
|
|
7
|
-
* For details, check https://
|
|
7
|
+
* For details, check https://vuedesigner.com
|
|
8
8
|
*/
|
|
9
9
|
liveDesigner?: {
|
|
10
10
|
[key in string]?: any;
|
package/dist/module.json
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@pinegrow/nuxt-module",
|
|
3
|
-
"version": "3.0.
|
|
3
|
+
"version": "3.0.3",
|
|
4
4
|
"description": "Pinegrow Nuxt Module",
|
|
5
5
|
"author": "Pinegrow (http://pinegrow.com/)",
|
|
6
6
|
"license": "MIT",
|
|
@@ -40,7 +40,7 @@
|
|
|
40
40
|
},
|
|
41
41
|
"dependencies": {
|
|
42
42
|
"@nuxt/kit": "latest",
|
|
43
|
-
"@pinegrow/vite-plugin": "3.0.
|
|
43
|
+
"@pinegrow/vite-plugin": "3.0.3"
|
|
44
44
|
},
|
|
45
45
|
"devDependencies": {
|
|
46
46
|
"@nuxt/module-builder": "latest",
|