@thi.ng/api
Advanced tools
Comparing version 6.13.3 to 6.13.4
@@ -1,4 +0,4 @@ | ||
import { NumOrString } from "./prim"; | ||
import type { NumOrString } from "./prim"; | ||
import type { Keys, Keys1, Keys2, Keys3, Keys4, Keys5, Keys6, Keys7, ValN } from "./keyval"; | ||
import { Head, Tail, IsEmpty } from "./tuple"; | ||
import type { Head, Tail, IsEmpty } from "./tuple"; | ||
/** | ||
@@ -5,0 +5,0 @@ * Unchecked lookup path for nested data structures. |
@@ -6,2 +6,10 @@ # Change Log | ||
## [6.13.4](https://github.com/thi-ng/umbrella/compare/@thi.ng/api@6.13.3...@thi.ng/api@6.13.4) (2020-12-07) | ||
**Note:** Version bump only for package @thi.ng/api | ||
## [6.13.3](https://github.com/thi-ng/umbrella/compare/@thi.ng/api@6.13.2...@thi.ng/api@6.13.3) (2020-11-26) | ||
@@ -8,0 +16,0 @@ |
@@ -0,3 +1,3 @@ | ||
import type { ILogger } from "./api/logger"; | ||
import { LogLevel } from "./api/logger"; | ||
import type { ILogger } from "./api/logger"; | ||
export declare const NULL_LOGGER: ILogger; | ||
@@ -4,0 +4,0 @@ export declare class ConsoleLogger implements ILogger { |
@@ -1,2 +0,2 @@ | ||
import { Event } from "../api/event"; | ||
import type { Event } from "../api/event"; | ||
export declare const inotify_dispatch: (listeners: any[][], e: Event) => void; | ||
@@ -3,0 +3,0 @@ /** |
{ | ||
"name": "@thi.ng/api", | ||
"version": "6.13.3", | ||
"version": "6.13.4", | ||
"description": "Common, generic types, interfaces & mixins", | ||
@@ -77,3 +77,3 @@ "module": "./index.js", | ||
"sideEffects": false, | ||
"gitHead": "f1a636bafd0558f1a4c098dab39639708886a692" | ||
"gitHead": "b735cef6fb43db0f54ea8bb2a840d279225e95e0" | ||
} |
@@ -41,3 +41,3 @@ <!-- This file is generated - DO NOT EDIT! --> | ||
[Search or submit any issues for this package](https://github.com/thi-ng/umbrella/issues?q=is%3Aissue+is%3Aopen+%5Bapi%5D) | ||
[Search or submit any issues for this package](https://github.com/thi-ng/umbrella/issues?q=%5Bapi%5D+in%3Atitle) | ||
@@ -93,4 +93,15 @@ ## Installation | ||
If this project contributes to an academic publication, please cite it as: | ||
```bibtex | ||
@misc{thing-api, | ||
title = "@thi.ng/api", | ||
author = "Karsten Schmidt and others", | ||
note = "https://thi.ng/api", | ||
year = 2016 | ||
} | ||
``` | ||
## License | ||
© 2016 - 2020 Karsten Schmidt // Apache Software License 2.0 |
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
139072
106