@cspell/dict-npm 5.2.27 → 5.2.28

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/dict/npm.txt +2 -0
  2. package/package.json +2 -2
package/dict/npm.txt CHANGED
@@ -282,6 +282,8 @@ camelcase-css
282
282
  caniuse
283
283
  caniuse-lite
284
284
  canvas
285
+ canvaskit
286
+ canvaskit-wasm
285
287
  capacitor
286
288
  careful-downloader
287
289
  careful-faster-dirty-matter
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cspell/dict-npm",
3
- "version": "5.2.27",
3
+ "version": "5.2.28",
4
4
  "description": "Dictionary of common NPM packages for cspell.",
5
5
  "publishConfig": {
6
6
  "access": "public",
@@ -42,5 +42,5 @@
42
42
  "dict/npm.txt",
43
43
  "cspell-ext.json"
44
44
  ],
45
- "gitHead": "519609cb729de9d4be7edb4353d3ef896e249a23"
45
+ "gitHead": "eb2dd1fb97fdc4e6fb74cd3bfd192d493a4c6f86"
46
46
  }