radashi 12.8.0 → 12.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/dist/radashi.cjs +2 -1
- package/dist/radashi.js +2 -1
- package/package.json +1 -1
package/dist/radashi.cjs
CHANGED
|
@@ -1802,11 +1802,12 @@ function deburr(input) {
|
|
|
1802
1802
|
}
|
|
1803
1803
|
|
|
1804
1804
|
// src/string/dedent.ts
|
|
1805
|
+
// @__NO_SIDE_EFFECTS__
|
|
1805
1806
|
function dedent(text, ...values) {
|
|
1806
1807
|
var _a;
|
|
1807
1808
|
if (isArray(text)) {
|
|
1808
1809
|
if (values.length > 0) {
|
|
1809
|
-
return dedent(
|
|
1810
|
+
return /* @__PURE__ */ dedent(
|
|
1810
1811
|
text.reduce((acc, input, i) => {
|
|
1811
1812
|
var _a2;
|
|
1812
1813
|
let value = String(values[i] ?? "");
|
package/dist/radashi.js
CHANGED
|
@@ -1800,11 +1800,12 @@ function deburr(input) {
|
|
|
1800
1800
|
}
|
|
1801
1801
|
|
|
1802
1802
|
// src/string/dedent.ts
|
|
1803
|
+
// @__NO_SIDE_EFFECTS__
|
|
1803
1804
|
function dedent(text, ...values) {
|
|
1804
1805
|
var _a;
|
|
1805
1806
|
if (isArray(text)) {
|
|
1806
1807
|
if (values.length > 0) {
|
|
1807
|
-
return dedent(
|
|
1808
|
+
return /* @__PURE__ */ dedent(
|
|
1808
1809
|
text.reduce((acc, input, i) => {
|
|
1809
1810
|
var _a2;
|
|
1810
1811
|
let value = String(values[i] ?? "");
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "radashi",
|
|
3
|
-
"version": "12.8.
|
|
3
|
+
"version": "12.8.1",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"description": "The modern, community-first TypeScript toolkit with all of the fast, readable, and minimal utility functions you need. Type-safe, dependency-free, tree-shakeable, fully tested.",
|
|
6
6
|
"repository": {
|