@quenty/sounds 10.10.5-canary.559.9f38947.0 → 10.11.0-canary.0a5db80.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,20 +3,12 @@
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
- ## [10.10.5-canary.559.9f38947.0](https://github.com/Quenty/NevermoreEngine/compare/@quenty/sounds@10.10.4...@quenty/sounds@10.10.5-canary.559.9f38947.0) (2025-05-10)
6
+ # [10.11.0-canary.0a5db80.0](https://github.com/Quenty/NevermoreEngine/compare/@quenty/sounds@10.10.3...@quenty/sounds@10.11.0-canary.0a5db80.0) (2025-05-10)
7
7
 
8
8
 
9
9
  ### Bug Fixes
10
10
 
11
- * Additional type checking updates ([05ba29a](https://github.com/Quenty/NevermoreEngine/commit/05ba29a03efc9f3feed74b34f1d9dfb237496214))
12
-
13
-
14
-
15
-
16
-
17
- ## [10.10.4](https://github.com/Quenty/NevermoreEngine/compare/@quenty/sounds@10.10.3...@quenty/sounds@10.10.4) (2025-04-10)
18
-
19
- **Note:** Version bump only for package @quenty/sounds
11
+ * Additional type checking updates ([7e008c5](https://github.com/Quenty/NevermoreEngine/commit/7e008c58547bd00b5904e56541454a38c8d72ccc))
20
12
 
21
13
 
22
14
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@quenty/sounds",
3
- "version": "10.10.5-canary.559.9f38947.0",
3
+ "version": "10.11.0-canary.0a5db80.0",
4
4
  "description": "Utility functions involving sounds and their state",
5
5
  "keywords": [
6
6
  "Roblox",
@@ -26,14 +26,14 @@
26
26
  "Quenty"
27
27
  ],
28
28
  "dependencies": {
29
- "@quenty/loader": "10.8.4-canary.559.9f38947.0",
30
- "@quenty/maid": "3.4.4-canary.559.9f38947.0",
31
- "@quenty/promise": "10.10.5-canary.559.9f38947.0",
32
- "@quenty/promisemaid": "5.10.5-canary.559.9f38947.0",
33
- "@quenty/rbxasset": "5.8.4-canary.559.9f38947.0"
29
+ "@quenty/loader": "10.9.0-canary.0a5db80.0",
30
+ "@quenty/maid": "3.5.0-canary.0a5db80.0",
31
+ "@quenty/promise": "10.11.0-canary.0a5db80.0",
32
+ "@quenty/promisemaid": "5.11.0-canary.0a5db80.0",
33
+ "@quenty/rbxasset": "5.9.0-canary.0a5db80.0"
34
34
  },
35
35
  "publishConfig": {
36
36
  "access": "public"
37
37
  },
38
- "gitHead": "9f38947767d202411936a5c98898033df5865da0"
38
+ "gitHead": "0a5db8004684dc3e76fd5944599a22602d48cfa9"
39
39
  }
@@ -6,10 +6,10 @@
6
6
 
7
7
  local require = require(script.Parent.loader).load(script)
8
8
 
9
- local Maid = require("Maid")
10
9
  local Promise = require("Promise")
11
- local PromiseMaidUtils = require("PromiseMaidUtils")
12
10
  local PromiseUtils = require("PromiseUtils")
11
+ local PromiseMaidUtils = require("PromiseMaidUtils")
12
+ local Maid = require("Maid")
13
13
 
14
14
  local SoundPromiseUtils = {}
15
15
 
@@ -11,11 +11,11 @@
11
11
 
12
12
  local require = require(script.Parent.loader).load(script)
13
13
 
14
- local RunService = game:GetService("RunService")
15
14
  local SoundService = game:GetService("SoundService")
15
+ local RunService = game:GetService("RunService")
16
16
 
17
- local RbxAssetUtils = require("RbxAssetUtils")
18
17
  local SoundPromiseUtils = require("SoundPromiseUtils")
18
+ local RbxAssetUtils = require("RbxAssetUtils")
19
19
 
20
20
  export type SoundOptions = {
21
21
  SoundId: number | string,
@@ -197,4 +197,4 @@ function SoundUtils.playTemplateInParent(templates, templateName: string, parent
197
197
  return sound
198
198
  end
199
199
 
200
- return SoundUtils
200
+ return SoundUtils