@thi.ng/paths
Advanced tools
Comparing version 4.1.10 to 4.1.11
@@ -6,3 +6,3 @@ # Change Log | ||
## [4.1.10](https://github.com/thi-ng/umbrella/compare/@thi.ng/paths@4.1.9...@thi.ng/paths@4.1.10) (2020-12-07) | ||
## [4.1.11](https://github.com/thi-ng/umbrella/compare/@thi.ng/paths@4.1.10...@thi.ng/paths@4.1.11) (2020-12-22) | ||
@@ -15,58 +15,2 @@ **Note:** Version bump only for package @thi.ng/paths | ||
## [4.1.9](https://github.com/thi-ng/umbrella/compare/@thi.ng/paths@4.1.8...@thi.ng/paths@4.1.9) (2020-11-26) | ||
**Note:** Version bump only for package @thi.ng/paths | ||
## [4.1.8](https://github.com/thi-ng/umbrella/compare/@thi.ng/paths@4.1.7...@thi.ng/paths@4.1.8) (2020-11-24) | ||
**Note:** Version bump only for package @thi.ng/paths | ||
## [4.1.7](https://github.com/thi-ng/umbrella/compare/@thi.ng/paths@4.1.6...@thi.ng/paths@4.1.7) (2020-09-22) | ||
**Note:** Version bump only for package @thi.ng/paths | ||
## [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) | ||
**Note:** Version bump only for package @thi.ng/paths | ||
## [4.1.4](https://github.com/thi-ng/umbrella/compare/@thi.ng/paths@4.1.3...@thi.ng/paths@4.1.4) (2020-08-17) | ||
**Note:** Version bump only for package @thi.ng/paths | ||
## [4.1.3](https://github.com/thi-ng/umbrella/compare/@thi.ng/paths@4.1.2...@thi.ng/paths@4.1.3) (2020-08-16) | ||
**Note:** Version bump only for package @thi.ng/paths | ||
# [4.1.0](https://github.com/thi-ng/umbrella/compare/@thi.ng/paths@4.0.11...@thi.ng/paths@4.1.0) (2020-07-08) | ||
@@ -73,0 +17,0 @@ |
{ | ||
"name": "@thi.ng/paths", | ||
"version": "4.1.10", | ||
"version": "4.1.11", | ||
"description": "Immutable, optimized and optionally typed path-based object property / array accessors with structural sharing", | ||
@@ -42,15 +42,15 @@ "module": "./index.js", | ||
"@istanbuljs/nyc-config-typescript": "^1.0.1", | ||
"@microsoft/api-extractor": "^7.12.0", | ||
"@types/mocha": "^8.0.3", | ||
"@types/node": "^14.6.1", | ||
"@microsoft/api-extractor": "^7.12.1", | ||
"@types/mocha": "^8.2.0", | ||
"@types/node": "^14.14.14", | ||
"mocha": "^8.2.1", | ||
"nyc": "^15.1.0", | ||
"ts-node": "^9.0.0", | ||
"ts-node": "^9.1.1", | ||
"typedoc": "^0.19.2", | ||
"typescript": "^4.1.2" | ||
"typescript": "^4.1.3" | ||
}, | ||
"dependencies": { | ||
"@thi.ng/api": "^6.13.4", | ||
"@thi.ng/checks": "^2.7.11", | ||
"@thi.ng/errors": "^1.2.24" | ||
"@thi.ng/api": "^6.13.5", | ||
"@thi.ng/checks": "^2.7.12", | ||
"@thi.ng/errors": "^1.2.25" | ||
}, | ||
@@ -84,3 +84,3 @@ "files": [ | ||
"sideEffects": false, | ||
"gitHead": "b735cef6fb43db0f54ea8bb2a840d279225e95e0" | ||
"gitHead": "8fed74edc94bfb65f84e8982e6724619bbfbd1d0" | ||
} |
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
109109
Updated@thi.ng/api@^6.13.5
Updated@thi.ng/checks@^2.7.12
Updated@thi.ng/errors@^1.2.25