@vuetify/one 2.6.5 → 2.6.7

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.
@@ -1,6 +1,7 @@
1
+ import "lodash-es";
2
+ import { a as e } from "../auth-Bwo9TDIn.js";
1
3
  import "pinia";
2
4
  import "vue";
3
- import { a as e } from "../auth-CcaMo2zh.js";
4
5
  import "vue-router";
5
6
  export {
6
7
  e as useAuthStore
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vuetify/one",
3
- "version": "2.6.5",
3
+ "version": "2.6.7",
4
4
  "private": false,
5
5
  "type": "module",
6
6
  "license": "MIT",
@@ -26,15 +26,14 @@
26
26
  "build": "vite build --config vite.build.config.ts && pnpm build:types",
27
27
  "build:dev": "vite build --mode development --config vite.config.ts ",
28
28
  "build:types": "rimraf types-temp && vue-tsc --pretty -p tsconfig.json && rollup --config rollup.types.config.js && rimraf types-temp",
29
- "release": "pnpm build:dev && pnpm version && git push --follow-tags",
29
+ "release": "pnpm build:dev && bumpp -r",
30
30
  "watch": "pnpm build:dev --watch",
31
31
  "preview": "vite preview",
32
32
  "lint": "eslint . --ext .ts,.vue && vue-tsc --pretty -p tsconfig.json --noEmit",
33
33
  "lint:fix": "eslint . --ext .ts,.vue --fix",
34
34
  "test": "vitest",
35
35
  "coverage": "vitest run --coverage",
36
- "prepublishOnly": "pnpm build",
37
- "postversion": "git push --follow-tags"
36
+ "prepublishOnly": "pnpm build"
38
37
  },
39
38
  "peerDependencies": {
40
39
  "@mdi/js": "7.4.47",
@@ -52,6 +51,7 @@
52
51
  "@vitejs/plugin-vue": "^6.0.1",
53
52
  "@vitest/eslint-plugin": "^1.3.9",
54
53
  "@vueuse/router": "^13.9.0",
54
+ "bumpp": "^10.1.0",
55
55
  "conventional-changelog-cli": "^5.0.0",
56
56
  "conventional-changelog-vuetify": "^2.0.2",
57
57
  "conventional-github-releaser": "^3.1.5",