@thi.ng/strings 3.9.16 → 3.9.17

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**: 2025-07-10T14:20:23Z
3
+ - **Last updated**: 2025-07-20T14:56:01Z
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
@@ -151,7 +151,7 @@ For Node.js REPL:
151
151
  const str = await import("@thi.ng/strings");
152
152
  ```
153
153
 
154
- Package sizes (brotli'd, pre-treeshake): ESM: 5.51 KB
154
+ Package sizes (brotli'd, pre-treeshake): ESM: 5.54 KB
155
155
 
156
156
  ## Dependencies
157
157
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@thi.ng/strings",
3
- "version": "3.9.16",
3
+ "version": "3.9.17",
4
4
  "description": "Various string formatting & utility functions",
5
5
  "type": "module",
6
6
  "module": "./index.js",
@@ -39,13 +39,13 @@
39
39
  "tool:tangle": "../../node_modules/.bin/tangle src/**/*.ts"
40
40
  },
41
41
  "dependencies": {
42
- "@thi.ng/api": "^8.11.30",
43
- "@thi.ng/errors": "^2.5.36",
44
- "@thi.ng/hex": "^2.3.74",
45
- "@thi.ng/memoize": "^4.0.20"
42
+ "@thi.ng/api": "^8.11.31",
43
+ "@thi.ng/errors": "^2.5.37",
44
+ "@thi.ng/hex": "^2.3.75",
45
+ "@thi.ng/memoize": "^4.0.21"
46
46
  },
47
47
  "devDependencies": {
48
- "esbuild": "^0.25.6",
48
+ "esbuild": "^0.25.8",
49
49
  "typedoc": "^0.28.7",
50
50
  "typescript": "^5.8.3"
51
51
  },
@@ -211,5 +211,5 @@
211
211
  "thi.ng": {
212
212
  "year": 2015
213
213
  },
214
- "gitHead": "56d8f088389b22192a06e9a395b5eecebf47697a\n"
214
+ "gitHead": "3cd1bea8b2bf6b859609f6d5c14b4eb64745681f\n"
215
215
  }