@leather.io/utils 0.24.0 → 0.25.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.
- package/.turbo/turbo-build.log +4 -4
- package/CHANGELOG.md +7 -0
- package/dist/index.js +1451 -1
- package/dist/index.js.map +1 -1
- package/package.json +3 -3
- package/src/spam-filter/spam-filter.spec.ts +10 -13
- package/src/spam-filter/spam-filter.ts +5 -2
- package/src/spam-filter/tlds-list.ts +1447 -0
package/.turbo/turbo-build.log
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
|
|
2
|
-
> @leather.io/utils@0.
|
|
2
|
+
> @leather.io/utils@0.25.0 build /home/runner/work/mono/mono/packages/utils
|
|
3
3
|
> tsup
|
|
4
4
|
|
|
5
5
|
CLI Building entry: src/index.ts
|
|
@@ -8,9 +8,9 @@ CLI tsup v8.1.0
|
|
|
8
8
|
CLI Using tsup config: /home/runner/work/mono/mono/packages/utils/tsup.config.ts
|
|
9
9
|
CLI Target: es2022
|
|
10
10
|
ESM Build start
|
|
11
|
-
ESM dist/index.js
|
|
12
|
-
ESM dist/index.js.map
|
|
11
|
+
ESM dist/index.js 36.66 KB
|
|
12
|
+
ESM dist/index.js.map 70.66 KB
|
|
13
13
|
ESM ⚡️ Build success in 24ms
|
|
14
14
|
DTS Build start
|
|
15
|
-
DTS ⚡️ Build success in
|
|
15
|
+
DTS ⚡️ Build success in 1798ms
|
|
16
16
|
DTS dist/index.d.ts 9.68 KB
|
package/CHANGELOG.md
CHANGED
|
@@ -233,6 +233,13 @@
|
|
|
233
233
|
* dependencies
|
|
234
234
|
* @leather.io/rpc bumped to 2.5.3
|
|
235
235
|
|
|
236
|
+
## [0.25.0](https://github.com/leather-io/mono/compare/@leather.io/utils-v0.24.0...@leather.io/utils-v0.25.0) (2025-01-23)
|
|
237
|
+
|
|
238
|
+
|
|
239
|
+
### Features
|
|
240
|
+
|
|
241
|
+
* change spam filter logic, LEA-2072 ([cf7cfbc](https://github.com/leather-io/mono/commit/cf7cfbc0d113277dae4f3674d5ed23daad88365f))
|
|
242
|
+
|
|
236
243
|
## [0.24.0](https://github.com/leather-io/mono/compare/@leather.io/utils-v0.23.4...@leather.io/utils-v0.24.0) (2025-01-15)
|
|
237
244
|
|
|
238
245
|
|