@timus-networks/theme 2.4.99 → 2.4.101

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.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@timus-networks/theme",
3
3
  "configKey": "themeOptions",
4
- "version": "2.4.99",
4
+ "version": "2.4.100",
5
5
  "builder": {
6
6
  "@nuxt/module-builder": "0.8.4",
7
7
  "unbuild": "2.0.0"
package/dist/module.mjs CHANGED
@@ -11,7 +11,7 @@ const __filename = __cjs_url__.fileURLToPath(import.meta.url);
11
11
  const __dirname = __cjs_path__.dirname(__filename);
12
12
  const require = __cjs_mod__.createRequire(import.meta.url);
13
13
  const name = "@timus-networks/theme";
14
- const version = "2.4.99";
14
+ const version = "2.4.100";
15
15
  const description = "A comprehensive Nuxt.js module providing a tailored theme experience with integrated TailwindCSS support for applications.";
16
16
  const type = "module";
17
17
  const exports = {
@@ -40,7 +40,7 @@ const scripts = {
40
40
  build: "nuxt-module-build build && npm run clean-composables",
41
41
  "release-old": "npm run build && changelogen --release && npm run pub && git push --follow-tags",
42
42
  version: "standard-version --release-as ${npm_config_type:-patch}",
43
- release: "npm run version && npm run build && npm run pub && git push --follow-tags origin main"
43
+ release: "npm run build && npm run version && npm run pub && git push --follow-tags origin main"
44
44
  };
45
45
  const repository = {
46
46
  type: "git",
@@ -37,6 +37,8 @@
37
37
  import type { TabsPaneContext } from 'element-plus';
38
38
  import { ref } from 'vue';
39
39
 
40
+ import { definePageMeta } from '#imports';
41
+
40
42
  definePageMeta({
41
43
  layout: 'modules',
42
44
  pageTransition: false,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@timus-networks/theme",
3
- "version": "2.4.99",
3
+ "version": "2.4.101",
4
4
  "description": "A comprehensive Nuxt.js module providing a tailored theme experience with integrated TailwindCSS support for applications.",
5
5
  "type": "module",
6
6
  "exports": {
@@ -29,7 +29,7 @@
29
29
  "build": "nuxt-module-build build && npm run clean-composables",
30
30
  "release-old": "npm run build && changelogen --release && npm run pub && git push --follow-tags",
31
31
  "version": "standard-version --release-as ${npm_config_type:-patch}",
32
- "release": "npm run version && npm run build && npm run pub && git push --follow-tags origin main"
32
+ "release": "npm run build && npm run version && npm run pub && git push --follow-tags origin main"
33
33
  },
34
34
  "standard-version": {
35
35
  "tagPrefix": "theme-v",