@thi.ng/strings 3.6.5 → 3.6.6

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 +7 -7
package/CHANGELOG.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # Change Log
2
2
 
3
- - **Last updated**: 2023-11-09T10:02:12Z
3
+ - **Last updated**: 2023-11-09T10:28:19Z
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.5",
3
+ "version": "3.6.6",
4
4
  "description": "Various string formatting & utility functions",
5
5
  "type": "module",
6
6
  "module": "./index.js",
@@ -33,14 +33,14 @@
33
33
  "test": "bun test"
34
34
  },
35
35
  "dependencies": {
36
- "@thi.ng/api": "^8.9.7",
37
- "@thi.ng/errors": "^2.4.1",
38
- "@thi.ng/hex": "^2.3.19",
39
- "@thi.ng/memoize": "^3.1.41"
36
+ "@thi.ng/api": "^8.9.8",
37
+ "@thi.ng/errors": "^2.4.2",
38
+ "@thi.ng/hex": "^2.3.20",
39
+ "@thi.ng/memoize": "^3.1.42"
40
40
  },
41
41
  "devDependencies": {
42
42
  "@microsoft/api-extractor": "^7.38.2",
43
- "@thi.ng/testament": "^0.4.0",
43
+ "@thi.ng/testament": "^0.4.1",
44
44
  "rimraf": "^5.0.5",
45
45
  "tools": "^0.0.1",
46
46
  "typedoc": "^0.25.3",
@@ -199,5 +199,5 @@
199
199
  "thi.ng": {
200
200
  "year": 2015
201
201
  },
202
- "gitHead": "9f4d8ad79bca1d68214fbc9bbc5fb55f5a445f7e\n"
202
+ "gitHead": "669a3151e4302480244fe3e60eff5e732ea5b7a7\n"
203
203
  }