Closed pyrogenic closed 5 years ago
Hi @pyrogenic! Superficially speaking changes look good to me! However, I havent worked on this code base for the past 2 or 3 years. If you want, I can make you a maintainer of this repo, and add npm publish permissions as well, enabling you to release once you feel comfortable about it.
I did note that the yarn.lock file has been removed. Are you using npm? Would you mind running yarn to make sure the lock file is preserved?
Thanks!
awesome, feel free to add your colleagues! I think things are best reviewed by people currently using it, which doesn't include me at the moment :)
@mweststrate restored lockfile 8cf098b
Issue
"*" properties only allow primitive values, but there are numerous use cases where complex objects are the values of a dictionary.
Solution
Allow "*" to have a
PropSchema
value.Dependancies