@quenty/boundlinkutils 14.6.0 → 14.6.1-canary.497.2df557a.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,14 @@
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
+ ## [14.6.1-canary.497.2df557a.0](https://github.com/Quenty/NevermoreEngine/compare/@quenty/boundlinkutils@14.6.0...@quenty/boundlinkutils@14.6.1-canary.497.2df557a.0) (2024-09-20)
7
+
8
+ **Note:** Version bump only for package @quenty/boundlinkutils
9
+
10
+
11
+
12
+
13
+
6
14
  # [14.6.0](https://github.com/Quenty/NevermoreEngine/compare/@quenty/boundlinkutils@14.5.0...@quenty/boundlinkutils@14.6.0) (2024-09-12)
7
15
 
8
16
  **Note:** Version bump only for package @quenty/boundlinkutils
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@quenty/boundlinkutils",
3
- "version": "14.6.0",
3
+ "version": "14.6.1-canary.497.2df557a.0",
4
4
  "description": "Utility functions involving binders and links",
5
5
  "keywords": [
6
6
  "Roblox",
@@ -25,15 +25,15 @@
25
25
  "Quenty"
26
26
  ],
27
27
  "dependencies": {
28
- "@quenty/binder": "^14.6.0",
29
- "@quenty/linkutils": "^13.5.0",
30
- "@quenty/loader": "^10.4.0",
31
- "@quenty/maid": "^3.3.0",
32
- "@quenty/promise": "^10.4.0",
33
- "@quenty/signal": "^7.4.0"
28
+ "@quenty/binder": "14.6.1-canary.497.2df557a.0",
29
+ "@quenty/linkutils": "13.5.1-canary.497.2df557a.0",
30
+ "@quenty/loader": "10.4.1-canary.497.2df557a.0",
31
+ "@quenty/maid": "3.3.0",
32
+ "@quenty/promise": "10.4.1-canary.497.2df557a.0",
33
+ "@quenty/signal": "7.4.1-canary.497.2df557a.0"
34
34
  },
35
35
  "publishConfig": {
36
36
  "access": "public"
37
37
  },
38
- "gitHead": "fb172906f3ee725269ec1e5f4daf9dca227e729d"
38
+ "gitHead": "2df557a9a5463c2c7beb257ff9f7786ac8ad746a"
39
39
  }
@@ -133,7 +133,7 @@ function BoundLinkUtils.callMethodOnLinkedClasses(binders, linkName, from, metho
133
133
  end
134
134
 
135
135
  if called[class] then
136
- warn(("[BoundLinkUtils.callMethodOnLinkedClasses] - Double-linked class %q for method %q"):format(tag, methodName))
136
+ warn(string.format("[BoundLinkUtils.callMethodOnLinkedClasses] - Double-linked class %q for method %q", tag, methodName))
137
137
  return
138
138
  end
139
139