@thi.ng/strings 3.8.0 → 3.8.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 +1 -1
- package/README.md +3 -1
- package/package.json +6 -6
- package/uuid.d.ts +1 -1
package/CHANGELOG.md
CHANGED
package/README.md
CHANGED
|
@@ -7,7 +7,7 @@
|
|
|
7
7
|
[](https://mastodon.thi.ng/@toxi)
|
|
8
8
|
|
|
9
9
|
> [!NOTE]
|
|
10
|
-
> This is one of
|
|
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.
|
|
3
|
+
"version": "3.8.1",
|
|
4
4
|
"description": "Various string formatting & utility functions",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"module": "./index.js",
|
|
@@ -36,10 +36,10 @@
|
|
|
36
36
|
"tool:tangle": "../../node_modules/.bin/tangle src/**/*.ts"
|
|
37
37
|
},
|
|
38
38
|
"dependencies": {
|
|
39
|
-
"@thi.ng/api": "^8.11.
|
|
40
|
-
"@thi.ng/errors": "^2.5.
|
|
41
|
-
"@thi.ng/hex": "^2.3.
|
|
42
|
-
"@thi.ng/memoize": "^3.3.
|
|
39
|
+
"@thi.ng/api": "^8.11.7",
|
|
40
|
+
"@thi.ng/errors": "^2.5.13",
|
|
41
|
+
"@thi.ng/hex": "^2.3.51",
|
|
42
|
+
"@thi.ng/memoize": "^3.3.9"
|
|
43
43
|
},
|
|
44
44
|
"devDependencies": {
|
|
45
45
|
"@microsoft/api-extractor": "^7.47.0",
|
|
@@ -206,5 +206,5 @@
|
|
|
206
206
|
"thi.ng": {
|
|
207
207
|
"year": 2015
|
|
208
208
|
},
|
|
209
|
-
"gitHead": "
|
|
209
|
+
"gitHead": "324d6b7dbf31558329e9fb6452e29b2f7db9c61a\n"
|
|
210
210
|
}
|
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/
|
|
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 -
|