Comparing version 1.0.0 to 1.1.0
# Change Log | ||
All notable changes to this project will be documented in this file. | ||
This project adheres to [Semantic Versioning](http://semver.org/). | ||
## [1.1.0] - 2018-12-03 | ||
### Added | ||
- Added keywords section to package.json to improve discoverability. No code changes. | ||
## [1.0.0] - 2018-11-12 | ||
### Added | ||
- Initial release. |
{ | ||
"name": "cuidgen", | ||
"description": "A command-line interface to generate collision-resistant ids (CUIDs) optimized for horizontal scaling and performance.", | ||
"version": "1.0.0", | ||
"author": "David Waterston @davidwaterston", | ||
"version": "1.1.0", | ||
"author": "David Waterston", | ||
"bin": { | ||
@@ -33,3 +33,10 @@ "cuidgen": "./bin/run" | ||
"keywords": [ | ||
"oclif" | ||
"cli", | ||
"cuid", | ||
"guid", | ||
"id", | ||
"oclif", | ||
"unique id", | ||
"unique", | ||
"uuid" | ||
], | ||
@@ -36,0 +43,0 @@ "license": "MIT", |
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
7149