@skdx/vue 0.33.0 → 0.34.0

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.
Files changed (1) hide show
  1. package/package.json +5 -5
package/package.json CHANGED
@@ -1,14 +1,14 @@
1
1
  {
2
2
  "name": "@skdx/vue",
3
- "version": "0.33.0",
3
+ "version": "0.34.0",
4
4
  "description": "Vue 3 (Composition API) components for the SkandaDX design system",
5
5
  "license": "MIT",
6
6
  "publishConfig": {
7
7
  "access": "public"
8
8
  },
9
- "homepage": "https://github.com/SkandaDX/ui.skdx/tree/main/packages/vue#readme",
9
+ "homepage": "https://github.com/SkandaDX/ui.skdx/tree/main/packages/components/vue#readme",
10
10
  "repository": {
11
- "directory": "packages/vue",
11
+ "directory": "packages/components/vue",
12
12
  "type": "git",
13
13
  "url": "git+https://github.com/SkandaDX/ui.skdx.git"
14
14
  },
@@ -1598,11 +1598,11 @@
1598
1598
  "vitest": "^4.1.10",
1599
1599
  "vue": "^3.5.39",
1600
1600
  "vue-tsc": "^2.0.0",
1601
- "@skdx/shared": "0.33.0"
1601
+ "@skdx/shared": "0.34.0"
1602
1602
  },
1603
1603
  "scripts": {
1604
1604
  "lint": "eslint . --cache --cache-location node_modules/.cache/eslint/",
1605
- "build": "node -e \"require('node:fs').rmSync('dist', { recursive: true, force: true })\" && vite build && vue-tsc -p tsconfig.build.json --emitDeclarationOnly && node ../../scripts/declarations-cjs.mjs && node ../../scripts/minify-js.mjs dist",
1605
+ "build": "node -e \"require('node:fs').rmSync('dist', { recursive: true, force: true })\" && vite build && vue-tsc -p tsconfig.build.json --emitDeclarationOnly && node ../../../scripts/declarations-cjs.mjs && node ../../../scripts/minify-js.mjs dist",
1606
1606
  "dev": "vite build --watch",
1607
1607
  "typecheck": "vue-tsc --noEmit --incremental --tsBuildInfoFile node_modules/.cache/tsc/typecheck.tsbuildinfo",
1608
1608
  "test": "vitest run",