@cspell/dict-npm 5.2.13 → 5.2.15

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 +14 -3
  2. package/package.json +2 -2
package/dict/npm.txt CHANGED
@@ -93,6 +93,7 @@ assert
93
93
  assert-plus
94
94
  assets
95
95
  assign
96
+ assistant-ui
96
97
  assume
97
98
  astro
98
99
  astro-expressive-code
@@ -444,6 +445,7 @@ core-js
444
445
  coreui
445
446
  cors
446
447
  cosmiconfig
448
+ country-codes-flags-phone-codes
447
449
  coveralls
448
450
  cpy-cli
449
451
  crawler
@@ -466,6 +468,7 @@ crypto-js
466
468
  cson-parser
467
469
  cspell
468
470
  css
471
+ css-calc
469
472
  css-declaration-sorter
470
473
  css-functions-list
471
474
  css-loader
@@ -557,7 +560,6 @@ deven-org
557
560
  device-detector-js
558
561
  devkit
559
562
  devtea
560
- diahkomalasarinpm
561
563
  dicta-itaque-nemo
562
564
  dicta-recusandae-veniam
563
565
  did-enter-lay
@@ -654,6 +656,8 @@ emailjs
654
656
  ember-cli
655
657
  ember-cli-babel
656
658
  ember-cli-htmlbars
659
+ embla-carousel
660
+ embla-carousel-react
657
661
  embla-carousel-reactive-utils
658
662
  emmet
659
663
  emoji-js
@@ -919,6 +923,7 @@ github-buttons
919
923
  glob
920
924
  glob-parent
921
925
  global
926
+ globalart
922
927
  globals
923
928
  globals-docs
924
929
  globby
@@ -938,6 +943,7 @@ gradually-current-chief
938
943
  grammy
939
944
  grandlinex
940
945
  graph-these
946
+ graphiql
941
947
  graphql
942
948
  graphql-markdown
943
949
  graphql-tag
@@ -1231,6 +1237,7 @@ ink
1231
1237
  ink-docstrap
1232
1238
  inline-style-parser
1233
1239
  innosetup-compiler
1240
+ input-otp
1234
1241
  inquirer
1235
1242
  inquirer-autocomplete-prompt
1236
1243
  inside-throw
@@ -1502,6 +1509,7 @@ markdownlint
1502
1509
  markdownlint-cli
1503
1510
  marked
1504
1511
  marky-markdown
1512
+ mastra
1505
1513
  matcha
1506
1514
  material
1507
1515
  material-renderers
@@ -1628,6 +1636,7 @@ needle
1628
1636
  neostandard
1629
1637
  nest
1630
1638
  nest-commander
1639
+ nestjs-swagger
1631
1640
  nestjsx
1632
1641
  netlify
1633
1642
  netlify-cms-backend-bitbucket
@@ -1639,6 +1648,7 @@ newman
1639
1648
  newrelic
1640
1649
  next
1641
1650
  next-auth
1651
+ next-router-mock
1642
1652
  nextjs
1643
1653
  nextjs-api-reference
1644
1654
  nextra
@@ -1724,6 +1734,7 @@ nuke-cli
1724
1734
  nulla-voluptates-voluptates
1725
1735
  numeral
1726
1736
  nunjucks
1737
+ nuxt
1727
1738
  nvm
1728
1739
  nvmrc
1729
1740
  nwsapi
@@ -1742,7 +1753,6 @@ object-path
1742
1753
  observe-food-motion-hidden
1743
1754
  oclif
1744
1755
  octokit
1745
- odio-facilis-beatae
1746
1756
  odio-fugiat-in
1747
1757
  odit-maxime-porro-asperiores
1748
1758
  omit
@@ -1847,6 +1857,7 @@ playwright
1847
1857
  plist
1848
1858
  plugin-active-header-links
1849
1859
  plugin-commonjs
1860
+ plugin-doc-explorer
1850
1861
  plugin-error
1851
1862
  plugin-help
1852
1863
  plugin-hex-color
@@ -1938,7 +1949,6 @@ posthtml
1938
1949
  pothos
1939
1950
  pouchdb
1940
1951
  power-assert
1941
- praesentium-sint-dolorem
1942
1952
  pre-commit
1943
1953
  preact
1944
1954
  preid
@@ -2810,5 +2820,6 @@ zod
2810
2820
  zod-http-schemas
2811
2821
  zombie
2812
2822
  zone
2823
+ zoroaster
2813
2824
  zustand
2814
2825
  zuul
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cspell/dict-npm",
3
- "version": "5.2.13",
3
+ "version": "5.2.15",
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": "193ead81f348e5bd2512435f7a302b3c07cbbb47"
45
+ "gitHead": "4e38267954dec39878ec3fa0abc439e360b533c3"
46
46
  }