@thi.ng/strings 3.7.0 → 3.7.1

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.
package/CHANGELOG.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # Change Log
2
2
 
3
- - **Last updated**: 2023-11-24T09:35:46Z
3
+ - **Last updated**: 2023-12-03T12:13:31Z
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/README.md CHANGED
@@ -141,7 +141,7 @@ For Node.js REPL:
141
141
  const strings = await import("@thi.ng/strings");
142
142
  ```
143
143
 
144
- Package sizes (brotli'd, pre-treeshake): ESM: 4.92 KB
144
+ Package sizes (brotli'd, pre-treeshake): ESM: 5.41 KB
145
145
 
146
146
  ## Dependencies
147
147
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@thi.ng/strings",
3
- "version": "3.7.0",
3
+ "version": "3.7.1",
4
4
  "description": "Various string formatting & utility functions",
5
5
  "type": "module",
6
6
  "module": "./index.js",
@@ -33,17 +33,17 @@
33
33
  "test": "bun test"
34
34
  },
35
35
  "dependencies": {
36
- "@thi.ng/api": "^8.9.9",
37
- "@thi.ng/errors": "^2.4.3",
38
- "@thi.ng/hex": "^2.3.21",
39
- "@thi.ng/memoize": "^3.1.43"
36
+ "@thi.ng/api": "^8.9.10",
37
+ "@thi.ng/errors": "^2.4.4",
38
+ "@thi.ng/hex": "^2.3.22",
39
+ "@thi.ng/memoize": "^3.1.44"
40
40
  },
41
41
  "devDependencies": {
42
42
  "@microsoft/api-extractor": "^7.38.3",
43
- "@thi.ng/testament": "^0.4.2",
43
+ "@thi.ng/testament": "^0.4.3",
44
44
  "rimraf": "^5.0.5",
45
45
  "tools": "^0.0.1",
46
- "typedoc": "^0.25.3",
46
+ "typedoc": "^0.25.4",
47
47
  "typescript": "^5.3.2"
48
48
  },
49
49
  "keywords": [
@@ -202,5 +202,5 @@
202
202
  "thi.ng": {
203
203
  "year": 2015
204
204
  },
205
- "gitHead": "f6de41f4991704fdbbb2899bb430ed4f4f6efab0\n"
205
+ "gitHead": "04d1de79f256d7a53c6b5fd157b37f49bc88e11d\n"
206
206
  }