@vueless/nuxt 0.0.9-beta.30 → 0.0.9-beta.32

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
@@ -4,7 +4,7 @@
4
4
  "compatibility": {
5
5
  "nuxt": ">=3.13.0"
6
6
  },
7
- "version": "0.0.9-beta.30",
7
+ "version": "0.0.9-beta.32",
8
8
  "builder": {
9
9
  "@nuxt/module-builder": "1.0.1",
10
10
  "unbuild": "3.5.0"
package/dist/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vueless/nuxt",
3
- "version": "0.0.9-beta.30",
3
+ "version": "0.0.9-beta.32",
4
4
  "license": "MIT",
5
5
  "description": "Nuxt Styleless UI Component Library, powered by Tailwind CSS.",
6
6
  "keywords": [
@@ -37,12 +37,11 @@
37
37
  "dist"
38
38
  ],
39
39
  "scripts": {
40
- "dev:prepare": "nuxt-module-build build --stub && nuxt-module-build prepare && nuxi prepare playground",
41
- "dev:clear": "nuxi cleanup && cd playground && rm -rf .nuxt .output node_modules/.cache",
42
- "dev": "npm run dev:clear && npm run dev:prepare && nuxi dev playground",
40
+ "dev": "npm run dev:prepare && nuxi dev playground",
41
+ "dev:prepare": "nuxi cleanup && nuxi prepare && nuxi cleanup playground && nuxt-module-build build --stub && nuxt-module-build prepare && nuxi prepare playground",
43
42
  "dev:build": "nuxi build playground",
44
43
  "dev:preview": "nuxi preview playground",
45
- "prepack": "nuxt-module-build build && cp package.json LICENSE README.md dist/",
44
+ "prepack": "nuxi prepare && nuxt-module-build build && cp package.json LICENSE README.md dist/",
46
45
  "release:beta": "release-it --ci --npm.publish --preRelease=beta --increment=prerelease",
47
46
  "release:patch": "release-it patch --ci --npm.publish",
48
47
  "release:minor": "release-it minor --ci --npm.publish --git.tag --github.release",
@@ -51,12 +50,11 @@
51
50
  "lint:ci": "eslint --no-fix --max-warnings=0",
52
51
  "test": "vitest run",
53
52
  "test:watch": "vitest watch",
54
- "test:types": "vue-tsc --noEmit && cd playground && vue-tsc --noEmit",
55
- "install": "npx nuxi prepare"
53
+ "test:types": "vue-tsc --noEmit && cd playground && vue-tsc --noEmit"
56
54
  },
57
55
  "dependencies": {
58
56
  "@nuxt/kit": "^3.17.4",
59
- "vueless": "^0.0.825-beta.186"
57
+ "vueless": "^1.0.1"
60
58
  },
61
59
  "devDependencies": {
62
60
  "@material-symbols/svg-500": "^0.31.4",
@@ -80,6 +78,5 @@
80
78
  },
81
79
  "bugs": {
82
80
  "url": "https://github.com/vuelessjs/vueless-module-nuxt/issues"
83
- },
84
- "web-types": "./node_modules/vueless/web-types.json"
81
+ }
85
82
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vueless/nuxt",
3
- "version": "0.0.9-beta.30",
3
+ "version": "0.0.9-beta.32",
4
4
  "license": "MIT",
5
5
  "description": "Nuxt Styleless UI Component Library, powered by Tailwind CSS.",
6
6
  "keywords": [
@@ -37,12 +37,11 @@
37
37
  "dist"
38
38
  ],
39
39
  "scripts": {
40
- "dev:prepare": "nuxt-module-build build --stub && nuxt-module-build prepare && nuxi prepare playground",
41
- "dev:clear": "nuxi cleanup && cd playground && rm -rf .nuxt .output node_modules/.cache",
42
- "dev": "npm run dev:clear && npm run dev:prepare && nuxi dev playground",
40
+ "dev": "npm run dev:prepare && nuxi dev playground",
41
+ "dev:prepare": "nuxi cleanup && nuxi prepare && nuxi cleanup playground && nuxt-module-build build --stub && nuxt-module-build prepare && nuxi prepare playground",
43
42
  "dev:build": "nuxi build playground",
44
43
  "dev:preview": "nuxi preview playground",
45
- "prepack": "nuxt-module-build build && cp package.json LICENSE README.md dist/",
44
+ "prepack": "nuxi prepare && nuxt-module-build build && cp package.json LICENSE README.md dist/",
46
45
  "release:beta": "release-it --ci --npm.publish --preRelease=beta --increment=prerelease",
47
46
  "release:patch": "release-it patch --ci --npm.publish",
48
47
  "release:minor": "release-it minor --ci --npm.publish --git.tag --github.release",
@@ -51,12 +50,11 @@
51
50
  "lint:ci": "eslint --no-fix --max-warnings=0",
52
51
  "test": "vitest run",
53
52
  "test:watch": "vitest watch",
54
- "test:types": "vue-tsc --noEmit && cd playground && vue-tsc --noEmit",
55
- "install": "npx nuxi prepare"
53
+ "test:types": "vue-tsc --noEmit && cd playground && vue-tsc --noEmit"
56
54
  },
57
55
  "dependencies": {
58
56
  "@nuxt/kit": "^3.17.4",
59
- "vueless": "^0.0.825-beta.186"
57
+ "vueless": "^1.0.1"
60
58
  },
61
59
  "devDependencies": {
62
60
  "@material-symbols/svg-500": "^0.31.4",
@@ -80,6 +78,5 @@
80
78
  },
81
79
  "bugs": {
82
80
  "url": "https://github.com/vuelessjs/vueless-module-nuxt/issues"
83
- },
84
- "web-types": "./node_modules/vueless/web-types.json"
81
+ }
85
82
  }