@quenty/funnels 1.5.4-canary.559.9f38947.0 → 1.6.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
- ## [1.5.4-canary.559.9f38947.0](https://github.com/Quenty/NevermoreEngine/compare/@quenty/funnels@1.5.3...@quenty/funnels@1.5.4-canary.559.9f38947.0) (2025-05-10)
6
+ # [1.6.0-canary.0a5db80.0](https://github.com/Quenty/NevermoreEngine/compare/@quenty/funnels@1.5.2...@quenty/funnels@1.6.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
- ## [1.5.3](https://github.com/Quenty/NevermoreEngine/compare/@quenty/funnels@1.5.2...@quenty/funnels@1.5.3) (2025-04-10)
18
-
19
- **Note:** Version bump only for package @quenty/funnels
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/funnels",
3
- "version": "1.5.4-canary.559.9f38947.0",
3
+ "version": "1.6.0-canary.0a5db80.0",
4
4
  "description": "Funnel utility class",
5
5
  "keywords": [
6
6
  "Roblox",
@@ -25,15 +25,15 @@
25
25
  "Quenty"
26
26
  ],
27
27
  "dependencies": {
28
- "@quenty/adorneedata": "7.18.4-canary.559.9f38947.0",
29
- "@quenty/baseobject": "10.8.4-canary.559.9f38947.0",
30
- "@quenty/binder": "14.19.4-canary.559.9f38947.0",
31
- "@quenty/loader": "10.8.4-canary.559.9f38947.0",
32
- "@quenty/propertyvalue": "7.17.4-canary.559.9f38947.0",
33
- "@quenty/servicebag": "11.11.5-canary.559.9f38947.0"
28
+ "@quenty/adorneedata": "7.19.0-canary.0a5db80.0",
29
+ "@quenty/baseobject": "10.9.0-canary.0a5db80.0",
30
+ "@quenty/binder": "14.20.0-canary.0a5db80.0",
31
+ "@quenty/loader": "10.9.0-canary.0a5db80.0",
32
+ "@quenty/propertyvalue": "7.18.0-canary.0a5db80.0",
33
+ "@quenty/servicebag": "11.12.0-canary.0a5db80.0"
34
34
  },
35
35
  "publishConfig": {
36
36
  "access": "public"
37
37
  },
38
- "gitHead": "9f38947767d202411936a5c98898033df5865da0"
38
+ "gitHead": "0a5db8004684dc3e76fd5944599a22602d48cfa9"
39
39
  }
@@ -79,4 +79,4 @@ function FunnelStepLogger._sendStep(self: FunnelStepLogger, stepNumber: number,
79
79
  end
80
80
  end
81
81
 
82
- return FunnelStepLogger
82
+ return FunnelStepLogger
@@ -5,8 +5,8 @@
5
5
 
6
6
  local require = require(script.Parent.loader).load(script)
7
7
 
8
- local BaseObject = require("BaseObject")
9
8
  local Signal = require("Signal")
9
+ local BaseObject = require("BaseObject")
10
10
 
11
11
  local FunnelStepTracker = setmetatable({}, BaseObject)
12
12
  FunnelStepTracker.ClassName = "FunnelStepTracker"
@@ -89,4 +89,4 @@ function FunnelStepTracker.ClearLoggedSteps(self: FunnelStepTracker)
89
89
  table.clear(self._stepsLogged)
90
90
  end
91
91
 
92
- return FunnelStepTracker
92
+ return FunnelStepTracker