Comparing version 0.2.8-rc.0 to 0.2.8
@@ -6,2 +6,10 @@ # Change Log | ||
## [0.2.8](https://github.com/AlexanderLapygin/dags/compare/@dags/dag@0.2.8-rc.0...@dags/dag@0.2.8) (2020-10-02) | ||
**Note:** Version bump only for package @dags/dag | ||
## [0.2.8-rc.0](https://github.com/AlexanderLapygin/dags/compare/@dags/dag@0.2.7...@dags/dag@0.2.8-rc.0) (2020-10-02) | ||
@@ -8,0 +16,0 @@ |
@@ -67,3 +67,3 @@ "use strict"; | ||
/** | ||
* Create new node of this graph | ||
* Create new node of this graph. | ||
* @return {UID} uid of the new node | ||
@@ -70,0 +70,0 @@ */ |
@@ -54,3 +54,3 @@ function _defineProperty(obj, key, value) { if (key in obj) { Object.defineProperty(obj, key, { value: value, enumerable: true, configurable: true, writable: true }); } else { obj[key] = value; } return obj; } | ||
/** | ||
* Create new node of this graph | ||
* Create new node of this graph. | ||
* @return {UID} uid of the new node | ||
@@ -57,0 +57,0 @@ */ |
@@ -51,3 +51,3 @@ /** | ||
/** | ||
* Create new node of this graph | ||
* Create new node of this graph. | ||
* @return {UID} uid of the new node | ||
@@ -54,0 +54,0 @@ */ |
{ | ||
"name": "@dags/dag", | ||
"version": "0.2.8-rc.0", | ||
"version": "0.2.8", | ||
"description": "Core DAG code", | ||
@@ -43,3 +43,3 @@ "main": "dist/cjs/index.js", | ||
"sideEffects": false, | ||
"gitHead": "f2e0b264c22826f3852aa08ac39541d6cf95bb3f" | ||
"gitHead": "ff8c2ad45e338835bfca619ebfe5684f7986268d" | ||
} |
@@ -1,1 +0,1 @@ | ||
# This library implements Direct Acyclic Graph in TypeScript | ||
# This library implements Direct Acyclic Graph in TypeScript. |
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
Deprecated
MaintenanceThe maintainer of the package marked it as deprecated. This could indicate that a single version should not be used, or that the package is no longer maintained and any new vulnerabilities will not be fixed.
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
95398
1