@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 +1 -1
- package/dist/module.mjs +2 -2
- package/dist/runtime/pages/theme.vue +2 -0
- package/package.json +2 -2
package/dist/module.json
CHANGED
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.
|
|
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
|
|
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",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@timus-networks/theme",
|
|
3
|
-
"version": "2.4.
|
|
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
|
|
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",
|