@cspell/dict-npm 5.0.11 → 5.0.12

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
@@ -72,6 +72,7 @@ cli
72
72
  cli-color
73
73
  cli-table
74
74
  clone
75
+ clsx
75
76
  co
76
77
  coffee-script
77
78
  colors
@@ -733,6 +734,7 @@ xlsx
733
734
  xml2js
734
735
  xmldom
735
736
  xregexp
737
+ xstate
736
738
  xtend
737
739
  xterm
738
740
  yamljs
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cspell/dict-npm",
3
- "version": "5.0.11",
3
+ "version": "5.0.12",
4
4
  "description": "Dictionary of common NPM packages for cspell.",
5
5
  "publishConfig": {
6
6
  "access": "public"
@@ -37,5 +37,5 @@
37
37
  "dict/npm.txt",
38
38
  "cspell-ext.json"
39
39
  ],
40
- "gitHead": "3097013e574b3c2bfed326925e27cf3d50006a8a"
40
+ "gitHead": "1be5a9ff9c0d99c42ff57e931e4b87bbca164aa7"
41
41
  }