@thi.ng/logger
Advanced tools
Comparing version 1.4.2 to 1.4.3
# Change Log | ||
- **Last updated**: 2022-10-28T19:08:39Z | ||
- **Last updated**: 2022-11-23T22:46:54Z | ||
- **Generator**: [thi.ng/monopub](https://thi.ng/monopub) | ||
@@ -5,0 +5,0 @@ |
{ | ||
"name": "@thi.ng/logger", | ||
"version": "1.4.2", | ||
"version": "1.4.3", | ||
"description": "Types & basis infrastructure for arbitrary logging (w/ default impls)", | ||
@@ -40,3 +40,3 @@ "type": "module", | ||
"tools": "^0.0.1", | ||
"typedoc": "^0.23.18", | ||
"typedoc": "^0.23.20", | ||
"typescript": "^4.8.4" | ||
@@ -62,4 +62,4 @@ }, | ||
"files": [ | ||
"*.js", | ||
"*.d.ts" | ||
"./*.js", | ||
"./*.d.ts" | ||
], | ||
@@ -91,3 +91,3 @@ "exports": { | ||
}, | ||
"gitHead": "41e59c7ad9bf24bb0230a5f60d05715e0fc1c1e6\n" | ||
"gitHead": "044ee6a3895720fc78e115032d4d831b63510929\n" | ||
} |
@@ -20,3 +20,2 @@ <!-- This file is generated - DO NOT EDIT! --> | ||
- [Dependencies](#dependencies) | ||
- [Usage examples](#usage-examples) | ||
- [API](#api) | ||
@@ -121,15 +120,2 @@ - [Authors](#authors) | ||
## Usage examples | ||
Several demos in this repo's | ||
[/examples](https://github.com/thi-ng/umbrella/tree/develop/examples) | ||
directory are using this package. | ||
A selection: | ||
| Screenshot | Description | Live demo | Source | | ||
|:-----------------------------------------------------------------------------------------------------------------------|:-----------------------------------------------------------------|:------------------------------------------------------|:-----------------------------------------------------------------------------------| | ||
| <img src="https://raw.githubusercontent.com/thi-ng/umbrella/develop/assets/examples/webgl-float-fbo.jpg" width="240"/> | Drawing to floating point offscreen / multi-pass shader pipeline | [Demo](https://demo.thi.ng/umbrella/webgl-float-fbo/) | [Source](https://github.com/thi-ng/umbrella/tree/develop/examples/webgl-float-fbo) | | ||
| <img src="https://raw.githubusercontent.com/thi-ng/umbrella/develop/assets/examples/zig-canvas.png" width="240"/> | Zig-based DOM creation & canvas drawing app | [Demo](https://demo.thi.ng/umbrella/zig-canvas/) | [Source](https://github.com/thi-ng/umbrella/tree/develop/examples/zig-canvas) | | ||
## API | ||
@@ -136,0 +122,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
25521
143