knip 5.77.1 → 5.77.2

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/README.md CHANGED
@@ -19,30 +19,32 @@ performance, less maintenance and easier refactorings.
19
19
 
20
20
  - Website: [knip.dev][6]
21
21
  - GitHub repo: [webpro-nl/knip][4]
22
- - npm package: [knip][1]
23
- - [Contributing Guide][7]
24
- - Follow [@webpro.nl on Bluesky][8] for updates
25
- - [Sponsor Knip!][9]
22
+ - Official npm packages: [knip][1], [@knip/create-config][7],
23
+ [@knip/language-server][8], [@knip/mcp][9]
24
+ - [Knip on the VS Code Marketplace][10], [Knip on the Open VSX Registry][11]
25
+ - [Contributing Guide][12]
26
+ - Follow [@webpro.nl on Bluesky][13] for updates
27
+ - [Sponsor Knip!][14]
26
28
 
27
29
  ## Contributors
28
30
 
29
- Special thanks to [the wonderful people who have contributed to Knip][10]!
31
+ Special thanks to [the wonderful people who have contributed to Knip][15]!
30
32
 
31
33
  ## Knip
32
34
 
33
- /'knɪp/ means "(to) cut" and is [pronounced with a hard "K"][11] 🇳🇱
35
+ /'knɪp/ means "(to) cut" and is [pronounced with a hard "K"][16] 🇳🇱
34
36
 
35
37
  ## License
36
38
 
37
- Knip is free and open-source software licensed under the [ISC License][12].
39
+ Knip is free and open-source software licensed under the [ISC License][17].
38
40
 
39
41
  Parts of Knip have been inspired by and/or partially copy code from the
40
42
  following projects:
41
43
 
42
- - [@npmcli/package-json][13] ([ISC][14])
43
- - [@pnpm/deps.graph-sequencer][15] ([MIT][16])
44
- - [file-entry-cache][17] ([MIT][18])
45
- - [json-parse-even-better-errors][19] ([MIT][20])
44
+ - [@npmcli/package-json][18] ([ISC][19])
45
+ - [@pnpm/deps.graph-sequencer][20] ([MIT][21])
46
+ - [file-entry-cache][22] ([MIT][23])
47
+ - [json-parse-even-better-errors][24] ([MIT][25])
46
48
 
47
49
  [1]: https://www.npmjs.com/package/knip
48
50
  [2]: https://img.shields.io/npm/v/knip?color=f56e0f
@@ -51,18 +53,23 @@ following projects:
51
53
  [5]:
52
54
  https://img.shields.io/github/stars/webpro-nl/knip?style=flat-square&color=f56e0f
53
55
  [6]: https://knip.dev
54
- [7]: https://github.com/webpro-nl/knip/blob/main/.github/CONTRIBUTING.md
55
- [8]: https://bsky.app/profile/webpro.nl
56
- [9]: https://knip.dev/sponsors
57
- [10]: https://knip.dev/#created-by-awesome-contributors
58
- [11]: https://www.youtube.com/watch?v=PE7h7KvQoUI&t=9s
59
- [12]: ./license
60
- [13]: https://github.com/npm/package-json
61
- [14]: https://github.com/npm/package-json/blob/main/LICENSE
62
- [15]: https://github.com/pnpm/pnpm/tree/main/deps/graph-sequencer
63
- [16]: https://github.com/pnpm/pnpm/blob/main/LICENSE
64
- [17]: https://github.com/jaredwray/cacheable/tree/main/packages/file-entry-cache
65
- [18]:
56
+ [7]: https://www.npmjs.com/package/@knip/create-config
57
+ [8]: https://www.npmjs.com/package/@knip/language-server
58
+ [9]: https://www.npmjs.com/package/@knip/mcp
59
+ [10]: https://marketplace.visualstudio.com/items?itemName=webpro.vscode-knip
60
+ [11]: https://open-vsx.org/extension/webpro/vscode-knip
61
+ [12]: https://github.com/webpro-nl/knip/blob/main/.github/CONTRIBUTING.md
62
+ [13]: https://bsky.app/profile/webpro.nl
63
+ [14]: https://knip.dev/sponsors
64
+ [15]: https://knip.dev/#created-by-awesome-contributors
65
+ [16]: https://www.youtube.com/watch?v=PE7h7KvQoUI&t=9s
66
+ [17]: ./license
67
+ [18]: https://github.com/npm/package-json
68
+ [19]: https://github.com/npm/package-json/blob/main/LICENSE
69
+ [20]: https://github.com/pnpm/pnpm/tree/main/deps/graph-sequencer
70
+ [21]: https://github.com/pnpm/pnpm/blob/main/LICENSE
71
+ [22]: https://github.com/jaredwray/cacheable/tree/main/packages/file-entry-cache
72
+ [23]:
66
73
  https://github.com/jaredwray/cacheable/blob/main/packages/file-entry-cache/LICENSE
67
- [19]: https://github.com/npm/json-parse-even-better-errors
68
- [20]: https://github.com/npm/json-parse-even-better-errors/blob/main/LICENSE.md
74
+ [24]: https://github.com/npm/json-parse-even-better-errors
75
+ [25]: https://github.com/npm/json-parse-even-better-errors/blob/main/LICENSE.md
package/dist/version.d.ts CHANGED
@@ -1 +1 @@
1
- export declare const version = "5.77.1";
1
+ export declare const version = "5.77.2";
package/dist/version.js CHANGED
@@ -1 +1 @@
1
- export const version = '5.77.1';
1
+ export const version = '5.77.2';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "knip",
3
- "version": "5.77.1",
3
+ "version": "5.77.2",
4
4
  "description": "Find and fix unused dependencies, exports and files in your TypeScript and JavaScript projects",
5
5
  "homepage": "https://knip.dev",
6
6
  "repository": {