@thi.ng/strings 3.8.0 → 3.8.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.
package/CHANGELOG.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # Change Log
2
2
 
3
- - **Last updated**: 2024-07-19T14:56:21Z
3
+ - **Last updated**: 2024-08-10T15:03:07Z
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
@@ -7,7 +7,7 @@
7
7
  [![Mastodon Follow](https://img.shields.io/mastodon/follow/109331703950160316?domain=https%3A%2F%2Fmastodon.thi.ng&style=social)](https://mastodon.thi.ng/@toxi)
8
8
 
9
9
  > [!NOTE]
10
- > This is one of 189 standalone projects, maintained as part
10
+ > This is one of 198 standalone projects, maintained as part
11
11
  > of the [@thi.ng/umbrella](https://github.com/thi-ng/umbrella/) monorepo
12
12
  > and anti-framework.
13
13
  >
@@ -160,6 +160,8 @@ Package sizes (brotli'd, pre-treeshake): ESM: 5.52 KB
160
160
  - [@thi.ng/hex](https://github.com/thi-ng/umbrella/tree/develop/packages/hex)
161
161
  - [@thi.ng/memoize](https://github.com/thi-ng/umbrella/tree/develop/packages/memoize)
162
162
 
163
+ Note: @thi.ng/api is in _most_ cases a type-only import (not used at runtime)
164
+
163
165
  ## Usage examples
164
166
 
165
167
  Eight projects in this repo's
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@thi.ng/strings",
3
- "version": "3.8.0",
3
+ "version": "3.8.2",
4
4
  "description": "Various string formatting & utility functions",
5
5
  "type": "module",
6
6
  "module": "./index.js",
@@ -36,16 +36,16 @@
36
36
  "tool:tangle": "../../node_modules/.bin/tangle src/**/*.ts"
37
37
  },
38
38
  "dependencies": {
39
- "@thi.ng/api": "^8.11.6",
40
- "@thi.ng/errors": "^2.5.12",
41
- "@thi.ng/hex": "^2.3.50",
42
- "@thi.ng/memoize": "^3.3.8"
39
+ "@thi.ng/api": "^8.11.8",
40
+ "@thi.ng/errors": "^2.5.14",
41
+ "@thi.ng/hex": "^2.3.52",
42
+ "@thi.ng/memoize": "^3.3.10"
43
43
  },
44
44
  "devDependencies": {
45
- "@microsoft/api-extractor": "^7.47.0",
45
+ "@microsoft/api-extractor": "^7.47.5",
46
46
  "esbuild": "^0.23.0",
47
- "typedoc": "^0.26.3",
48
- "typescript": "^5.5.3"
47
+ "typedoc": "^0.26.5",
48
+ "typescript": "^5.5.4"
49
49
  },
50
50
  "keywords": [
51
51
  "ansi",
@@ -69,6 +69,7 @@
69
69
  "trim",
70
70
  "typescript",
71
71
  "unicode",
72
+ "utf8",
72
73
  "wordwrap"
73
74
  ],
74
75
  "publishConfig": {
@@ -206,5 +207,5 @@
206
207
  "thi.ng": {
207
208
  "year": 2015
208
209
  },
209
- "gitHead": "c7aaa453b01a45e5235517db9d2a283b97abac96\n"
210
+ "gitHead": "ec78f98d015e4d214a0b840e72e497407807daf3\n"
210
211
  }
package/uuid.d.ts CHANGED
@@ -5,7 +5,7 @@
5
5
  * 16.
6
6
  *
7
7
  * @remarks
8
- * Use [`uuid()`](https://docs.thi.ng/umbrella/random/functions/uuid.html) to
8
+ * Use [`uuid()`](https://docs.thi.ng/umbrella/uuid/functions/uuid.html) to
9
9
  * also generate an UUID from scratch (rather than just format one).
10
10
  *
11
11
  * @param id -