@quenty/sounds 10.10.2 → 10.10.3-canary.547.11ae689.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,7 +3,19 @@
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.2](https://github.com/Quenty/NevermoreEngine/compare/@quenty/sounds@10.10.1...@quenty/sounds@10.10.2) (2025-04-05)
6
+ ## [10.10.3-canary.547.11ae689.0](https://github.com/Quenty/NevermoreEngine/compare/@quenty/sounds@10.10.1...@quenty/sounds@10.10.3-canary.547.11ae689.0) (2025-04-07)
7
+
8
+
9
+ ### Bug Fixes
10
+
11
+ * Add types to packages ([2374fb2](https://github.com/Quenty/NevermoreEngine/commit/2374fb2b043cfbe0e9b507b3316eec46a4e353a0))
12
+ * Bump package versions for republishing ([ba47c62](https://github.com/Quenty/NevermoreEngine/commit/ba47c62e32170bf74377b0c658c60b84306dc294))
13
+
14
+
15
+
16
+
17
+
18
+ ## [10.10.2](https://github.com/Quenty/NevermoreEngine/compare/@quenty/sounds@10.10.1...@quenty/sounds@10.10.2) (2025-04-07)
7
19
 
8
20
 
9
21
  ### Bug Fixes
package/LICENSE.md CHANGED
@@ -1,6 +1,6 @@
1
1
  MIT License
2
2
 
3
- Copyright (c) 2014-2024 James Onnen (Quenty)
3
+ Copyright (c) 2014-2025 James Onnen (Quenty)
4
4
 
5
5
  Permission is hereby granted, free of charge, to any person obtaining a copy
6
6
  of this software and associated documentation files (the "Software"), to deal
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@quenty/sounds",
3
- "version": "10.10.2",
3
+ "version": "10.10.3-canary.547.11ae689.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.1",
30
- "@quenty/maid": "^3.4.1",
31
- "@quenty/promise": "^10.10.2",
32
- "@quenty/promisemaid": "^5.10.2",
33
- "@quenty/rbxasset": "^5.8.1"
29
+ "@quenty/loader": "10.8.2-canary.547.11ae689.0",
30
+ "@quenty/maid": "3.4.2-canary.547.11ae689.0",
31
+ "@quenty/promise": "10.10.3-canary.547.11ae689.0",
32
+ "@quenty/promisemaid": "5.10.3-canary.547.11ae689.0",
33
+ "@quenty/rbxasset": "5.8.2-canary.547.11ae689.0"
34
34
  },
35
35
  "publishConfig": {
36
36
  "access": "public"
37
37
  },
38
- "gitHead": "78c3ac0ab08dd18085b6e6e6e4f745e76ed99f68"
38
+ "gitHead": "11ae6894c9c40c596e521dc1d2a71977af63752f"
39
39
  }