From e8945ecaa1b7cdfd867328c813804bd7643e64bf Mon Sep 17 00:00:00 2001 From: Claude Date: Wed, 29 Apr 2026 12:50:07 +0000 Subject: [PATCH 01/13] style: align `string/base/code-point-at` with namespace conventions Added missing `base` keyword (present in 78% of `string/base/*` siblings). --- lib/node_modules/@stdlib/string/base/code-point-at/package.json | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/node_modules/@stdlib/string/base/code-point-at/package.json b/lib/node_modules/@stdlib/string/base/code-point-at/package.json index c540b754aebe..a4694b97ea96 100644 --- a/lib/node_modules/@stdlib/string/base/code-point-at/package.json +++ b/lib/node_modules/@stdlib/string/base/code-point-at/package.json @@ -57,6 +57,7 @@ "utility", "utils", "util", + "base", "code", "point", "pt", From d1b0a8322dc4409f2f1dc3c96c7253a863759e1f Mon Sep 17 00:00:00 2001 From: Claude Date: Wed, 29 Apr 2026 12:50:18 +0000 Subject: [PATCH 02/13] style: align `string/base/ends-with` with namespace conventions Added missing `base` keyword (present in 78% of `string/base/*` siblings). --- lib/node_modules/@stdlib/string/base/ends-with/package.json | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/node_modules/@stdlib/string/base/ends-with/package.json b/lib/node_modules/@stdlib/string/base/ends-with/package.json index ed04cc2d03db..3a576d98031a 100644 --- a/lib/node_modules/@stdlib/string/base/ends-with/package.json +++ b/lib/node_modules/@stdlib/string/base/ends-with/package.json @@ -55,6 +55,7 @@ "utility", "utils", "util", + "base", "string", "str", "check", From 3ea3846617a20336125d788a3c30c49f73dcaa4d Mon Sep 17 00:00:00 2001 From: Claude Date: Wed, 29 Apr 2026 12:50:22 +0000 Subject: [PATCH 03/13] style: align `string/base/for-each` with namespace conventions Added missing `base` keyword (present in 78% of `string/base/*` siblings). --- lib/node_modules/@stdlib/string/base/for-each/package.json | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/node_modules/@stdlib/string/base/for-each/package.json b/lib/node_modules/@stdlib/string/base/for-each/package.json index ad951a456dee..dafc9bd69a67 100644 --- a/lib/node_modules/@stdlib/string/base/for-each/package.json +++ b/lib/node_modules/@stdlib/string/base/for-each/package.json @@ -56,6 +56,7 @@ "utility", "utils", "util", + "base", "for", "each", "foreach", From ec07cfc72f1f485c92f2b9a32713fb3da91fb467 Mon Sep 17 00:00:00 2001 From: Claude Date: Wed, 29 Apr 2026 12:50:23 +0000 Subject: [PATCH 04/13] style: align `string/base/for-each-code-point` with namespace conventions Added missing `base` keyword (present in 78% of `string/base/*` siblings). --- .../@stdlib/string/base/for-each-code-point/package.json | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/node_modules/@stdlib/string/base/for-each-code-point/package.json b/lib/node_modules/@stdlib/string/base/for-each-code-point/package.json index 77ba82cf66fb..266d8f4ffbc1 100644 --- a/lib/node_modules/@stdlib/string/base/for-each-code-point/package.json +++ b/lib/node_modules/@stdlib/string/base/for-each-code-point/package.json @@ -56,6 +56,7 @@ "utility", "utils", "util", + "base", "for", "each", "foreach", From 05de10bfcdfe4c32c686a8bc1b3b2d51bc71ab00 Mon Sep 17 00:00:00 2001 From: Claude Date: Wed, 29 Apr 2026 12:50:23 +0000 Subject: [PATCH 05/13] style: align `string/base/for-each-code-point-right` with namespace conventions Added missing `base` keyword (present in 78% of `string/base/*` siblings). --- .../@stdlib/string/base/for-each-code-point-right/package.json | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/node_modules/@stdlib/string/base/for-each-code-point-right/package.json b/lib/node_modules/@stdlib/string/base/for-each-code-point-right/package.json index c82f548432e7..ebc9d09b421d 100644 --- a/lib/node_modules/@stdlib/string/base/for-each-code-point-right/package.json +++ b/lib/node_modules/@stdlib/string/base/for-each-code-point-right/package.json @@ -56,6 +56,7 @@ "utility", "utils", "util", + "base", "for", "each", "foreach", From 3684fa831a2f4c404370889970cd8a297f68e098 Mon Sep 17 00:00:00 2001 From: Claude Date: Wed, 29 Apr 2026 12:50:24 +0000 Subject: [PATCH 06/13] style: align `string/base/for-each-grapheme-cluster` with namespace conventions Added missing `base` keyword (present in 78% of `string/base/*` siblings). --- .../@stdlib/string/base/for-each-grapheme-cluster/package.json | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/node_modules/@stdlib/string/base/for-each-grapheme-cluster/package.json b/lib/node_modules/@stdlib/string/base/for-each-grapheme-cluster/package.json index 60cb2ec1ffa0..547eeba7c4aa 100644 --- a/lib/node_modules/@stdlib/string/base/for-each-grapheme-cluster/package.json +++ b/lib/node_modules/@stdlib/string/base/for-each-grapheme-cluster/package.json @@ -56,6 +56,7 @@ "utility", "utils", "util", + "base", "for", "each", "foreach", From b7b9dd271b573112fe77ac7167845781f92a9f2c Mon Sep 17 00:00:00 2001 From: Claude Date: Wed, 29 Apr 2026 12:50:24 +0000 Subject: [PATCH 07/13] style: align `string/base/for-each-right` with namespace conventions Added missing `base` keyword (present in 78% of `string/base/*` siblings). --- lib/node_modules/@stdlib/string/base/for-each-right/package.json | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/node_modules/@stdlib/string/base/for-each-right/package.json b/lib/node_modules/@stdlib/string/base/for-each-right/package.json index 74b277b3c8e1..eea5c85c4e57 100644 --- a/lib/node_modules/@stdlib/string/base/for-each-right/package.json +++ b/lib/node_modules/@stdlib/string/base/for-each-right/package.json @@ -56,6 +56,7 @@ "utility", "utils", "util", + "base", "for", "each", "foreachright", From a6f9182aac8740fe4663b7b66e569ec6b1de68df Mon Sep 17 00:00:00 2001 From: Claude Date: Wed, 29 Apr 2026 12:50:29 +0000 Subject: [PATCH 08/13] style: align `string/base/format-interpolate` with namespace conventions Added missing `base` keyword (present in 78% of `string/base/*` siblings). --- .../@stdlib/string/base/format-interpolate/package.json | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/node_modules/@stdlib/string/base/format-interpolate/package.json b/lib/node_modules/@stdlib/string/base/format-interpolate/package.json index b94d666d0196..c55d1f48ab99 100644 --- a/lib/node_modules/@stdlib/string/base/format-interpolate/package.json +++ b/lib/node_modules/@stdlib/string/base/format-interpolate/package.json @@ -55,6 +55,7 @@ "utility", "utils", "util", + "base", "string", "str", "format", From e723526ecdfded0446a913eea74142dd94de334c Mon Sep 17 00:00:00 2001 From: Claude Date: Wed, 29 Apr 2026 12:50:29 +0000 Subject: [PATCH 09/13] style: align `string/base/format-tokenize` with namespace conventions Added missing `base` keyword (present in 78% of `string/base/*` siblings). --- .../@stdlib/string/base/format-tokenize/package.json | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/node_modules/@stdlib/string/base/format-tokenize/package.json b/lib/node_modules/@stdlib/string/base/format-tokenize/package.json index c6f66a82857a..16eb8dc2d955 100644 --- a/lib/node_modules/@stdlib/string/base/format-tokenize/package.json +++ b/lib/node_modules/@stdlib/string/base/format-tokenize/package.json @@ -55,6 +55,7 @@ "utility", "utils", "util", + "base", "string", "str", "format", From d42d9bc850e2c3f792ab3920ebc043b260170668 Mon Sep 17 00:00:00 2001 From: Claude Date: Wed, 29 Apr 2026 12:50:29 +0000 Subject: [PATCH 10/13] style: align `string/base/right-trim` with namespace conventions Added missing `base` keyword (present in 78% of `string/base/*` siblings). --- lib/node_modules/@stdlib/string/base/right-trim/package.json | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/node_modules/@stdlib/string/base/right-trim/package.json b/lib/node_modules/@stdlib/string/base/right-trim/package.json index c762a6179a6b..bc35d7a0a6b1 100644 --- a/lib/node_modules/@stdlib/string/base/right-trim/package.json +++ b/lib/node_modules/@stdlib/string/base/right-trim/package.json @@ -55,6 +55,7 @@ "utility", "utils", "util", + "base", "string", "str", "whitespace", From 2c71a78b182ca7af5089eeb48b8eda21d8162911 Mon Sep 17 00:00:00 2001 From: Claude Date: Wed, 29 Apr 2026 12:50:30 +0000 Subject: [PATCH 11/13] style: align `string/base/slice-grapheme-clusters` with namespace conventions Added missing `base` keyword (present in 78% of `string/base/*` siblings). --- .../@stdlib/string/base/slice-grapheme-clusters/package.json | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/node_modules/@stdlib/string/base/slice-grapheme-clusters/package.json b/lib/node_modules/@stdlib/string/base/slice-grapheme-clusters/package.json index 24f482d0fee6..d24fd3e580f0 100644 --- a/lib/node_modules/@stdlib/string/base/slice-grapheme-clusters/package.json +++ b/lib/node_modules/@stdlib/string/base/slice-grapheme-clusters/package.json @@ -55,6 +55,7 @@ "utility", "utils", "util", + "base", "string", "str", "slice", From af9448bf92db9f6da9f8c2cad08cbd7d003eee3c Mon Sep 17 00:00:00 2001 From: Claude Date: Wed, 29 Apr 2026 12:50:30 +0000 Subject: [PATCH 12/13] style: align `string/base/trim` with namespace conventions Added missing `base` keyword (present in 78% of `string/base/*` siblings). --- lib/node_modules/@stdlib/string/base/trim/package.json | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/node_modules/@stdlib/string/base/trim/package.json b/lib/node_modules/@stdlib/string/base/trim/package.json index a7c31bb33a02..43cf32f68113 100644 --- a/lib/node_modules/@stdlib/string/base/trim/package.json +++ b/lib/node_modules/@stdlib/string/base/trim/package.json @@ -55,6 +55,7 @@ "utility", "utils", "util", + "base", "string", "str", "whitespace", From 6defa56f7abb58bf22c661ed96f6738fb6256d87 Mon Sep 17 00:00:00 2001 From: Claude Date: Wed, 29 Apr 2026 12:50:35 +0000 Subject: [PATCH 13/13] style: align `string/base/slice-code-points` with namespace conventions Added missing `stdstring`, `utility`, and `util` keywords (present in 96-98% of `string/base/*` siblings). --- .../@stdlib/string/base/slice-code-points/package.json | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/lib/node_modules/@stdlib/string/base/slice-code-points/package.json b/lib/node_modules/@stdlib/string/base/slice-code-points/package.json index 28c750476967..ab489539b4fe 100644 --- a/lib/node_modules/@stdlib/string/base/slice-code-points/package.json +++ b/lib/node_modules/@stdlib/string/base/slice-code-points/package.json @@ -50,6 +50,7 @@ ], "keywords": [ "stdlib", + "stdstring", "string", "str", "base", @@ -60,6 +61,8 @@ "point", "codepoint", "utilities", - "utils" + "utility", + "utils", + "util" ] }