@taiga-ui/cspell-config 0.227.0 → 0.229.0

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/configs/all.json +2 -1
  2. package/package.json +2 -2
package/configs/all.json CHANGED
@@ -560,6 +560,7 @@
560
560
  "Arutiunov",
561
561
  "longtap",
562
562
  "urlset",
563
- "scrollend"
563
+ "scrollend",
564
+ "opensearchservice"
564
565
  ]
565
566
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@taiga-ui/cspell-config",
3
- "version": "0.227.0",
3
+ "version": "0.229.0",
4
4
  "description": "Taiga UI cspell config",
5
5
  "keywords": [
6
6
  "cspell"
@@ -16,7 +16,7 @@
16
16
  "@cspell/dict-lorem-ipsum": "^4.0.3",
17
17
  "@cspell/dict-ru_ru": "^2.2.4",
18
18
  "@cspell/dict-scientific-terms-us": "^3.0.4",
19
- "cspell": "^8.15.4"
19
+ "cspell": "^8.15.5"
20
20
  },
21
21
  "publishConfig": {
22
22
  "access": "public"