cspell-glob 8.8.0 → 8.8.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 +1 -5
- package/package.json +5 -5
package/README.md
CHANGED
|
@@ -32,10 +32,6 @@ The maintainers of cspell and thousands of other packages are working with Tidel
|
|
|
32
32
|
|
|
33
33
|
---
|
|
34
34
|
|
|
35
|
-
<p align="center">
|
|
36
|
-
Brought to you by <a href="https://streetsidesoftware.com" title="Street Side Software">
|
|
37
|
-
<img width="16" alt="Street Side Software Logo" src="https://i.imgur.com/CyduuVY.png" /> Street Side Software
|
|
38
|
-
</a>
|
|
39
|
-
</p>
|
|
35
|
+
<p align="center">Brought to you by<a href="https://streetsidesoftware.com" title="Street Side Software"><img width="16" alt="Street Side Software Logo" src="https://i.imgur.com/CyduuVY.png" /> Street Side Software</a></p>
|
|
40
36
|
|
|
41
37
|
<!--- @@inject-end: ../../static/footer.md --->
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "cspell-glob",
|
|
3
|
-
"version": "8.8.
|
|
3
|
+
"version": "8.8.2",
|
|
4
4
|
"description": "Glob matcher for cspell",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"cspell",
|
|
@@ -30,13 +30,13 @@
|
|
|
30
30
|
],
|
|
31
31
|
"scripts": {
|
|
32
32
|
"clean": "shx rm -rf dist temp coverage \"*.tsbuildInfo\"",
|
|
33
|
-
"build": "tsc -b .",
|
|
33
|
+
"build": "tsc -b . -f",
|
|
34
34
|
"build:esm": "tsc -p tsconfig.esm.json",
|
|
35
35
|
"clean-build": "pnpm run clean && pnpm run build",
|
|
36
36
|
"coverage": "vitest run --coverage",
|
|
37
37
|
"test:watch": "vitest",
|
|
38
38
|
"test": "vitest run",
|
|
39
|
-
"watch": "tsc -b . -w"
|
|
39
|
+
"watch": "tsc -b . -w -f"
|
|
40
40
|
},
|
|
41
41
|
"repository": {
|
|
42
42
|
"type": "git",
|
|
@@ -50,10 +50,10 @@
|
|
|
50
50
|
"node": ">=18"
|
|
51
51
|
},
|
|
52
52
|
"dependencies": {
|
|
53
|
-
"micromatch": "^4.0.
|
|
53
|
+
"micromatch": "^4.0.7"
|
|
54
54
|
},
|
|
55
55
|
"devDependencies": {
|
|
56
56
|
"@types/micromatch": "^4.0.7"
|
|
57
57
|
},
|
|
58
|
-
"gitHead": "
|
|
58
|
+
"gitHead": "e82ec807677c040c38b7d5608c8a8d42185d3b24"
|
|
59
59
|
}
|