cspell-cli 9.3.0 → 9.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 (3) hide show
  1. package/README.md +1 -1
  2. package/index.js +1 -1
  3. package/package.json +2 -2
package/README.md CHANGED
@@ -18,7 +18,7 @@ This repository enables using [cspell](https://github.com/streetsidesoftware/csp
18
18
  # .pre-commit-config.yaml
19
19
  repos:
20
20
  - repo: https://github.com/streetsidesoftware/cspell-cli
21
- rev: v9.3.0
21
+ rev: v9.3.3
22
22
  hooks:
23
23
  - id: cspell # Spell check changed files
24
24
  - id: cspell # Spell check the commit message
package/index.js CHANGED
@@ -1,3 +1,3 @@
1
1
  #!/usr/bin/env node
2
2
 
3
- import "cspell/bin";
3
+ import 'cspell/bin';
package/package.json CHANGED
@@ -4,7 +4,7 @@
4
4
  "access": "public",
5
5
  "provenance": true
6
6
  },
7
- "version": "9.3.0",
7
+ "version": "9.3.3",
8
8
  "description": "CLI for cspell; A Spelling Checker for Code!",
9
9
  "type": "module",
10
10
  "module": "index.js",
@@ -47,7 +47,7 @@
47
47
  "node": ">=20"
48
48
  },
49
49
  "dependencies": {
50
- "cspell": "^9.3.0"
50
+ "cspell": "^9.3.2"
51
51
  },
52
52
  "devDependencies": {
53
53
  "inject-markdown": "^4.0.0",