From 1c8129ebc8c20ac540b9cda1f8823bcc4698743b Mon Sep 17 00:00:00 2001 From: Claude Date: Sun, 3 May 2026 16:19:06 +0000 Subject: [PATCH 1/3] style: align `constants/array` with namespace conventions Normalize `package.json` `main` field to `./lib` (present in 80% of sibling packages in `@stdlib/constants`). --- lib/node_modules/@stdlib/constants/array/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/node_modules/@stdlib/constants/array/package.json b/lib/node_modules/@stdlib/constants/array/package.json index 72bb9a16dc66..5ca4b727e6fe 100644 --- a/lib/node_modules/@stdlib/constants/array/package.json +++ b/lib/node_modules/@stdlib/constants/array/package.json @@ -13,7 +13,7 @@ "url": "https://github.com/stdlib-js/stdlib/graphs/contributors" } ], - "main": "lib/index.js", + "main": "./lib", "directories": { "doc": "./docs", "example": "./examples", From 1999abacb2df95b38f122b3d152da7455897e26c Mon Sep 17 00:00:00 2001 From: Claude Date: Sun, 3 May 2026 16:19:09 +0000 Subject: [PATCH 2/3] style: align `constants/path` with namespace conventions Normalize `package.json` `main` field to `./lib` (present in 80% of sibling packages in `@stdlib/constants`). --- lib/node_modules/@stdlib/constants/path/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/node_modules/@stdlib/constants/path/package.json b/lib/node_modules/@stdlib/constants/path/package.json index 9ad273d42fd4..8204e355847b 100644 --- a/lib/node_modules/@stdlib/constants/path/package.json +++ b/lib/node_modules/@stdlib/constants/path/package.json @@ -13,7 +13,7 @@ "url": "https://github.com/stdlib-js/stdlib/graphs/contributors" } ], - "main": "lib/index.js", + "main": "./lib", "directories": { "doc": "./docs", "example": "./examples", From 40e3c9f109e55af6d9ab840591a9ca35e252f050 Mon Sep 17 00:00:00 2001 From: Claude Date: Sun, 3 May 2026 16:19:13 +0000 Subject: [PATCH 3/3] style: align `constants/unicode` with namespace conventions Normalize `package.json` `main` field to `./lib` (present in 80% of sibling packages in `@stdlib/constants`). --- lib/node_modules/@stdlib/constants/unicode/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/node_modules/@stdlib/constants/unicode/package.json b/lib/node_modules/@stdlib/constants/unicode/package.json index f4be1b0e5f33..5b953a383b8b 100644 --- a/lib/node_modules/@stdlib/constants/unicode/package.json +++ b/lib/node_modules/@stdlib/constants/unicode/package.json @@ -13,7 +13,7 @@ "url": "https://github.com/stdlib-js/stdlib/graphs/contributors" } ], - "main": "lib/index.js", + "main": "./lib", "directories": { "doc": "./docs", "example": "./examples",