@cspell/dict-npm 5.2.23 → 5.2.25
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.
- package/dict/npm.txt +4 -0
- package/package.json +2 -2
package/dict/npm.txt
CHANGED
|
@@ -1789,6 +1789,7 @@ orchestrator
|
|
|
1789
1789
|
orm
|
|
1790
1790
|
os
|
|
1791
1791
|
osenv
|
|
1792
|
+
otp-io
|
|
1792
1793
|
otterhttp
|
|
1793
1794
|
outdent
|
|
1794
1795
|
outline-slowly
|
|
@@ -2313,6 +2314,7 @@ serverless-finch
|
|
|
2313
2314
|
serverless-spy
|
|
2314
2315
|
set
|
|
2315
2316
|
sha
|
|
2317
|
+
shadcn
|
|
2316
2318
|
shallowequal
|
|
2317
2319
|
shape-circle
|
|
2318
2320
|
shape-emoji
|
|
@@ -2447,6 +2449,7 @@ support-vessels-web3-vessels
|
|
|
2447
2449
|
supports-color
|
|
2448
2450
|
supports-hyperlinks
|
|
2449
2451
|
surrounded-characteristic-or-rain
|
|
2452
|
+
survey-core
|
|
2450
2453
|
suscipit-modi-ratione
|
|
2451
2454
|
svelte
|
|
2452
2455
|
svelte-check
|
|
@@ -2695,6 +2698,7 @@ vinyl-buffer
|
|
|
2695
2698
|
vinyl-fs
|
|
2696
2699
|
vinyl-source-stream
|
|
2697
2700
|
vinyl-sourcemaps-apply
|
|
2701
|
+
virtual-core
|
|
2698
2702
|
virtual-dom
|
|
2699
2703
|
visage
|
|
2700
2704
|
vite
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@cspell/dict-npm",
|
|
3
|
-
"version": "5.2.
|
|
3
|
+
"version": "5.2.25",
|
|
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": "
|
|
45
|
+
"gitHead": "cfe03c690dfb0dfefc90a59f9b218b6fbb2436a6"
|
|
46
46
|
}
|