@sankyu/vue-circle-flags 0.1.3-beta.4 → 0.1.6

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sankyu/vue-circle-flags",
3
- "version": "0.1.3-beta.4",
3
+ "version": "0.1.6",
4
4
  "description": "400+ circular SVG Vue 3 flags — tree-shakeable, TypeScript-ready, SSR-compatible, zero deps.",
5
5
  "type": "module",
6
6
  "main": "./dist/index.cjs",
@@ -23,12 +23,12 @@
23
23
  },
24
24
  "sideEffects": false,
25
25
  "scripts": {
26
- "predev": "node ../../scripts/life-cycle.js build-core --pkg vue",
27
26
  "dev": "tsup --watch",
28
- "prebuild": "node ../../scripts/life-cycle.js build-core --pkg vue",
29
27
  "build": "tsup",
30
28
  "postbuild": "node ../../scripts/life-cycle.js postbuild --pkg vue",
31
29
  "typecheck": "tsc --noEmit",
30
+ "lint": "oxlint src",
31
+ "lint:fix": "oxlint src --fix",
32
32
  "test": "vitest run",
33
33
  "test:coverage": "vitest run --coverage",
34
34
  "test:watch": "vitest"
@@ -67,6 +67,6 @@
67
67
  "tsup": "^8.5.1",
68
68
  "typescript": "^5.9.3",
69
69
  "vitest": "^4.0.18",
70
- "vue": "^3.5.28"
70
+ "vue": "^3.5.29"
71
71
  }
72
72
  }