manolis-ui 1.0.11 → 1.0.12

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/CHANGELOG.md CHANGED
@@ -1 +1 @@
1
- - no changes- no changes- no changes- no changes- no changes- no changes- no changes- no changes- no changes
1
+ - no changes- no changes- no changes- no changes- no changes- no changes- no changes- no changes- no changes- no changes
package/dist/module.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "manolis-ui",
3
3
  "configKey": "manolisUI",
4
- "version": "1.0.11",
4
+ "version": "1.0.12",
5
5
  "builder": {
6
6
  "@nuxt/module-builder": "0.8.4",
7
7
  "unbuild": "2.0.0"
@@ -1,2 +1,2 @@
1
- declare const _default: import("#app").Plugin<Record<string, unknown>> & import("#app").ObjectPlugin<Record<string, unknown>>;
1
+ declare const _default: import("nuxt/app").Plugin<Record<string, unknown>> & import("nuxt/app").ObjectPlugin<Record<string, unknown>>;
2
2
  export default _default;
@@ -1,4 +1,4 @@
1
- import { defineNuxtPlugin } from "#app";
1
+ import { defineNuxtPlugin } from "nuxt/app";
2
2
  export default defineNuxtPlugin((_nuxtApp) => {
3
3
  console.log("Design System injected by manolis-ui!");
4
4
  });
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "manolis-ui",
3
- "version": "1.0.11",
3
+ "version": "1.0.12",
4
4
  "description": "A modern design system made for vue based on daisy UI",
5
5
  "repository": "manolis-trading/manolis-ui",
6
6
  "license": "Apache-2.0",