@dags/uid-uuid
Advanced tools
Comparing version 0.3.0 to 0.4.0
@@ -6,2 +6,16 @@ # Change Log | ||
# [0.4.0](https://github.com/AlexanderLapygin/dags/compare/@dags/uid-uuid@0.2.14...@dags/uid-uuid@0.4.0) (2020-10-26) | ||
### Features | ||
* bump uid-uuid and uid-counter versions ([aa2026f](https://github.com/AlexanderLapygin/dags/commit/aa2026f360b758025929cb7184d71c68c719c76f)) | ||
* expand dependency range ([f5dc0c5](https://github.com/AlexanderLapygin/dags/commit/f5dc0c5e18d052eae5f5ef952472ec0f2ae5dfc5)) | ||
* remove newUID methods from uid-uuid and uid-counter ([50e90c7](https://github.com/AlexanderLapygin/dags/commit/50e90c77fd88e44870b36e675875bbfa42c8811e)) | ||
## [0.2.14](https://github.com/AlexanderLapygin/dags/compare/@dags/uid-uuid@0.2.13...@dags/uid-uuid@0.2.14) (2020-10-09) | ||
@@ -8,0 +22,0 @@ |
export {}; |
export * from './uid-uuid'; |
@@ -0,0 +0,0 @@ import { UID } from '@dags/dag'; |
{ | ||
"name": "@dags/uid-uuid", | ||
"version": "0.3.0", | ||
"version": "0.4.0", | ||
"description": "Abstract unique identifier", | ||
@@ -35,3 +35,3 @@ "main": "dist/cjs/index.js", | ||
"devDependencies": { | ||
"@dags/dag": "^0.x" | ||
"@dags/dag": "^0.4.0" | ||
}, | ||
@@ -55,3 +55,3 @@ "peerDependencies": { | ||
"sideEffects": false, | ||
"gitHead": "aa2026f360b758025929cb7184d71c68c719c76f" | ||
"gitHead": "7f938134851060dfdc278b18e62d7320185ae112" | ||
} |
# A TypeScript library for generating UIDs, which is implemented as uuid. | ||
This library is based on [uuid](https://github.com/uuidjs/uuid) implementation to support global uniqueness. |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
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
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
14973