nuxt-glorious 1.1.5 → 1.1.7

Sign up to get free protection for your applications and to get access to all the features.
package/dist/module.json CHANGED
@@ -1,5 +1,5 @@
1
1
  {
2
2
  "name": "glorious",
3
3
  "configKey": "glorious",
4
- "version": "1.1.5"
4
+ "version": "1.1.7"
5
5
  }
@@ -1,4 +1,6 @@
1
1
  <script lang="ts" setup>
2
+ import modal from "../../utils/modal";
3
+
2
4
  const props = defineProps({
3
5
  id: {
4
6
  required: false,
package/package.json CHANGED
@@ -1,5 +1,6 @@
1
1
  {
2
- "version": "1.1.5",
2
+ "version": "1.1.7",
3
+ "type": "module",
3
4
  "name": "nuxt-glorious",
4
5
  "description": "This package provides many things needed by a project, including server requests and authentication, SEO and other requirements of a project.",
5
6
  "repository": "sajadhzj/nuxt-glorious",