From 79df85b477b63f516f5c220d3071ecccd0903e73 Mon Sep 17 00:00:00 2001 From: Om-A-osc Date: Sun, 25 Jan 2026 12:17:03 +0530 Subject: [PATCH 1/2] chore: added missing keys causing lint failure --- type: pre_commit_static_analysis_report description: Results of running static analysis checks when committing changes. report: - task: lint_filenames status: passed - task: lint_editorconfig status: passed - task: lint_markdown status: na - task: lint_package_json status: na - task: lint_repl_help status: na - task: lint_javascript_src status: na - task: lint_javascript_cli status: na - task: lint_javascript_examples status: na - task: lint_javascript_tests status: na - task: lint_javascript_benchmarks status: na - task: lint_python status: na - task: lint_r status: na - task: lint_c_src status: na - task: lint_c_examples status: na - task: lint_c_benchmarks status: na - task: lint_c_tests_fixtures status: na - task: lint_shell status: na - task: lint_typescript_declarations status: passed - task: lint_typescript_tests status: na - task: lint_license_headers status: passed --- --- .../@stdlib/_tools/package-json/standardize/lib/keys.json | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/node_modules/@stdlib/_tools/package-json/standardize/lib/keys.json b/lib/node_modules/@stdlib/_tools/package-json/standardize/lib/keys.json index 7081e8ed3623..49618e23b535 100644 --- a/lib/node_modules/@stdlib/_tools/package-json/standardize/lib/keys.json +++ b/lib/node_modules/@stdlib/_tools/package-json/standardize/lib/keys.json @@ -27,5 +27,6 @@ "engines", "os", "keywords", + "private", "__stdlib__" ] From 54633efbca10c887911f2a34a8d2df08951792e9 Mon Sep 17 00:00:00 2001 From: Om-A-osc Date: Sun, 25 Jan 2026 12:53:31 +0530 Subject: [PATCH 2/2] fix: minor order change --- type: pre_commit_static_analysis_report description: Results of running static analysis checks when committing changes. report: - task: lint_filenames status: passed - task: lint_editorconfig status: passed - task: lint_markdown status: na - task: lint_package_json status: na - task: lint_repl_help status: na - task: lint_javascript_src status: na - task: lint_javascript_cli status: na - task: lint_javascript_examples status: na - task: lint_javascript_tests status: na - task: lint_javascript_benchmarks status: na - task: lint_python status: na - task: lint_r status: na - task: lint_c_src status: na - task: lint_c_examples status: na - task: lint_c_benchmarks status: na - task: lint_c_tests_fixtures status: na - task: lint_shell status: na - task: lint_typescript_declarations status: passed - task: lint_typescript_tests status: na - task: lint_license_headers status: passed --- --- .../@stdlib/_tools/package-json/standardize/lib/keys.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/node_modules/@stdlib/_tools/package-json/standardize/lib/keys.json b/lib/node_modules/@stdlib/_tools/package-json/standardize/lib/keys.json index 49618e23b535..e5c419cceec6 100644 --- a/lib/node_modules/@stdlib/_tools/package-json/standardize/lib/keys.json +++ b/lib/node_modules/@stdlib/_tools/package-json/standardize/lib/keys.json @@ -1,5 +1,6 @@ [ "name", + "private", "version", "description", "license", @@ -27,6 +28,5 @@ "engines", "os", "keywords", - "private", "__stdlib__" ]