@thi.ng/strings 3.7.25 → 3.7.26

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**: 2024-03-18T08:40:00Z
3
+ - **Last updated**: 2024-03-21T16:11:49Z
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
@@ -145,7 +145,7 @@ For Node.js REPL:
145
145
  const strings = await import("@thi.ng/strings");
146
146
  ```
147
147
 
148
- Package sizes (brotli'd, pre-treeshake): ESM: 5.44 KB
148
+ Package sizes (brotli'd, pre-treeshake): ESM: 5.43 KB
149
149
 
150
150
  ## Dependencies
151
151
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@thi.ng/strings",
3
- "version": "3.7.25",
3
+ "version": "3.7.26",
4
4
  "description": "Various string formatting & utility functions",
5
5
  "type": "module",
6
6
  "module": "./index.js",
@@ -204,5 +204,5 @@
204
204
  "thi.ng": {
205
205
  "year": 2015
206
206
  },
207
- "gitHead": "4b3d4ab6ce373ca817ad780f679572169a9ed733\n"
207
+ "gitHead": "da965520b2f3f8c259a791e8e8864308be2ba0be\n"
208
208
  }