@thi.ng/strings
Advanced tools
Comparing version 3.7.22 to 3.7.23
# Change Log | ||
- **Last updated**: 2024-03-07T20:40:47Z | ||
- **Last updated**: 2024-03-13T14:04:31Z | ||
- **Generator**: [thi.ng/monopub](https://thi.ng/monopub) | ||
@@ -5,0 +5,0 @@ |
{ | ||
"name": "@thi.ng/strings", | ||
"version": "3.7.22", | ||
"version": "3.7.23", | ||
"description": "Various string formatting & utility functions", | ||
@@ -39,13 +39,13 @@ "type": "module", | ||
"dependencies": { | ||
"@thi.ng/api": "^8.9.29", | ||
"@thi.ng/errors": "^2.4.20", | ||
"@thi.ng/hex": "^2.3.39", | ||
"@thi.ng/memoize": "^3.1.64" | ||
"@thi.ng/api": "^8.9.30", | ||
"@thi.ng/errors": "^2.5.0", | ||
"@thi.ng/hex": "^2.3.40", | ||
"@thi.ng/memoize": "^3.1.65" | ||
}, | ||
"devDependencies": { | ||
"@microsoft/api-extractor": "^7.40.1", | ||
"esbuild": "^0.20.0", | ||
"@microsoft/api-extractor": "^7.42.3", | ||
"esbuild": "^0.20.1", | ||
"rimraf": "^5.0.5", | ||
"typedoc": "^0.25.7", | ||
"typescript": "^5.3.3" | ||
"typedoc": "^0.25.12", | ||
"typescript": "^5.4.2" | ||
}, | ||
@@ -208,3 +208,3 @@ "keywords": [ | ||
}, | ||
"gitHead": "69100942474942f7446ac645d59d91e7dfc352f9\n" | ||
"gitHead": "7f3fcbd6c0462b0ce45afa141fe163d1f297fd51\n" | ||
} |
@@ -45,2 +45,3 @@ /// <reference types="node" /> | ||
new (msg?: string | undefined): { | ||
origMessage: string; | ||
name: string; | ||
@@ -47,0 +48,0 @@ message: string; |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
97458
2033
195
3
5
48
+ Added@thi.ng/api@8.11.11(transitive)
+ Added@thi.ng/errors@2.5.17(transitive)
+ Added@thi.ng/hex@2.3.55(transitive)
- Removed@thi.ng/api@8.11.12(transitive)
- Removed@thi.ng/errors@2.5.18(transitive)
- Removed@thi.ng/hex@2.3.56(transitive)
Updated@thi.ng/api@^8.9.30
Updated@thi.ng/errors@^2.5.0
Updated@thi.ng/hex@^2.3.40
Updated@thi.ng/memoize@^3.1.65