@quenty/remoting
Advanced tools
Comparing version 12.5.0 to 12.6.0
@@ -6,2 +6,14 @@ # Change Log | ||
# [12.6.0](https://github.com/Quenty/NevermoreEngine/compare/@quenty/remoting@12.5.0...@quenty/remoting@12.6.0) (2024-09-12) | ||
### Features | ||
* Add new remoting .Server and .Client methods ([89862e8](https://github.com/Quenty/NevermoreEngine/commit/89862e852456ada3a1b1eefde682229c4ca033fa)) | ||
* Declarative remoting realms allows for safer calls ([7264fd1](https://github.com/Quenty/NevermoreEngine/commit/7264fd1eb7b9d812a7383ec62db63ed90e78472a)) | ||
# [12.5.0](https://github.com/Quenty/NevermoreEngine/compare/@quenty/remoting@12.4.0...@quenty/remoting@12.5.0) (2024-08-09) | ||
@@ -8,0 +20,0 @@ |
{ | ||
"name": "@quenty/remoting", | ||
"version": "12.5.0", | ||
"version": "12.6.0", | ||
"description": "Global remoting retrieval system for Roblox (RemoteFunctions/RemoteEvents)", | ||
@@ -29,9 +29,10 @@ "keywords": [ | ||
"dependencies": { | ||
"@quenty/brio": "^14.4.0", | ||
"@quenty/instanceutils": "^13.4.0", | ||
"@quenty/loader": "^10.3.0", | ||
"@quenty/maid": "^3.2.0", | ||
"@quenty/promise": "^10.3.0", | ||
"@quenty/remotefunctionutils": "^10.3.0", | ||
"@quenty/rx": "^13.4.0", | ||
"@quenty/brio": "^14.5.0", | ||
"@quenty/instanceutils": "^13.5.0", | ||
"@quenty/loader": "^10.4.0", | ||
"@quenty/maid": "^3.3.0", | ||
"@quenty/promise": "^10.4.0", | ||
"@quenty/promisemaid": "^5.4.0", | ||
"@quenty/remotefunctionutils": "^10.4.0", | ||
"@quenty/rx": "^13.5.0", | ||
"@quenty/table": "^3.5.0" | ||
@@ -42,3 +43,3 @@ }, | ||
}, | ||
"gitHead": "ba466bdbc05c42fb607cf5e228c16339201d21d7" | ||
"gitHead": "fb172906f3ee725269ec1e5f4daf9dca227e729d" | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
52980
17
9
+ Added@quenty/promisemaid@^5.4.0
+ Added@quenty/promisemaid@5.8.0(transitive)
Updated@quenty/brio@^14.5.0
Updated@quenty/loader@^10.4.0
Updated@quenty/maid@^3.3.0
Updated@quenty/promise@^10.4.0
Updated@quenty/rx@^13.5.0