@quenty/promise
Advanced tools
Comparing version 1.0.2 to 1.0.3-canary.199.34c89f1.0
@@ -0,0 +0,0 @@ { |
@@ -0,0 +0,0 @@ MIT License |
{ | ||
"name": "@quenty/promise", | ||
"version": "1.0.2", | ||
"version": "1.0.3-canary.199.34c89f1.0", | ||
"description": "Promise implementation for Roblox", | ||
@@ -14,2 +14,6 @@ "keywords": [ | ||
], | ||
"funding": { | ||
"type": "patreon", | ||
"url": "https://www.patreon.com/quenty" | ||
}, | ||
"license": "MIT", | ||
@@ -22,4 +26,4 @@ "repository": { | ||
"dependencies": { | ||
"@quenty/deferred": "^1.0.2", | ||
"@quenty/maid": "^1.0.2" | ||
"@quenty/deferred": "1.0.3-canary.199.34c89f1.0", | ||
"@quenty/maid": "1.0.3-canary.199.34c89f1.0" | ||
}, | ||
@@ -35,3 +39,3 @@ "peerDependencies": { | ||
}, | ||
"gitHead": "c78150de4045cf8bbf78cc7d571d8b4d70e30f30" | ||
"gitHead": "34c89f1a8c0a84238698ef245a4827948a6a83f1" | ||
} |
@@ -10,3 +10,3 @@ ## Promise | ||
<a href="https://github.com/Quenty/NevermoreEngine/actions"> | ||
<img src="https://github.com/Quenty/NevermoreEngine/workflows/luacheck/badge.svg" alt="Actions Status" /> | ||
<img src="https://github.com/Quenty/NevermoreEngine/actions/workflows/build.yml/badge.svg" alt="Build and release status" /> | ||
</a> | ||
@@ -25,12 +25,2 @@ </div> | ||
* A+ compliant promises (excluding exceptions) | ||
* Optimized for performance | ||
## Changelog | ||
### 1.0.0 | ||
Initial release | ||
### 0.0.1 | ||
Added documentation | ||
### 0.0.0 | ||
Initial commit | ||
* Optimized for performance |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Trivial Package
Supply chain riskPackages less than 10 lines of code are easily copied into your own project and may not warrant the additional supply chain risk of an external dependency.
Found 1 instance in 1 package
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
Trivial Package
Supply chain riskPackages less than 10 lines of code are easily copied into your own project and may not warrant the additional supply chain risk of an external dependency.
Found 1 instance in 1 package
21615
12
2
24
+ Added@quenty/deferred@1.0.3-canary.199.34c89f1.0(transitive)
+ Added@quenty/maid@1.0.3-canary.199.34c89f1.0(transitive)
- Removed@quenty/deferred@1.2.0(transitive)
- Removed@quenty/maid@1.2.0(transitive)