cspell 7.3.2 → 7.3.3

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 +8 -4
  2. package/package.json +10 -10
package/README.md CHANGED
@@ -10,10 +10,14 @@ A Spell Checker for Code!
10
10
 
11
11
  ## Support Future Development
12
12
 
13
- - Become a [<img src="https://github.githubassets.com/images/modules/site/icons/funding_platforms/patreon.svg" width="16" height="16" alt="Patreon">Patreon!](https://patreon.com/streetsidesoftware)
14
- - [Support through ![PayPal](https://raw.githubusercontent.com/streetsidesoftware/vscode-spell-checker/main/images/PayPal/paypal-logo-wide-18.png)](https://www.paypal.com/donate/?hosted_button_id=26LNBP2Q6MKCY)
15
- - [Open Collective](https://opencollective.com/cspell)
16
- - [Street Side Software](https://streetsidesoftware.com/support)
13
+ <!--- @@inject: ../../static/sponsor.md --->
14
+
15
+ - [![GitHub Sponsors](https://img.shields.io/badge/-black?style=social&logo=githubsponsors&label=GitHub%20Sponsor%3A%20Street%20Side%20Software)](https://github.com/sponsors/streetsidesoftware)
16
+ - [![Patreon](https://img.shields.io/badge/-black?style=social&logo=patreon&label=Patreon%3A%20Street%20Side%20Software)](https://patreon.com/streetsidesoftware)
17
+ - [![PayPal](https://img.shields.io/badge/-black?style=social&logo=paypal&label=PayPal%20Donate%3A%20Street%20Side%20Software)](https://www.paypal.com/donate/?hosted_button_id=26LNBP2Q6MKCY)
18
+ - [![Open Collective](https://img.shields.io/badge/-black?style=social&logo=opencollective&label=Open%20Collective%3A%20CSpell)](https://opencollective.com/cspell)
19
+
20
+ <!--- @@inject-end: ../../static/sponsor.md --->
17
21
 
18
22
  ## Features
19
23
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "cspell",
3
- "version": "7.3.2",
3
+ "version": "7.3.3",
4
4
  "description": "A Spelling Checker for Code!",
5
5
  "funding": "https://github.com/streetsidesoftware/cspell?sponsor=1",
6
6
  "bin": {
@@ -80,17 +80,17 @@
80
80
  },
81
81
  "homepage": "https://streetsidesoftware.github.io/cspell/",
82
82
  "dependencies": {
83
- "@cspell/cspell-json-reporter": "7.3.2",
84
- "@cspell/cspell-pipe": "7.3.2",
85
- "@cspell/cspell-types": "7.3.2",
86
- "@cspell/dynamic-import": "7.3.2",
83
+ "@cspell/cspell-json-reporter": "7.3.3",
84
+ "@cspell/cspell-pipe": "7.3.3",
85
+ "@cspell/cspell-types": "7.3.3",
86
+ "@cspell/dynamic-import": "7.3.3",
87
87
  "chalk": "^5.3.0",
88
88
  "chalk-template": "^1.1.0",
89
89
  "commander": "^11.0.0",
90
- "cspell-gitignore": "7.3.2",
91
- "cspell-glob": "7.3.2",
92
- "cspell-io": "7.3.2",
93
- "cspell-lib": "7.3.2",
90
+ "cspell-gitignore": "7.3.3",
91
+ "cspell-glob": "7.3.3",
92
+ "cspell-io": "7.3.3",
93
+ "cspell-lib": "7.3.3",
94
94
  "fast-glob": "^3.3.1",
95
95
  "fast-json-stable-stringify": "^2.1.0",
96
96
  "file-entry-cache": "^6.0.1",
@@ -110,5 +110,5 @@
110
110
  "micromatch": "^4.0.5",
111
111
  "minimatch": "^9.0.3"
112
112
  },
113
- "gitHead": "71d88d4e4d2252124a952c78d4fc03ce0a6d67e3"
113
+ "gitHead": "da65ffafaa6a039cedc52d9e029c53ddd273a1fb"
114
114
  }