@thi.ng/strings
Advanced tools
Comparing version 1.15.0 to 1.15.2
@@ -6,2 +6,18 @@ # Change Log | ||
## [1.15.2](https://github.com/thi-ng/umbrella/compare/@thi.ng/strings@1.15.1...@thi.ng/strings@1.15.2) (2021-03-03) | ||
**Note:** Version bump only for package @thi.ng/strings | ||
## [1.15.1](https://github.com/thi-ng/umbrella/compare/@thi.ng/strings@1.15.0...@thi.ng/strings@1.15.1) (2021-03-03) | ||
**Note:** Version bump only for package @thi.ng/strings | ||
# [1.15.0](https://github.com/thi-ng/umbrella/compare/@thi.ng/strings@1.14.0...@thi.ng/strings@1.15.0) (2021-02-20) | ||
@@ -8,0 +24,0 @@ |
{ | ||
"name": "@thi.ng/strings", | ||
"version": "1.15.0", | ||
"version": "1.15.2", | ||
"description": "Various string formatting & utility functions", | ||
@@ -42,3 +42,3 @@ "module": "./index.js", | ||
"@istanbuljs/nyc-config-typescript": "^1.0.1", | ||
"@microsoft/api-extractor": "^7.12.1", | ||
"@microsoft/api-extractor": "^7.13.1", | ||
"@types/mocha": "^8.2.0", | ||
@@ -49,10 +49,10 @@ "@types/node": "^14.14.14", | ||
"ts-node": "^9.1.1", | ||
"typedoc": "^0.20.26", | ||
"typescript": "^4.1.5" | ||
"typedoc": "^0.20.28", | ||
"typescript": "^4.2.2" | ||
}, | ||
"dependencies": { | ||
"@thi.ng/api": "^7.0.0", | ||
"@thi.ng/errors": "^1.2.27", | ||
"@thi.ng/hex": "^0.2.0", | ||
"@thi.ng/memoize": "^2.1.9" | ||
"@thi.ng/api": "^7.1.1", | ||
"@thi.ng/errors": "^1.2.29", | ||
"@thi.ng/hex": "^0.2.2", | ||
"@thi.ng/memoize": "^2.1.11" | ||
}, | ||
@@ -95,3 +95,3 @@ "files": [ | ||
}, | ||
"gitHead": "2cb9a54255d6a5d7f21c9875002b86c42dd038de" | ||
"gitHead": "a59cd470a1728cb5f40e96e010fb98ead30e3142" | ||
} |
147726
Updated@thi.ng/api@^7.1.1
Updated@thi.ng/errors@^1.2.29
Updated@thi.ng/hex@^0.2.2
Updated@thi.ng/memoize@^2.1.11