@thi.ng/strings 3.8.1 → 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 +1 -1
- package/package.json +10 -9
package/CHANGELOG.md
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@thi.ng/strings",
|
|
3
|
-
"version": "3.8.
|
|
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.
|
|
40
|
-
"@thi.ng/errors": "^2.5.
|
|
41
|
-
"@thi.ng/hex": "^2.3.
|
|
42
|
-
"@thi.ng/memoize": "^3.3.
|
|
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.
|
|
45
|
+
"@microsoft/api-extractor": "^7.47.5",
|
|
46
46
|
"esbuild": "^0.23.0",
|
|
47
|
-
"typedoc": "^0.26.
|
|
48
|
-
"typescript": "^5.5.
|
|
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": "
|
|
210
|
+
"gitHead": "ec78f98d015e4d214a0b840e72e497407807daf3\n"
|
|
210
211
|
}
|