@thi.ng/strings 3.8.1 → 3.8.3

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.
Files changed (2) hide show
  1. package/CHANGELOG.md +1 -1
  2. package/package.json +11 -9
package/CHANGELOG.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # Change Log
2
2
 
3
- - **Last updated**: 2024-07-22T13:15:57Z
3
+ - **Last updated**: 2024-08-13T19:40: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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@thi.ng/strings",
3
- "version": "3.8.1",
3
+ "version": "3.8.3",
4
4
  "description": "Various string formatting & utility functions",
5
5
  "type": "module",
6
6
  "module": "./index.js",
@@ -36,21 +36,22 @@
36
36
  "tool:tangle": "../../node_modules/.bin/tangle src/**/*.ts"
37
37
  },
38
38
  "dependencies": {
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"
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",
52
52
  "composition",
53
53
  "conversion",
54
+ "cursor",
54
55
  "escape",
55
56
  "float",
56
57
  "format",
@@ -69,6 +70,7 @@
69
70
  "trim",
70
71
  "typescript",
71
72
  "unicode",
73
+ "utf8",
72
74
  "wordwrap"
73
75
  ],
74
76
  "publishConfig": {
@@ -206,5 +208,5 @@
206
208
  "thi.ng": {
207
209
  "year": 2015
208
210
  },
209
- "gitHead": "324d6b7dbf31558329e9fb6452e29b2f7db9c61a\n"
211
+ "gitHead": "e914ebbd81c56783c39cf746548c547cbacadc96\n"
210
212
  }