@cspell/dict-npm 5.0.11 → 5.0.13

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 +3 -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
@@ -150,6 +151,7 @@ eslintcache
150
151
  eslintignore
151
152
  eslintrc
152
153
  esprima
154
+ estree
153
155
  event-stream
154
156
  eventemitter2
155
157
  events
@@ -733,6 +735,7 @@ xlsx
733
735
  xml2js
734
736
  xmldom
735
737
  xregexp
738
+ xstate
736
739
  xtend
737
740
  xterm
738
741
  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.13",
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": "a411ccc24d2713bd0ec0b628c4c5a6de57e9f4e4"
41
41
  }