@thi.ng/strings
Advanced tools
Comparing version 1.0.2 to 1.0.3
@@ -6,2 +6,10 @@ # Change Log | ||
## [1.0.3](https://github.com/thi-ng/umbrella/compare/@thi.ng/strings@1.0.2...@thi.ng/strings@1.0.3) (2019-02-05) | ||
**Note:** Version bump only for package @thi.ng/strings | ||
## [1.0.2](https://github.com/thi-ng/umbrella/compare/@thi.ng/strings@1.0.1...@thi.ng/strings@1.0.2) (2019-01-31) | ||
@@ -8,0 +16,0 @@ |
{ | ||
"name": "@thi.ng/strings", | ||
"version": "1.0.2", | ||
"version": "1.0.3", | ||
"description": "Various string formatting & utility functions", | ||
@@ -19,3 +19,3 @@ "module": "./index.js", | ||
"build:es6": "tsc --declaration", | ||
"build:bundle": "../../scripts/bundle-module strings errors memoize", | ||
"build:bundle": "../../scripts/bundle-module", | ||
"test": "rimraf build && tsc -p test/tsconfig.json && nyc mocha build/test/*.js", | ||
@@ -36,4 +36,4 @@ "clean": "rimraf *.js *.d.ts .nyc_output build coverage doc lib", | ||
"dependencies": { | ||
"@thi.ng/errors": "^1.0.1", | ||
"@thi.ng/memoize": "^1.0.1" | ||
"@thi.ng/errors": "^1.0.2", | ||
"@thi.ng/memoize": "^1.0.2" | ||
}, | ||
@@ -65,3 +65,3 @@ "keywords": [ | ||
"sideEffects": false, | ||
"gitHead": "50a5098ac32e9c939d50b02f2207c9df6c623663" | ||
"gitHead": "74fb4d83013785ce7a95357c565426a046657e74" | ||
} |
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
70924
Updated@thi.ng/errors@^1.0.2
Updated@thi.ng/memoize@^1.0.2