@quenty/soundplayer 7.2.1-canary.462.d021943.0 → 7.2.2-canary.468.ea8a226.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
- ## [7.2.1-canary.462.d021943.0](https://github.com/Quenty/NevermoreEngine/compare/@quenty/soundplayer@7.2.0...@quenty/soundplayer@7.2.1-canary.462.d021943.0) (2024-04-28)
6
+ ## [7.2.2-canary.468.ea8a226.0](https://github.com/Quenty/NevermoreEngine/compare/@quenty/soundplayer@7.2.1...@quenty/soundplayer@7.2.2-canary.468.ea8a226.0) (2024-05-09)
7
+
8
+
9
+ ### Bug Fixes
10
+
11
+ * Bootstrap specifically to loader ([7f4d4f9](https://github.com/Quenty/NevermoreEngine/commit/7f4d4f9cd4a6602af8daaf04983bb349dafc7e95))
12
+ * Fix .package-lock.json replicating in packages ([75d0efe](https://github.com/Quenty/NevermoreEngine/commit/75d0efeef239f221d93352af71a5b3e930ec23c5))
13
+
14
+
15
+
16
+
17
+
18
+ ## [7.2.1](https://github.com/Quenty/NevermoreEngine/compare/@quenty/soundplayer@7.2.0...@quenty/soundplayer@7.2.1) (2024-04-28)
7
19
 
8
20
  **Note:** Version bump only for package @quenty/soundplayer
9
21
 
@@ -1,5 +1,6 @@
1
1
  {
2
2
  "name": "soundplayer",
3
+ "globIgnorePaths": [ "**/.package-lock.json" ],
3
4
  "tree": {
4
5
  "$path": "src"
5
6
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@quenty/soundplayer",
3
- "version": "7.2.1-canary.462.d021943.0",
3
+ "version": "7.2.2-canary.468.ea8a226.0",
4
4
  "description": "Sound playback helper",
5
5
  "keywords": [
6
6
  "Roblox",
@@ -25,28 +25,28 @@
25
25
  "Quenty"
26
26
  ],
27
27
  "dependencies": {
28
- "@quenty/adorneeutils": "3.1.0",
29
- "@quenty/baseobject": "10.2.0",
30
- "@quenty/blend": "12.2.0",
31
- "@quenty/brio": "14.2.0",
32
- "@quenty/instanceutils": "13.2.0",
33
- "@quenty/loader": "10.2.0",
34
- "@quenty/maid": "3.1.0",
35
- "@quenty/numberrangeutils": "3.0.0",
36
- "@quenty/promise": "10.2.0",
37
- "@quenty/promisemaid": "5.2.0",
38
- "@quenty/randomutils": "6.2.1-canary.462.d021943.0",
39
- "@quenty/rbxasset": "5.2.0",
40
- "@quenty/rx": "13.2.0",
41
- "@quenty/signal": "7.2.0",
42
- "@quenty/sounds": "10.2.0",
43
- "@quenty/table": "3.4.0",
44
- "@quenty/transitionmodel": "7.2.0",
45
- "@quenty/valueobject": "13.2.0",
28
+ "@quenty/adorneeutils": "3.1.1-canary.468.ea8a226.0",
29
+ "@quenty/baseobject": "10.2.1-canary.468.ea8a226.0",
30
+ "@quenty/blend": "12.2.1-canary.468.ea8a226.0",
31
+ "@quenty/brio": "14.2.1-canary.468.ea8a226.0",
32
+ "@quenty/instanceutils": "13.2.1-canary.468.ea8a226.0",
33
+ "@quenty/loader": "10.2.1-canary.468.ea8a226.0",
34
+ "@quenty/maid": "3.1.1-canary.468.ea8a226.0",
35
+ "@quenty/numberrangeutils": "3.0.1-canary.468.ea8a226.0",
36
+ "@quenty/promise": "10.2.1-canary.468.ea8a226.0",
37
+ "@quenty/promisemaid": "5.2.1-canary.468.ea8a226.0",
38
+ "@quenty/randomutils": "6.2.2-canary.468.ea8a226.0",
39
+ "@quenty/rbxasset": "5.2.1-canary.468.ea8a226.0",
40
+ "@quenty/rx": "13.2.1-canary.468.ea8a226.0",
41
+ "@quenty/signal": "7.2.1-canary.468.ea8a226.0",
42
+ "@quenty/sounds": "10.2.1-canary.468.ea8a226.0",
43
+ "@quenty/table": "3.4.1-canary.468.ea8a226.0",
44
+ "@quenty/transitionmodel": "7.2.1-canary.468.ea8a226.0",
45
+ "@quenty/valueobject": "13.2.1-canary.468.ea8a226.0",
46
46
  "@quentystudios/t": "^3.0.0"
47
47
  },
48
48
  "publishConfig": {
49
49
  "access": "public"
50
50
  },
51
- "gitHead": "d021943d32490d67cf66e0d921f9a87598ee7537"
51
+ "gitHead": "ea8a2260a364aaf6d6c246a93632b789935da134"
52
52
  }
@@ -2,7 +2,7 @@
2
2
  @class LayeredLoopedSoundPlayer.story
3
3
  ]]
4
4
 
5
- local require = require(game:GetService("ServerScriptService"):FindFirstChild("LoaderUtils", true).Parent).load(script)
5
+ local require = require(game:GetService("ServerScriptService"):FindFirstChild("LoaderUtils", true).Parent).bootstrapStory(script)
6
6
 
7
7
  local Maid = require("Maid")
8
8
  local LayeredLoopedSoundPlayer = require("LayeredLoopedSoundPlayer")
@@ -2,7 +2,7 @@
2
2
  @class LoopedSoundPlayer.story
3
3
  ]]
4
4
 
5
- local require = require(game:GetService("ServerScriptService"):FindFirstChild("LoaderUtils", true).Parent).load(script)
5
+ local require = require(game:GetService("ServerScriptService"):FindFirstChild("LoaderUtils", true).Parent).bootstrapStory(script)
6
6
 
7
7
  local Maid = require("Maid")
8
8
  local LoopedSoundPlayer = require("LoopedSoundPlayer")
@@ -2,7 +2,7 @@
2
2
  @class SimpleLoopedSoundPlayer.story
3
3
  ]]
4
4
 
5
- local require = require(game:GetService("ServerScriptService"):FindFirstChild("LoaderUtils", true).Parent).load(script)
5
+ local require = require(game:GetService("ServerScriptService"):FindFirstChild("LoaderUtils", true).Parent).bootstrapStory(script)
6
6
 
7
7
  local Maid = require("Maid")
8
8
  local SimpleLoopedSoundPlayer = require("SimpleLoopedSoundPlayer")