@quenty/promise
Advanced tools
Comparing version 6.3.0 to 6.4.0-canary.347.e0dad1c.0
@@ -6,2 +6,13 @@ # Change Log | ||
# [6.4.0-canary.347.e0dad1c.0](https://github.com/Quenty/NevermoreEngine/compare/@quenty/promise@6.3.0...@quenty/promise@6.4.0-canary.347.e0dad1c.0) (2023-03-31) | ||
### Features | ||
* Add PromiseUtils.combine(stateTable) ([1cb3606](https://github.com/Quenty/NevermoreEngine/commit/1cb36067fa80e7a86746dbee9f1fa07f9f9766bf)) | ||
# [6.3.0](https://github.com/Quenty/NevermoreEngine/compare/@quenty/promise@6.2.0...@quenty/promise@6.3.0) (2023-03-05) | ||
@@ -8,0 +19,0 @@ |
MIT License | ||
Copyright (c) 2014-2022 Quenty | ||
Copyright (c) 2014-2023 James Onnen (Quenty) | ||
@@ -5,0 +5,0 @@ Permission is hereby granted, free of charge, to any person obtaining a copy |
{ | ||
"name": "@quenty/promise", | ||
"version": "6.3.0", | ||
"version": "6.4.0-canary.347.e0dad1c.0", | ||
"description": "Promise implementation for Roblox", | ||
@@ -28,5 +28,5 @@ "keywords": [ | ||
"dependencies": { | ||
"@quenty/deferred": "^2.1.0", | ||
"@quenty/loader": "^6.2.0", | ||
"@quenty/maid": "^2.5.0" | ||
"@quenty/deferred": "2.1.0", | ||
"@quenty/loader": "6.2.0", | ||
"@quenty/maid": "2.5.0" | ||
}, | ||
@@ -36,3 +36,3 @@ "publishConfig": { | ||
}, | ||
"gitHead": "e62b5eac2e5d9084ab9083f128452dd2d98b6f1a" | ||
"gitHead": "e0dad1c6044f59b3a389ed388cebbfacf2b4a7ca" | ||
} |
Sorry, the diff of this file is not supported yet
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
31349
2
+ Added@quenty/deferred@2.1.0(transitive)
+ Added@quenty/loader@6.2.0(transitive)
+ Added@quenty/maid@2.5.0(transitive)
- Removed@quenty/deferred@2.2.0(transitive)
- Removed@quenty/loader@6.3.0(transitive)
- Removed@quenty/maid@2.6.0(transitive)
Updated@quenty/deferred@2.1.0
Updated@quenty/loader@6.2.0
Updated@quenty/maid@2.5.0