@thi.ng/paths
Advanced tools
Comparing version 5.1.0 to 5.1.1
# Change Log | ||
Last updated: 2021-11-17T23:24:59Z | ||
- **Last updated**: 2021-11-19T07:59:51Z | ||
- **Generator**: [thi.ng/monopub](https://thi.ng/monopub) | ||
@@ -8,4 +9,4 @@ All notable changes to this project will be documented in this file. | ||
**Note:** Unlisted _patch_ versions only involve non-code changes and/or | ||
version bumps of transitive dependencies. | ||
**Note:** Unlisted _patch_ versions only involve non-code or otherwise excluded changes | ||
and/or version bumps of transitive dependencies. | ||
@@ -12,0 +13,0 @@ ## [5.1.0](https://github.com/thi-ng/umbrella/tree/@thi.ng/paths@5.1.0) (2021-11-17) |
{ | ||
"name": "@thi.ng/paths", | ||
"version": "5.1.0", | ||
"version": "5.1.1", | ||
"description": "Immutable, optimized and optionally typed path-based object property / array accessors with structural sharing", | ||
@@ -33,17 +33,17 @@ "type": "module", | ||
"doc:stats": "tools:module-stats", | ||
"pub": "yarn build && yarn npm publish --access public", | ||
"pub": "yarn npm publish --access public", | ||
"test": "testament test" | ||
}, | ||
"dependencies": { | ||
"@thi.ng/api": "^8.3.0", | ||
"@thi.ng/checks": "^3.1.0", | ||
"@thi.ng/errors": "^2.1.0" | ||
"@thi.ng/api": "^8.3.1", | ||
"@thi.ng/checks": "^3.1.1", | ||
"@thi.ng/errors": "^2.1.1" | ||
}, | ||
"devDependencies": { | ||
"@microsoft/api-extractor": "^7.18.19", | ||
"@thi.ng/testament": "^0.2.0", | ||
"@thi.ng/testament": "^0.2.1", | ||
"rimraf": "^3.0.2", | ||
"tools": "^0.0.1", | ||
"typedoc": "^0.22.8", | ||
"typescript": "^4.4.4" | ||
"typedoc": "^0.22.9", | ||
"typescript": "^4.5.2" | ||
}, | ||
@@ -127,3 +127,3 @@ "keywords": [ | ||
}, | ||
"gitHead": "519eedf95c076202f3429eb8e46ccff275bfe446\n" | ||
"gitHead": "8bd27c8bde0b770e7c001943f11c951cd345d668\n" | ||
} |
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
82479
32
1156
Updated@thi.ng/api@^8.3.1
Updated@thi.ng/checks@^3.1.1
Updated@thi.ng/errors@^2.1.1