@cspell/dict-npm 5.2.37 → 5.2.38

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
@@ -62,6 +62,7 @@ aperiam-fugit-error
62
62
  api
63
63
  api-components
64
64
  api-console
65
+ api-contracts
65
66
  api-extractor
66
67
  api-method-documentation
67
68
  api-reference
@@ -664,6 +665,7 @@ egjs
664
665
  eightshift
665
666
  ejs
666
667
  elasticsearch
668
+ eld
667
669
  electricity-death-web3-story
668
670
  electron
669
671
  electron-builder
@@ -1502,6 +1504,7 @@ log4js
1502
1504
  logger
1503
1505
  logging-helpers
1504
1506
  loglevel
1507
+ lokalise
1505
1508
  loki
1506
1509
  long
1507
1510
  loopback
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cspell/dict-npm",
3
- "version": "5.2.37",
3
+ "version": "5.2.38",
4
4
  "description": "Dictionary of common NPM packages for cspell.",
5
5
  "publishConfig": {
6
6
  "access": "public",
@@ -42,5 +42,5 @@
42
42
  "update-dictionary": "pnpm update-npm-package-list --silent && pnpm run build",
43
43
  "update-npm-package-list": "./scripts/update-npm-package-list.mjs"
44
44
  },
45
- "gitHead": "86d6d1fc5212a9b9ec281cc238176989e3980f65"
45
+ "gitHead": "81587936e4538521cccf069cebdf03872f2a478c"
46
46
  }