@digigov/text-search 2.0.0-f4bd66e1 → 2.0.3

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 (3) hide show
  1. package/CHANGELOG.md +36 -3
  2. package/index.js +1 -1
  3. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -1,11 +1,42 @@
1
1
  # Change Log - @digigov/text-search
2
2
 
3
- This log was last generated on Fri, 16 Feb 2024 09:57:32 GMT and should not be manually modified.
3
+ This log was last generated on Wed, 21 Jan 2026 21:01:49 GMT and should not be manually modified.
4
+
5
+ ## 2.0.3
6
+ Wed, 21 Jan 2026 21:01:49 GMT
7
+
8
+ _Version update only_
9
+
10
+ ## 2.0.2
11
+ Wed, 21 Jan 2026 15:58:34 GMT
12
+
13
+ ### Breaking changes
14
+
15
+ - Make lib "pure ESM"
16
+
17
+ ### Minor changes
18
+
19
+ - Update build script
20
+ - Upgrade react peer dependency version to include ^19.1.0 along with ^18.3.0
21
+
22
+ ### Patches
23
+
24
+ - Update package.json
25
+ - Add support for React v18
26
+
27
+ ### Updates
28
+
29
+ - Fix linter errors
30
+ - Disable erroneous test
31
+ - Update @types/node
32
+ - Replace jest with vitest
4
33
 
5
34
  ## 1.1.2
6
35
  Fri, 16 Feb 2024 09:57:32 GMT
7
36
 
8
- _Version update only_
37
+ ### Updates
38
+
39
+ - Upgrade ESLint & Prettier
9
40
 
10
41
  ## 1.1.1
11
42
  Mon, 29 Jan 2024 17:45:11 GMT
@@ -22,7 +53,9 @@ Mon, 29 Jan 2024 10:46:50 GMT
22
53
  ## 1.0.1
23
54
  Tue, 19 Dec 2023 15:00:14 GMT
24
55
 
25
- _Version update only_
56
+ ### Updates
57
+
58
+ - Upgrade @types/node to v18
26
59
 
27
60
  ## 1.0.0
28
61
  Fri, 15 Dec 2023 15:23:56 GMT
package/index.js CHANGED
@@ -1,4 +1,4 @@
1
- /** @license Digigov v2.0.0-f4bd66e1
1
+ /** @license Digigov v2.0.3
2
2
  *
3
3
  * This source code is licensed under the BSD-2-Clause license found in the
4
4
  * LICENSE file in the root directory of this source tree.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@digigov/text-search",
3
- "version": "2.0.0-f4bd66e1",
3
+ "version": "2.0.3",
4
4
  "description": "@digigov text-search",
5
5
  "author": "GRNET Developers <devs@lists.grnet.gr>",
6
6
  "license": "BSD-2-Clause",