@quenty/canceltoken
Advanced tools
Comparing version 0.0.0 to 1.0.0
{ | ||
"name": "@quenty/canceltoken", | ||
"version": "0.0.0", | ||
"version": "1.0.0", | ||
"description": "Cancellation tokens for Roblox Lua", | ||
@@ -22,7 +22,7 @@ "keywords": [ | ||
"dependencies": { | ||
"@quenty/promise": "~0.0.1", | ||
"@quenty/signal": "~0.0.0" | ||
"@quenty/promise": "^1.0.0", | ||
"@quenty/signal": "^1.0.0" | ||
}, | ||
"peerDependencies": { | ||
"@quenty/loader": "~0.0.2" | ||
"@quenty/loader": "^1.0.0" | ||
}, | ||
@@ -34,3 +34,4 @@ "bugs": { | ||
"access": "public" | ||
} | ||
}, | ||
"gitHead": "a896087482f9a7f16f32b36e7b449fab6299d37a" | ||
} |
## CancelToken | ||
<div align="center"> | ||
<a href="http://quenty.github.io/api/"> | ||
<img src="https://img.shields.io/badge/docs-website-green.svg" alt="Documentation" /> | ||
</a> | ||
<a href="https://discord.gg/mhtGUS8"> | ||
<img src="https://img.shields.io/badge/discord-nevermore-blue.svg" alt="Discord" /> | ||
</a> | ||
<a href="https://github.com/Quenty/NevermoreEngine/actions"> | ||
<img src="https://github.com/Quenty/NevermoreEngine/workflows/luacheck/badge.svg" alt="Actions Status" /> | ||
</a> | ||
</div> | ||
Cancellation tokens for Roblox Lua! | ||
Cancellation tokens for Roblox Lua! | ||
## Changelog | ||
### 1.0.0 | ||
Initial release | ||
## Installation | ||
``` | ||
npm install @quenty/canceltoken --save | ||
``` | ||
### 0.0.1 | ||
Added documentation | ||
### 0.0.0 | ||
Initial commit |
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
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
3928
5
1
29
+ Added@quenty/deferred@1.2.0(transitive)
+ Added@quenty/loader@1.2.0(transitive)
+ Added@quenty/maid@1.2.0(transitive)
+ Added@quenty/promise@1.2.0(transitive)
+ Added@quenty/signal@1.2.0(transitive)
- Removed@quenty/deferred@0.0.1(transitive)
- Removed@quenty/loader@0.0.2(transitive)
- Removed@quenty/maid@0.0.2(transitive)
- Removed@quenty/promise@0.0.1(transitive)
- Removed@quenty/signal@0.0.0(transitive)
Updated@quenty/promise@^1.0.0
Updated@quenty/signal@^1.0.0