@arsedizioni/ars-utils 21.0.47 → 21.0.51

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@arsedizioni/ars-utils",
3
- "version": "21.0.47",
3
+ "version": "21.0.51",
4
4
  "author": {
5
5
  "email": "software@arsedizioni.it",
6
6
  "name": "Fabio Buscaroli, Alberto Doria"
@@ -207,7 +207,7 @@ declare enum ClipperQueryDocumentFlags {
207
207
  AbrogatedOnly = 2,
208
208
  NotAbrogatedOnly = 4,
209
209
  CommentedOnly = 8,
210
- UseSemanticSearch = 32,
210
+ UseKeywordSearch = 32,
211
211
  NotRead = 64
212
212
  }
213
213
  declare class ClipperSearchParams {