@quenty/marketplaceutils 11.12.0-canary.ae8d76d.0 → 11.12.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
- # [11.12.0-canary.ae8d76d.0](https://github.com/Quenty/NevermoreEngine/compare/@quenty/marketplaceutils@11.11.4...@quenty/marketplaceutils@11.12.0-canary.ae8d76d.0) (2025-05-10)
6
+ # [11.12.0](https://github.com/Quenty/NevermoreEngine/compare/@quenty/marketplaceutils@11.11.4...@quenty/marketplaceutils@11.12.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/marketplaceutils",
3
- "version": "11.12.0-canary.ae8d76d.0",
3
+ "version": "11.12.0",
4
4
  "description": "Provides utility methods for MarketplaceService",
5
5
  "keywords": [
6
6
  "Roblox",
@@ -26,12 +26,12 @@
26
26
  "Quenty"
27
27
  ],
28
28
  "dependencies": {
29
- "@quenty/loader": "10.8.3",
30
- "@quenty/memoize": "1.7.0-canary.ae8d76d.0",
31
- "@quenty/promise": "10.11.0-canary.ae8d76d.0"
29
+ "@quenty/loader": "^10.9.0",
30
+ "@quenty/memoize": "^1.7.0",
31
+ "@quenty/promise": "^10.11.0"
32
32
  },
33
33
  "publishConfig": {
34
34
  "access": "public"
35
35
  },
36
- "gitHead": "ae8d76d996594e017ac4bfa19f3c064ebe307cd8"
36
+ "gitHead": "20cff952c2cf06b959f2f11d2293bdef38acc604"
37
37
  }
@@ -4,8 +4,8 @@
4
4
 
5
5
  local require = require(script.Parent.loader).load(script)
6
6
 
7
- local MemorizeUtils = require("MemorizeUtils")
8
7
  local MarketplaceUtils = require("MarketplaceUtils")
8
+ local MemorizeUtils = require("MemorizeUtils")
9
9
  local ServiceBag = require("ServiceBag")
10
10
 
11
11
  local MarketplaceServiceCache = {}
@@ -32,8 +32,8 @@ function MarketplaceServiceCache:_ensureInit()
32
32
  end
33
33
 
34
34
  self._promiseProductInfo = MemorizeUtils.memoize(MarketplaceUtils.promiseProductInfo, {
35
- maxSize = 2048;
35
+ maxSize = 2048,
36
36
  })
37
37
  end
38
38
 
39
- return MarketplaceServiceCache
39
+ return MarketplaceServiceCache
@@ -246,4 +246,4 @@ function MarketplaceUtils.promisePlayerOwnsBundle(player: Player, bundleId: numb
246
246
  end)
247
247
  end
248
248
 
249
- return MarketplaceUtils
249
+ return MarketplaceUtils