@thi.ng/paths
Advanced tools
Comparing version 4.1.5 to 4.1.6
@@ -6,2 +6,10 @@ # Change Log | ||
## [4.1.6](https://github.com/thi-ng/umbrella/compare/@thi.ng/paths@4.1.5...@thi.ng/paths@4.1.6) (2020-09-13) | ||
**Note:** Version bump only for package @thi.ng/paths | ||
## [4.1.5](https://github.com/thi-ng/umbrella/compare/@thi.ng/paths@4.1.4...@thi.ng/paths@4.1.5) (2020-08-28) | ||
@@ -8,0 +16,0 @@ |
@@ -1,2 +0,2 @@ | ||
import type { DeepPath, Fn, Path, Path0, Path1, Path2, Path3, Path4, Path5, Path6, Path7, Path8, OptPathVal } from "@thi.ng/api"; | ||
import type { DeepPath, Fn, OptPathVal, Path, Path0, Path1, Path2, Path3, Path4, Path5, Path6, Path7, Path8 } from "@thi.ng/api"; | ||
/** | ||
@@ -3,0 +3,0 @@ * Unchecked version of {@link defGetter}. |
{ | ||
"name": "@thi.ng/paths", | ||
"version": "4.1.5", | ||
"version": "4.1.6", | ||
"description": "Immutable, optimized and optionally typed path-based object property / array accessors with structural sharing", | ||
@@ -34,3 +34,3 @@ "module": "./index.js", | ||
"cover": "nyc mocha test && nyc report --reporter=lcov", | ||
"clean": "rimraf *.js *.d.ts .nyc_output build coverage doc lib", | ||
"clean": "rimraf *.js *.d.ts *.map .nyc_output build coverage doc lib", | ||
"doc:readme": "ts-node -P ../../tools/tsconfig.json ../../tools/src/readme.ts", | ||
@@ -53,5 +53,5 @@ "doc": "node_modules/.bin/typedoc --mode modules --out doc --theme ../../tools/doc/typedoc-theme src", | ||
"dependencies": { | ||
"@thi.ng/api": "^6.12.3", | ||
"@thi.ng/checks": "^2.7.7", | ||
"@thi.ng/errors": "^1.2.20" | ||
"@thi.ng/api": "^6.13.0", | ||
"@thi.ng/checks": "^2.7.8", | ||
"@thi.ng/errors": "^1.2.21" | ||
}, | ||
@@ -64,5 +64,6 @@ "files": [ | ||
"keywords": [ | ||
"accessors", | ||
"accessor", | ||
"array", | ||
"ES6", | ||
"deep", | ||
"es6", | ||
"delete", | ||
@@ -76,4 +77,3 @@ "getter", | ||
"setter", | ||
"typescript", | ||
"update" | ||
"typescript" | ||
], | ||
@@ -88,3 +88,3 @@ "publishConfig": { | ||
"sideEffects": false, | ||
"gitHead": "3a55c0df86c5be9c56a1e1a4c0cfcaa2809a160a" | ||
"gitHead": "83a0206aae59aa1b1b4bcb01c2b34bbe3db4844c" | ||
} |
@@ -1,2 +0,2 @@ | ||
import type { DeepPath, Path, Path0, Path1, Path2, Path3, Path4, Path5, Path6, Path7, Path8, OptPathVal, PathVal } from "@thi.ng/api"; | ||
import type { DeepPath, OptPathVal, Path, Path0, Path1, Path2, Path3, Path4, Path5, Path6, Path7, Path8, PathVal } from "@thi.ng/api"; | ||
import type { UpdateFn } from "./api"; | ||
@@ -3,0 +3,0 @@ /** |
@@ -1,2 +0,2 @@ | ||
import type { DeepPath, FnO, Path, Path0, Path1, Path2, Path3, Path4, Path5, Path6, Path7, Path8, OptPathVal, PathVal } from "@thi.ng/api"; | ||
import type { DeepPath, FnO, OptPathVal, Path, Path0, Path1, Path2, Path3, Path4, Path5, Path6, Path7, Path8, PathVal } from "@thi.ng/api"; | ||
import type { UpdateFn } from "./api"; | ||
@@ -3,0 +3,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
109278
Updated@thi.ng/api@^6.13.0
Updated@thi.ng/checks@^2.7.8
Updated@thi.ng/errors@^1.2.21