@quenty/canceltoken
Advanced tools
Comparing version 7.1.0 to 7.1.1-canary.13f8c62.0
@@ -6,2 +6,13 @@ # Change Log | ||
## [7.1.1-canary.13f8c62.0](https://github.com/Quenty/NevermoreEngine/compare/@quenty/canceltoken@7.1.0...@quenty/canceltoken@7.1.1-canary.13f8c62.0) (2023-12-22) | ||
### Features | ||
* Add CancelToken.fromSeconds(seconds) to CancelToken ([baf7db4](https://github.com/Quenty/NevermoreEngine/commit/baf7db49ae1952b1ddb2f917074564a20f7e1b2b)) | ||
# [7.1.0](https://github.com/Quenty/NevermoreEngine/compare/@quenty/canceltoken@7.0.0...@quenty/canceltoken@7.1.0) (2023-12-14) | ||
@@ -8,0 +19,0 @@ |
{ | ||
"name": "@quenty/canceltoken", | ||
"version": "7.1.0", | ||
"version": "7.1.1-canary.13f8c62.0", | ||
"description": "Cancellation tokens for Roblox Lua", | ||
@@ -29,5 +29,6 @@ "keywords": [ | ||
"dependencies": { | ||
"@quenty/loader": "^7.1.0", | ||
"@quenty/promise": "^7.1.0", | ||
"@quenty/signal": "^3.1.0" | ||
"@quenty/loader": "7.1.0", | ||
"@quenty/maid": "2.6.0", | ||
"@quenty/promise": "7.1.0", | ||
"@quenty/signal": "3.1.0" | ||
}, | ||
@@ -37,3 +38,3 @@ "publishConfig": { | ||
}, | ||
"gitHead": "2c2dbbc0cb2fbb46b4f3270c559c63890fe18b26" | ||
"gitHead": "13f8c62d4d62675db0f7ebd42c32daf8e61bb904" | ||
} |
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
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
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
13478
4
2
+ Added@quenty/maid@2.6.0
+ Added@quenty/loader@7.1.0(transitive)
+ Added@quenty/promise@7.1.0(transitive)
+ Added@quenty/signal@3.1.0(transitive)
- Removed@quenty/loader@7.3.0(transitive)
- Removed@quenty/promise@7.2.0(transitive)
- Removed@quenty/signal@3.2.0(transitive)
Updated@quenty/loader@7.1.0
Updated@quenty/promise@7.1.0
Updated@quenty/signal@3.1.0