From f0fb315811b3bc527a0143b12712165e84dff2b8 Mon Sep 17 00:00:00 2001 From: stdlib-bot Date: Fri, 1 Dec 2023 05:45:01 +0000 Subject: [PATCH] Auto-generated commit --- .editorconfig | 5 ----- .github/.keepalive | 1 + .github/workflows/publish.yml | 4 ++-- CONTRIBUTORS | 1 + package.json | 4 ++-- 5 files changed, 6 insertions(+), 9 deletions(-) create mode 100644 .github/.keepalive diff --git a/.editorconfig b/.editorconfig index 13e9c39..60d743f 100644 --- a/.editorconfig +++ b/.editorconfig @@ -148,11 +148,6 @@ indent_size = 2 indent_style = space indent_size = 2 -# Set properties for `tslint.json` files: -[tslint.json] -indent_style = space -indent_size = 2 - # Set properties for `tsconfig.json` files: [tsconfig.json] indent_style = space diff --git a/.github/.keepalive b/.github/.keepalive new file mode 100644 index 0000000..9de5003 --- /dev/null +++ b/.github/.keepalive @@ -0,0 +1 @@ +2023-12-01T05:44:57.795Z diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 0037bdb..8b8977f 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -119,7 +119,7 @@ jobs: # For all dependencies, check in all *.js files if they are still used; if not, remove them: jq -r '.dependencies | keys[]' ./package.json | while read -r dep; do dep=$(echo "$dep" | xargs) - if ! grep -q "$dep" lib/** && ! grep -q -s "$dep" manifest.json && ! grep -q -s "$dep" include.gypi; then + if ! find lib -name "*.js" -exec grep -q "$dep" {} + && ! grep -q -s "$dep" manifest.json && ! grep -q -s "$dep" include.gypi; then jq --indent 2 "del(.dependencies[\"$dep\"])" ./package.json > ./package.json.tmp mv ./package.json.tmp ./package.json fi @@ -129,7 +129,7 @@ jobs: continue fi dep=$(echo "$dep" | xargs) - if ! grep -q "$dep" lib/** && ! grep -q -s "$dep" manifest.json && ! grep -q -s "$dep" include.gypi; then + if ! find lib -name "*.js" -exec grep -q "$dep" {} + && ! grep -q -s "$dep" manifest.json && ! grep -q -s "$dep" include.gypi; then jq --indent 2 "del(.devDependencies[\"$dep\"])" ./package.json > ./package.json.tmp mv ./package.json.tmp ./package.json fi diff --git a/CONTRIBUTORS b/CONTRIBUTORS index 3bc3576..188cda8 100644 --- a/CONTRIBUTORS +++ b/CONTRIBUTORS @@ -9,6 +9,7 @@ Brendan Graetz Bruno Fenzl Christopher Dambamuromo Dan Rose +Daniel Killenberger Dominik Moritz Dorrin Sotoudeh Frank Kovacs diff --git a/package.json b/package.json index 83e634e..509a36e 100644 --- a/package.json +++ b/package.json @@ -47,7 +47,7 @@ "@stdlib/strided-base-function-object": "^0.1.1", "@stdlib/strided-base-meta-data-props": "^0.1.0", "@stdlib/strided-base-unary": "^0.1.0", - "@stdlib/strided-dispatch": "^0.1.1", + "@stdlib/strided-dispatch": "^0.1.2", "@stdlib/strided-dtypes": "^0.1.0", "@stdlib/strided-napi-unary": "^0.1.0", "@stdlib/types": "^0.2.0", @@ -62,7 +62,7 @@ "@stdlib/array-typed-real-float-dtypes": "^0.1.1", "@stdlib/array-uint8": "^0.1.1", "@stdlib/assert-is-browser": "^0.1.1", - "@stdlib/bench": "^0.2.0", + "@stdlib/bench": "^0.2.1", "@stdlib/fs-write-file": "^0.1.1", "@stdlib/math-base-assert-is-nan": "^0.1.1", "@stdlib/math-base-special-floor": "^0.1.1",