@quenty/ducktype
Advanced tools
Comparing version 1.0.1-canary.405.6fa018e.0 to 1.1.0
@@ -6,3 +6,3 @@ # Change Log | ||
## 1.0.1-canary.405.6fa018e.0 (2023-08-14) | ||
# 1.1.0 (2023-08-23) | ||
@@ -13,1 +13,25 @@ | ||
* Add DuckType package which allows for easy ducktyping interface checkers to be made ([14874e8](https://github.com/Quenty/NevermoreEngine/commit/14874e8f4b0789e203bd60f418d70510fac950e9)) | ||
# v1.1.0 (Wed Aug 23 2023) | ||
:tada: This release contains work from a new contributor! :tada: | ||
Thank you, Max Bacon ([@max-bacon](https://github.com/max-bacon)), for all your work! | ||
#### 🚀 Enhancement | ||
- users/quenty/pack [#405](https://github.com/Quenty/NevermoreEngine/pull/405) ([@Quenty](https://github.com/Quenty)) | ||
- feat: Add DuckType package which allows for easy ducktyping interface checkers to be made ([@Quenty](https://github.com/Quenty)) | ||
#### 🐛 Bug Fix | ||
- Fix DataStore.lua documentation type [#372](https://github.com/Quenty/NevermoreEngine/pull/372) ([@max-bacon](https://github.com/max-bacon)) | ||
#### Authors: 2 | ||
- James Onnen ([@Quenty](https://github.com/Quenty)) | ||
- Max Bacon ([@max-bacon](https://github.com/max-bacon)) |
{ | ||
"name": "@quenty/ducktype", | ||
"version": "1.0.1-canary.405.6fa018e.0", | ||
"version": "1.1.0", | ||
"description": "Utility functions to duck type a value", | ||
@@ -28,3 +28,3 @@ "keywords": [ | ||
"dependencies": { | ||
"@quenty/loader": "6.2.1" | ||
"@quenty/loader": "^6.3.0" | ||
}, | ||
@@ -34,3 +34,3 @@ "publishConfig": { | ||
}, | ||
"gitHead": "6fa018eb1f165230fe1eb0417d8d6951010e4971" | ||
"gitHead": "2547e660a0333034a5b20ddd6b23e343bc01f7c6" | ||
} |
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
4937
1
+ Added@quenty/loader@6.3.0(transitive)
- Removed@quenty/loader@6.2.1(transitive)
Updated@quenty/loader@^6.3.0