@quenty/promisemaid 5.10.4 → 5.10.5-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
+ ## [5.10.5-canary.11a5dcf.0](https://github.com/Quenty/NevermoreEngine/compare/@quenty/promisemaid@5.10.4...@quenty/promisemaid@5.10.5-canary.11a5dcf.0) (2025-05-10)
7
+
8
+ **Note:** Version bump only for package @quenty/promisemaid
9
+
10
+
11
+
12
+
13
+
6
14
  ## [5.10.4](https://github.com/Quenty/NevermoreEngine/compare/@quenty/promisemaid@5.10.3...@quenty/promisemaid@5.10.4) (2025-04-10)
7
15
 
8
16
  **Note:** Version bump only for package @quenty/promisemaid
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@quenty/promisemaid",
3
- "version": "5.10.4",
3
+ "version": "5.10.5-canary.11a5dcf.0",
4
4
  "description": "Utility methods around promises and maids",
5
5
  "keywords": [
6
6
  "Roblox",
@@ -25,12 +25,12 @@
25
25
  "Quenty"
26
26
  ],
27
27
  "dependencies": {
28
- "@quenty/loader": "^10.8.3",
29
- "@quenty/maid": "^3.4.3",
30
- "@quenty/promise": "^10.10.4"
28
+ "@quenty/loader": "10.8.4-canary.11a5dcf.0",
29
+ "@quenty/maid": "3.4.4-canary.11a5dcf.0",
30
+ "@quenty/promise": "10.10.5-canary.11a5dcf.0"
31
31
  },
32
32
  "publishConfig": {
33
33
  "access": "public"
34
34
  },
35
- "gitHead": "b06c070ae91d5dab7bd8de6e290ad2caabb15d8f"
35
+ "gitHead": "11a5dcf7d4c7a0bfbf3337e97d30e8346ea09d3f"
36
36
  }
@@ -39,4 +39,4 @@ function PromiseMaidUtils.whilePromise<T...>(promise: Promise.Promise<T...>, cal
39
39
  return maid
40
40
  end
41
41
 
42
- return PromiseMaidUtils
42
+ return PromiseMaidUtils