@quenty/textfilterservice 13.18.0 → 13.18.1

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/CHANGELOG.md CHANGED
@@ -3,6 +3,17 @@
3
3
  All notable changes to this project will be documented in this file.
4
4
  See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
5
 
6
+ ## [13.18.1](https://github.com/Quenty/NevermoreEngine/compare/@quenty/textfilterservice@13.18.0...@quenty/textfilterservice@13.18.1) (2025-04-05)
7
+
8
+
9
+ ### Bug Fixes
10
+
11
+ * Add types to packages ([2374fb2](https://github.com/Quenty/NevermoreEngine/commit/2374fb2b043cfbe0e9b507b3316eec46a4e353a0))
12
+
13
+
14
+
15
+
16
+
6
17
  # [13.18.0](https://github.com/Quenty/NevermoreEngine/compare/@quenty/textfilterservice@13.17.2...@quenty/textfilterservice@13.18.0) (2025-04-02)
7
18
 
8
19
  **Note:** Version bump only for package @quenty/textfilterservice
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@quenty/textfilterservice",
3
- "version": "13.18.0",
3
+ "version": "13.18.1",
4
4
  "description": "Utility service that provides text filtering to the client",
5
5
  "keywords": [
6
6
  "Roblox",
@@ -27,15 +27,15 @@
27
27
  "Quenty"
28
28
  ],
29
29
  "dependencies": {
30
- "@quenty/loader": "^10.8.0",
31
- "@quenty/promise": "^10.10.1",
32
- "@quenty/remoting": "^12.18.0",
33
- "@quenty/rx": "^13.17.0",
34
- "@quenty/table": "^3.7.1",
35
- "@quenty/textfilterutils": "^10.10.1"
30
+ "@quenty/loader": "^10.8.1",
31
+ "@quenty/promise": "^10.10.2",
32
+ "@quenty/remoting": "^12.18.1",
33
+ "@quenty/rx": "^13.17.1",
34
+ "@quenty/table": "^3.7.2",
35
+ "@quenty/textfilterutils": "^10.10.2"
36
36
  },
37
37
  "publishConfig": {
38
38
  "access": "public"
39
39
  },
40
- "gitHead": "e8ea56930e65322fcffc05a1556d5df988068f0b"
40
+ "gitHead": "78c3ac0ab08dd18085b6e6e6e4f745e76ed99f68"
41
41
  }
@@ -55,7 +55,7 @@ end
55
55
  @param text string
56
56
  @return Promise<string>
57
57
  ]=]
58
- function TextFilterServiceClient:PromisePreviewNonChatStringForBroadcast(text)
58
+ function TextFilterServiceClient:PromisePreviewNonChatStringForBroadcast(text: string)
59
59
  assert(type(text) == "string", "Bad text")
60
60
 
61
61
  return self:_promiseInvokeRemoteFunction(