@quenty/maid 3.4.3 → 3.4.4-canary.11a5dcf.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/CHANGELOG.md CHANGED
@@ -3,6 +3,14 @@
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
+ ## [3.4.4-canary.11a5dcf.0](https://github.com/Quenty/NevermoreEngine/compare/@quenty/maid@3.4.3...@quenty/maid@3.4.4-canary.11a5dcf.0) (2025-05-10)
7
+
8
+ **Note:** Version bump only for package @quenty/maid
9
+
10
+
11
+
12
+
13
+
6
14
  ## [3.4.3](https://github.com/Quenty/NevermoreEngine/compare/@quenty/maid@3.4.2...@quenty/maid@3.4.3) (2025-04-10)
7
15
 
8
16
  **Note:** Version bump only for package @quenty/maid
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@quenty/maid",
3
- "version": "3.4.3",
3
+ "version": "3.4.4-canary.11a5dcf.0",
4
4
  "description": "Easily cleanup event listeners and objects in Roblox",
5
5
  "keywords": [
6
6
  "Roblox",
@@ -29,5 +29,5 @@
29
29
  "publishConfig": {
30
30
  "access": "public"
31
31
  },
32
- "gitHead": "b06c070ae91d5dab7bd8de6e290ad2caabb15d8f"
32
+ "gitHead": "11a5dcf7d4c7a0bfbf3337e97d30e8346ea09d3f"
33
33
  }
@@ -299,4 +299,4 @@ end
299
299
  ]]
300
300
  Maid.Destroy = Maid.DoCleaning
301
301
 
302
- return Maid
302
+ return Maid
@@ -18,4 +18,4 @@ return function()
18
18
  maid:DoCleaning()
19
19
  task.cancel(thread)
20
20
  end
21
- end
21
+ end
@@ -10,4 +10,4 @@ maid:Add(task.defer(function()
10
10
  task.wait(0.1)
11
11
  error("UPDATE (this should never print)")
12
12
  end
13
- end))
13
+ end))