@thi.ng/paths
Advanced tools
Comparing version 4.0.3 to 4.0.4
@@ -6,2 +6,10 @@ # Change Log | ||
## [4.0.4](https://github.com/thi-ng/umbrella/compare/@thi.ng/paths@4.0.3...@thi.ng/paths@4.0.4) (2020-04-28) | ||
**Note:** Version bump only for package @thi.ng/paths | ||
## [4.0.3](https://github.com/thi-ng/umbrella/compare/@thi.ng/paths@4.0.2...@thi.ng/paths@4.0.3) (2020-04-27) | ||
@@ -8,0 +16,0 @@ |
{ | ||
"name": "@thi.ng/paths", | ||
"version": "4.0.3", | ||
"version": "4.0.4", | ||
"description": "Immutable, optimized and optionally typed path-based object property / array accessors with structural sharing", | ||
@@ -13,3 +13,7 @@ "module": "./index.js", | ||
}, | ||
"homepage": "https://github.com/thi-ng/umbrella/tree/master/packages/paths", | ||
"homepage": "https://github.com/thi-ng/umbrella/tree/develop/packages/paths#readme", | ||
"funding": { | ||
"type": "patreon", | ||
"url": "https://patreon.com/thing_umbrella" | ||
}, | ||
"author": "Karsten Schmidt <k+npm@thi.ng>", | ||
@@ -22,2 +26,3 @@ "license": "Apache-2.0", | ||
"build:test": "rimraf build && tsc -p test/tsconfig.json", | ||
"build:check": "tsc --isolatedModules --noEmit", | ||
"test": "mocha test", | ||
@@ -43,4 +48,4 @@ "cover": "nyc mocha test && nyc report --reporter=lcov", | ||
"dependencies": { | ||
"@thi.ng/checks": "^2.6.3", | ||
"@thi.ng/errors": "^1.2.11", | ||
"@thi.ng/checks": "^2.6.4", | ||
"@thi.ng/errors": "^1.2.12", | ||
"tslib": "^1.11.1" | ||
@@ -76,3 +81,3 @@ }, | ||
"sideEffects": false, | ||
"gitHead": "9241bd0f7f20d33c16b505ddc2cf0cdba38d09f8" | ||
"gitHead": "bb751118ba5a7261d322952a7ec5530860d73881" | ||
} |
@@ -70,2 +70,10 @@ <!-- This file is generated - DO NOT EDIT! --> | ||
```html | ||
// ES module | ||
<script type="module" src="https://unpkg.com/@thi.ng/paths?module" crossorigin></script> | ||
// UMD | ||
<script src="https://unpkg.com/@thi.ng/paths/lib/index.umd.js" crossorigin></script> | ||
``` | ||
Package sizes (gzipped, pre-treeshake): ESM: 1.09 KB / CJS: 1.19 KB / UMD: 1.14 KB | ||
@@ -72,0 +80,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
105715
343
Updated@thi.ng/checks@^2.6.4
Updated@thi.ng/errors@^1.2.12