nuxt-toastflow 1.0.2-beta.1 → 1.0.2-beta.2

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.js CHANGED
@@ -97,6 +97,7 @@ var module_default = (0, import_kit.defineNuxtModule)({
97
97
  });
98
98
  const toastTemplate = (0, import_kit.addTemplate)({
99
99
  filename: "toastflow/toast.ts",
100
+ write: true,
100
101
  getContents: function() {
101
102
  return [
102
103
  'import { useNuxtApp } from "#app";',
package/dist/module.mjs CHANGED
@@ -81,6 +81,7 @@ var module_default = defineNuxtModule({
81
81
  });
82
82
  const toastTemplate = addTemplate({
83
83
  filename: "toastflow/toast.ts",
84
+ write: true,
84
85
  getContents: function() {
85
86
  return [
86
87
  'import { useNuxtApp } from "#app";',
package/package.json CHANGED
@@ -21,7 +21,7 @@
21
21
  "url": "https://github.com/adrianjanocko/toastflow.git",
22
22
  "directory": "packages/nuxt"
23
23
  },
24
- "version": "1.0.2-beta.1",
24
+ "version": "1.0.2-beta.2",
25
25
  "main": "./dist/module.js",
26
26
  "module": "./dist/module.mjs",
27
27
  "types": "./dist/module.d.ts",