string-filters 0.3.4 → 0.3.5

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.
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * String Filters v0.3.3
2
+ * String Filters v0.3.5
3
3
  * Homepage (https://github.com/tarkhov/js-string-filters)
4
4
  * Copyright 2026 Tarkhov
5
5
  * License: MIT
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * String Filters v0.3.3
2
+ * String Filters v0.3.5
3
3
  * Homepage (https://github.com/tarkhov/js-string-filters)
4
4
  * Copyright 2026 Tarkhov
5
5
  * License: MIT
package/package.json CHANGED
@@ -1,9 +1,8 @@
1
1
  {
2
2
  "name": "string-filters",
3
- "version": "0.3.4",
3
+ "version": "0.3.5",
4
4
  "description": "Fast native javascript string filters library.",
5
5
  "type": "module",
6
- "types": "./dist/types/main.d.ts",
7
6
  "files": [
8
7
  "dist"
9
8
  ],
@@ -11,6 +10,7 @@
11
10
  "module": "./dist/string-filters.js",
12
11
  "exports": {
13
12
  ".": {
13
+ "types": "./dist/types/main.d.ts",
14
14
  "import": "./dist/string-filters.js",
15
15
  "require": "./dist/string-filters.umd.cjs"
16
16
  }