@thi.ng/paths
Advanced tools
Comparing version 5.1.38 to 5.1.39
# Change Log | ||
- **Last updated**: 2023-06-14T07:58:51Z | ||
- **Last updated**: 2023-08-04T10:58:19Z | ||
- **Generator**: [thi.ng/monopub](https://thi.ng/monopub) | ||
@@ -12,2 +12,8 @@ | ||
### [5.1.39](https://github.com/thi-ng/umbrella/tree/@thi.ng/paths@5.1.39) (2023-08-04) | ||
#### ♻️ Refactoring | ||
- update `identity` usage in various pkgs ([b6db053](https://github.com/thi-ng/umbrella/commit/b6db053)) | ||
## [5.1.0](https://github.com/thi-ng/umbrella/tree/@thi.ng/paths@5.1.0) (2021-11-17) | ||
@@ -14,0 +20,0 @@ |
@@ -0,1 +1,2 @@ | ||
import { identity } from "@thi.ng/api/fn"; | ||
import { toPath } from "./path.js"; | ||
@@ -28,3 +29,3 @@ /** | ||
case 0: | ||
return (s) => s; | ||
return identity; | ||
case 1: | ||
@@ -31,0 +32,0 @@ return (s) => (s != null ? s[a] : undefined); |
{ | ||
"name": "@thi.ng/paths", | ||
"version": "5.1.38", | ||
"version": "5.1.39", | ||
"description": "Immutable, optimized and optionally typed path-based object property / array accessors with structural sharing", | ||
@@ -37,13 +37,13 @@ "type": "module", | ||
"dependencies": { | ||
"@thi.ng/api": "^8.8.2", | ||
"@thi.ng/checks": "^3.3.14", | ||
"@thi.ng/errors": "^2.2.17" | ||
"@thi.ng/api": "^8.9.0", | ||
"@thi.ng/checks": "^3.4.0", | ||
"@thi.ng/errors": "^2.3.0" | ||
}, | ||
"devDependencies": { | ||
"@microsoft/api-extractor": "^7.35.3", | ||
"@thi.ng/testament": "^0.3.17", | ||
"@microsoft/api-extractor": "^7.36.3", | ||
"@thi.ng/testament": "^0.3.18", | ||
"rimraf": "^5.0.1", | ||
"tools": "^0.0.1", | ||
"typedoc": "^0.24.8", | ||
"typescript": "^5.1.3" | ||
"typescript": "^5.1.6" | ||
}, | ||
@@ -127,3 +127,3 @@ "keywords": [ | ||
}, | ||
"gitHead": "54e825a976c72067a244cff8725ca98f5416d26d\n" | ||
"gitHead": "9fa3f7f8169efa30e3c71b43c82f77393581c3b5\n" | ||
} |
@@ -92,3 +92,3 @@ <!-- This file is generated - DO NOT EDIT! --> | ||
Package sizes (brotli'd, pre-treeshake): ESM: 1.09 KB | ||
Package sizes (brotli'd, pre-treeshake): ESM: 1.11 KB | ||
@@ -95,0 +95,0 @@ ## Dependencies |
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
82845
1159
Updated@thi.ng/api@^8.9.0
Updated@thi.ng/checks@^3.4.0
Updated@thi.ng/errors@^2.3.0