@quenty/funnels 1.5.3 → 1.5.4-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,17 @@
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.11a5dcf.0](https://github.com/Quenty/NevermoreEngine/compare/@quenty/funnels@1.5.3...@quenty/funnels@1.5.4-canary.11a5dcf.0) (2025-05-10)
7
+
8
+
9
+ ### Bug Fixes
10
+
11
+ * Additional type checking updates ([05ba29a](https://github.com/Quenty/NevermoreEngine/commit/05ba29a03efc9f3feed74b34f1d9dfb237496214))
12
+
13
+
14
+
15
+
16
+
6
17
  ## [1.5.3](https://github.com/Quenty/NevermoreEngine/compare/@quenty/funnels@1.5.2...@quenty/funnels@1.5.3) (2025-04-10)
7
18
 
8
19
  **Note:** Version bump only for package @quenty/funnels
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@quenty/funnels",
3
- "version": "1.5.3",
3
+ "version": "1.5.4-canary.11a5dcf.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.3",
29
- "@quenty/baseobject": "^10.8.3",
30
- "@quenty/binder": "^14.19.3",
31
- "@quenty/loader": "^10.8.3",
32
- "@quenty/propertyvalue": "^7.17.3",
33
- "@quenty/servicebag": "^11.11.4"
28
+ "@quenty/adorneedata": "7.18.4-canary.11a5dcf.0",
29
+ "@quenty/baseobject": "10.8.4-canary.11a5dcf.0",
30
+ "@quenty/binder": "14.19.4-canary.11a5dcf.0",
31
+ "@quenty/loader": "10.8.4-canary.11a5dcf.0",
32
+ "@quenty/propertyvalue": "7.17.4-canary.11a5dcf.0",
33
+ "@quenty/servicebag": "11.11.5-canary.11a5dcf.0"
34
34
  },
35
35
  "publishConfig": {
36
36
  "access": "public"
37
37
  },
38
- "gitHead": "b06c070ae91d5dab7bd8de6e290ad2caabb15d8f"
38
+ "gitHead": "11a5dcf7d4c7a0bfbf3337e97d30e8346ea09d3f"
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,9 +5,8 @@
5
5
 
6
6
  local require = require(script.Parent.loader).load(script)
7
7
 
8
- local Signal = require("Signal")
9
8
  local BaseObject = require("BaseObject")
10
- local _Maid = require("Maid")
9
+ local Signal = require("Signal")
11
10
 
12
11
  local FunnelStepTracker = setmetatable({}, BaseObject)
13
12
  FunnelStepTracker.ClassName = "FunnelStepTracker"
@@ -90,4 +89,4 @@ function FunnelStepTracker.ClearLoggedSteps(self: FunnelStepTracker)
90
89
  table.clear(self._stepsLogged)
91
90
  end
92
91
 
93
- return FunnelStepTracker
92
+ return FunnelStepTracker