@saashub/qoq-knip 1.5.2 → 1.5.4

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 (2) hide show
  1. package/README.md +1 -1
  2. package/package.json +4 -7
package/README.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # @saashub/qoq-knip
2
2
 
3
- ![GitHub Actions Workflow Status](https://img.shields.io/github/actions/workflow/status/saashub-it/qoq/main.yml) [![codecov](https://codecov.io/gh/saashub-it/qoq/graph/badge.svg?flag=knip&token=PQ1XAQQ257)](https://codecov.io/gh/saashub-it/qoq/flags/knip) ![NPM Version](https://img.shields.io/npm/v/%40saashub%2Fqoq-knip)
3
+ ![GitHub Actions Workflow Status](https://img.shields.io/github/actions/workflow/status/saashub-it/qoq/main.yml) ![NPM Version](https://img.shields.io/npm/v/%40saashub%2Fqoq-knip)
4
4
  ![NPM Type Definitions](https://img.shields.io/npm/types/%40saashub%2Fqoq-knip) ![NPM Unpacked Size](https://img.shields.io/npm/unpacked-size/%40saashub%2Fqoq-knip) ![NPM License](https://img.shields.io/npm/l/%40saashub%2Fqoq-knip)
5
5
 
6
6
  ## Rationale
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@saashub/qoq-knip",
3
- "version": "1.5.2",
3
+ "version": "1.5.4",
4
4
  "description": "Knip configs template",
5
5
  "keywords": [
6
6
  "Knip template",
@@ -38,18 +38,15 @@
38
38
  "module": "./lib/index.mjs",
39
39
  "types": "./lib/index.d.js",
40
40
  "scripts": {
41
- "build": "rimraf ./lib && rollup -c --silent",
42
- "test": "vitest run --coverage"
41
+ "build": "rimraf ./lib && rollup -c --silent"
43
42
  },
44
43
  "dependencies": {
45
44
  "knip": "5.61.0"
46
45
  },
47
46
  "devDependencies": {
48
- "@vitest/coverage-v8": "3.2.3",
49
47
  "rimraf": "6.0.1",
50
48
  "rollup": "4.43.0",
51
- "typescript": "5.8.3",
52
- "vitest": "3.2.3"
49
+ "typescript": "5.8.3"
53
50
  },
54
51
  "peerDependencies": {
55
52
  "knip": "^5"
@@ -60,5 +57,5 @@
60
57
  "publishConfig": {
61
58
  "access": "public"
62
59
  },
63
- "gitHead": "f19e1590c6454ba2697c13486a615b910583edc5"
60
+ "gitHead": "7bea215020207cae899c5ae858347a7001df67a9"
64
61
  }