@thi.ng/paths
Advanced tools
Comparing version 5.1.24 to 5.1.25
import type { FnO } from "@thi.ng/api"; | ||
export declare type UpdateFn<A, B> = FnO<A, B>; | ||
export type UpdateFn<A, B> = FnO<A, B>; | ||
//# sourceMappingURL=api.d.ts.map |
# Change Log | ||
- **Last updated**: 2022-11-30T22:27:38Z | ||
- **Last updated**: 2022-12-16T12:52:25Z | ||
- **Generator**: [thi.ng/monopub](https://thi.ng/monopub) | ||
@@ -5,0 +5,0 @@ |
{ | ||
"name": "@thi.ng/paths", | ||
"version": "5.1.24", | ||
"version": "5.1.25", | ||
"description": "Immutable, optimized and optionally typed path-based object property / array accessors with structural sharing", | ||
@@ -24,3 +24,3 @@ "type": "module", | ||
], | ||
"author": "Karsten Schmidt <k+npm@thi.ng>", | ||
"author": "Karsten Schmidt (https://thi.ng)", | ||
"license": "Apache-2.0", | ||
@@ -38,13 +38,13 @@ "scripts": { | ||
"dependencies": { | ||
"@thi.ng/api": "^8.5.1", | ||
"@thi.ng/checks": "^3.3.4", | ||
"@thi.ng/errors": "^2.2.5" | ||
"@thi.ng/api": "^8.6.0", | ||
"@thi.ng/checks": "^3.3.5", | ||
"@thi.ng/errors": "^2.2.6" | ||
}, | ||
"devDependencies": { | ||
"@microsoft/api-extractor": "^7.33.5", | ||
"@thi.ng/testament": "^0.3.6", | ||
"@microsoft/api-extractor": "^7.33.7", | ||
"@thi.ng/testament": "^0.3.7", | ||
"rimraf": "^3.0.2", | ||
"tools": "^0.0.1", | ||
"typedoc": "^0.23.20", | ||
"typescript": "^4.8.4" | ||
"typedoc": "^0.23.22", | ||
"typescript": "^4.9.4" | ||
}, | ||
@@ -128,3 +128,3 @@ "keywords": [ | ||
}, | ||
"gitHead": "1fe40da507070653f420156d91e6b27cf682004f\n" | ||
"gitHead": "f445a9cc8022bcdebbf6ff91fd66ced016d72f01\n" | ||
} |
<!-- This file is generated - DO NOT EDIT! --> | ||
# ![paths](https://media.thi.ng/umbrella/banners-20220914/thing-paths.svg?a9667d16) | ||
# ![@thi.ng/paths](https://media.thi.ng/umbrella/banners-20220914/thing-paths.svg?a9667d16) | ||
[![npm version](https://img.shields.io/npm/v/@thi.ng/paths.svg)](https://www.npmjs.com/package/@thi.ng/paths) | ||
![npm downloads](https://img.shields.io/npm/dm/@thi.ng/paths.svg) | ||
[![Twitter Follow](https://img.shields.io/twitter/follow/thing_umbrella.svg?style=flat-square&label=twitter)](https://twitter.com/thing_umbrella) | ||
[![Mastodon Follow](https://img.shields.io/mastodon/follow/109331703950160316?domain=https%3A%2F%2Fmastodon.thi.ng&style=social)](https://mastodon.thi.ng/@toxi) | ||
@@ -37,3 +37,3 @@ This project is part of the | ||
Immutable, optimized and optionally typed path-based object property / array accessors with structural sharing. | ||
Immutable, optimized and optionally typed path-based object property / array accessors with structural sharing | ||
@@ -89,7 +89,4 @@ ## Status | ||
```text | ||
# with flag only for < v16 | ||
node --experimental-repl-await | ||
> const paths = await import("@thi.ng/paths"); | ||
```js | ||
const paths = await import("@thi.ng/paths"); | ||
``` | ||
@@ -373,3 +370,3 @@ | ||
Karsten Schmidt | ||
- [Karsten Schmidt](https://thi.ng) | ||
@@ -389,2 +386,2 @@ If this project contributes to an academic publication, please cite it as: | ||
© 2016 - 2022 Karsten Schmidt // Apache Software License 2.0 | ||
© 2016 - 2022 Karsten Schmidt // Apache 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
82474
384
Updated@thi.ng/api@^8.6.0
Updated@thi.ng/checks@^3.3.5
Updated@thi.ng/errors@^2.2.6