@quenty/funnels 1.6.0-canary.ae8d76d.0 → 1.6.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,7 @@
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.6.0-canary.ae8d76d.0](https://github.com/Quenty/NevermoreEngine/compare/@quenty/funnels@1.5.3...@quenty/funnels@1.6.0-canary.ae8d76d.0) (2025-05-10)
6
+ # [1.6.0](https://github.com/Quenty/NevermoreEngine/compare/@quenty/funnels@1.5.3...@quenty/funnels@1.6.0) (2025-05-10)
7
7
 
8
8
 
9
9
  ### Bug Fixes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@quenty/funnels",
3
- "version": "1.6.0-canary.ae8d76d.0",
3
+ "version": "1.6.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.19.0-canary.ae8d76d.0",
29
- "@quenty/baseobject": "10.8.3",
30
- "@quenty/binder": "14.20.0-canary.ae8d76d.0",
31
- "@quenty/loader": "10.8.3",
32
- "@quenty/propertyvalue": "7.18.0-canary.ae8d76d.0",
33
- "@quenty/servicebag": "11.12.0-canary.ae8d76d.0"
28
+ "@quenty/adorneedata": "^7.19.0",
29
+ "@quenty/baseobject": "^10.9.0",
30
+ "@quenty/binder": "^14.20.0",
31
+ "@quenty/loader": "^10.9.0",
32
+ "@quenty/propertyvalue": "^7.18.0",
33
+ "@quenty/servicebag": "^11.12.0"
34
34
  },
35
35
  "publishConfig": {
36
36
  "access": "public"
37
37
  },
38
- "gitHead": "ae8d76d996594e017ac4bfa19f3c064ebe307cd8"
38
+ "gitHead": "20cff952c2cf06b959f2f11d2293bdef38acc604"
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 Signal = require("Signal")
9
8
  local BaseObject = require("BaseObject")
9
+ local Signal = require("Signal")
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