@thi.ng/strings 3.6.0 → 3.6.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/CHANGELOG.md +1 -1
  2. package/package.json +10 -10
package/CHANGELOG.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # Change Log
2
2
 
3
- - **Last updated**: 2023-09-19T10:42:50Z
3
+ - **Last updated**: 2023-10-23T07:37:37Z
4
4
  - **Generator**: [thi.ng/monopub](https://thi.ng/monopub)
5
5
 
6
6
  All notable changes to this project will be documented in this file.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@thi.ng/strings",
3
- "version": "3.6.0",
3
+ "version": "3.6.2",
4
4
  "description": "Various string formatting & utility functions",
5
5
  "type": "module",
6
6
  "module": "./index.js",
@@ -34,17 +34,17 @@
34
34
  "test": "testament test"
35
35
  },
36
36
  "dependencies": {
37
- "@thi.ng/api": "^8.9.5",
38
- "@thi.ng/errors": "^2.3.5",
39
- "@thi.ng/hex": "^2.3.17",
40
- "@thi.ng/memoize": "^3.1.38"
37
+ "@thi.ng/api": "^8.9.6",
38
+ "@thi.ng/errors": "^2.4.0",
39
+ "@thi.ng/hex": "^2.3.18",
40
+ "@thi.ng/memoize": "^3.1.39"
41
41
  },
42
42
  "devDependencies": {
43
- "@microsoft/api-extractor": "^7.36.4",
44
- "@thi.ng/testament": "^0.3.23",
45
- "rimraf": "^5.0.1",
43
+ "@microsoft/api-extractor": "^7.38.0",
44
+ "@thi.ng/testament": "^0.3.24",
45
+ "rimraf": "^5.0.5",
46
46
  "tools": "^0.0.1",
47
- "typedoc": "^0.25.0",
47
+ "typedoc": "^0.25.2",
48
48
  "typescript": "^5.2.2"
49
49
  },
50
50
  "keywords": [
@@ -200,5 +200,5 @@
200
200
  "thi.ng": {
201
201
  "year": 2015
202
202
  },
203
- "gitHead": "c22e8996cee284ebe8ea88582beb1ab5fc6ee503\n"
203
+ "gitHead": "dc7eeaba72f3c3977f2d6cc201e595ed6d68e2ad\n"
204
204
  }