nuxt-hs-ui 4.0.0-beta.4 → 4.0.1
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/package.json +2 -1
package/dist/module.json
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "nuxt-hs-ui",
|
|
3
|
-
"version": "4.0.
|
|
3
|
+
"version": "4.0.1",
|
|
4
4
|
"description": "This repository is dedicated to the ongoing migration of **nuxt-hs-ui** to **Nuxt 4**",
|
|
5
5
|
"repository": "https://github.com/hare-systems-ryo/nuxt-hs-ui-next",
|
|
6
6
|
"license": "MIT",
|
|
@@ -46,6 +46,7 @@
|
|
|
46
46
|
"dev:build": "nuxi build playground",
|
|
47
47
|
"dev:prepare": "nuxt-module-build build --stub && nuxt-module-build prepare && nuxi prepare playground",
|
|
48
48
|
"release": "npm run lint && npm run test && npm run prepack && changelogen --release && npm publish && git push --follow-tags",
|
|
49
|
+
"release-nologen": "npm run lint && npm run test && npm run prepack && npm publish && git push --follow-tags",
|
|
49
50
|
"release-beta": "npm run lint && npm run test && npm run prepack && npm publish --tag beta && git push --follow-tags",
|
|
50
51
|
"lint": "eslint .",
|
|
51
52
|
"test": "vitest run",
|