From f6c28cb58089e08e4dbc2c5d83a6b625e84b5b2f Mon Sep 17 00:00:00 2001 From: stdlib-bot Date: Mon, 1 Jan 2024 04:04:18 +0000 Subject: [PATCH] Auto-generated commit --- .github/.keepalive | 1 + .github/workflows/npm_downloads.yml | 4 ++-- .github/workflows/test_coverage.yml | 4 ++-- .npmignore | 1 + CONTRIBUTORS | 2 +- README.md | 2 +- SECURITY.md | 5 +++++ benchmark/benchmark.js | 2 +- benchmark/benchmark.native.js | 2 +- package.json | 4 ++-- 10 files changed, 17 insertions(+), 10 deletions(-) create mode 100644 .github/.keepalive create mode 100644 SECURITY.md diff --git a/.github/.keepalive b/.github/.keepalive new file mode 100644 index 0000000..893542a --- /dev/null +++ b/.github/.keepalive @@ -0,0 +1 @@ +2024-01-01T04:04:15.075Z diff --git a/.github/workflows/npm_downloads.yml b/.github/workflows/npm_downloads.yml index 7cdcf62..d122122 100644 --- a/.github/workflows/npm_downloads.yml +++ b/.github/workflows/npm_downloads.yml @@ -102,8 +102,8 @@ jobs: # Send data to events server: - name: 'Post data' - # Pin action to full length commit SHA corresponding to v3.0.3: - uses: distributhor/workflow-webhook@48a40b380ce4593b6a6676528cd005986ae56629 + # Pin action to full length commit SHA + uses: distributhor/workflow-webhook@48a40b380ce4593b6a6676528cd005986ae56629 # v3.0.3 env: webhook_url: ${{ secrets.STDLIB_NPM_DOWNLOADS_URL }} webhook_secret: ${{ secrets.STDLIB_WEBHOOK_SECRET }} diff --git a/.github/workflows/test_coverage.yml b/.github/workflows/test_coverage.yml index 25dcbef..1b9adfa 100644 --- a/.github/workflows/test_coverage.yml +++ b/.github/workflows/test_coverage.yml @@ -119,8 +119,8 @@ jobs: # Send data to events server: - name: 'Post data' - # Pin action to full length commit SHA corresponding to v3.0.3: - uses: distributhor/workflow-webhook@48a40b380ce4593b6a6676528cd005986ae56629 + # Pin action to full length commit SHA + uses: distributhor/workflow-webhook@48a40b380ce4593b6a6676528cd005986ae56629 # v3.0.3 env: webhook_url: ${{ secrets.STDLIB_COVERAGE_URL }} webhook_secret: ${{ secrets.STDLIB_WEBHOOK_SECRET }} diff --git a/.npmignore b/.npmignore index d369eec..5c7f09d 100644 --- a/.npmignore +++ b/.npmignore @@ -18,6 +18,7 @@ # Files # ######### +CITATION.cff CHANGELOG.md CODE_OF_CONDUCT.md CONTRIBUTING.md diff --git a/CONTRIBUTORS b/CONTRIBUTORS index af2a74f..726c1ec 100644 --- a/CONTRIBUTORS +++ b/CONTRIBUTORS @@ -15,7 +15,7 @@ Dorrin Sotoudeh Frank Kovacs Harshita Kalani James Gelok -Jaysukh Makvana <111515433+Jaysukh-409@users.noreply.github.com> +Jaysukh Makvana Jithin KS Joey Reed Jordan Gallivan <115050475+Jordan-Gallivan@users.noreply.github.com> diff --git a/README.md b/README.md index 3d5bcca..cbd75aa 100644 --- a/README.md +++ b/README.md @@ -260,7 +260,7 @@ See [LICENSE][stdlib-license]. ## Copyright -Copyright © 2016-2023. The Stdlib [Authors][stdlib-authors]. +Copyright © 2016-2024. The Stdlib [Authors][stdlib-authors]. diff --git a/SECURITY.md b/SECURITY.md new file mode 100644 index 0000000..9702d4c --- /dev/null +++ b/SECURITY.md @@ -0,0 +1,5 @@ +# Security + +> Policy for reporting security vulnerabilities. + +See the security policy [in the main project repository](https://github.com/stdlib-js/stdlib/security). diff --git a/benchmark/benchmark.js b/benchmark/benchmark.js index 4ee6210..4d590f8 100644 --- a/benchmark/benchmark.js +++ b/benchmark/benchmark.js @@ -20,7 +20,7 @@ // MODULES // -var bench = require( '@stdlib/bench' ); +var bench = require( '@stdlib/bench-harness' ); var randu = require( '@stdlib/random-base-randu' ); var isnan = require( '@stdlib/math-base-assert-is-nan' ); var pkg = require( './../package.json' ).name; diff --git a/benchmark/benchmark.native.js b/benchmark/benchmark.native.js index 7245586..5039dd1 100644 --- a/benchmark/benchmark.native.js +++ b/benchmark/benchmark.native.js @@ -21,7 +21,7 @@ // MODULES // var resolve = require( 'path' ).resolve; -var bench = require( '@stdlib/bench' ); +var bench = require( '@stdlib/bench-harness' ); var randu = require( '@stdlib/random-base-randu' ); var isnan = require( '@stdlib/math-base-assert-is-nan' ); var tryRequire = require( '@stdlib/utils-try-require' ); diff --git a/package.json b/package.json index be40b99..8d98085 100644 --- a/package.json +++ b/package.json @@ -44,7 +44,6 @@ "@stdlib/utils-library-manifest": "^0.1.1" }, "devDependencies": { - "@stdlib/bench": "^0.2.1", "@stdlib/constants-float64-ninf": "^0.1.1", "@stdlib/constants-float64-pinf": "^0.1.1", "@stdlib/math-base-assert-is-nan": "^0.1.1", @@ -55,7 +54,8 @@ "@stdlib/utils-try-require": "^0.1.1", "tape": "git+https://github.com/kgryte/tape.git#fix/globby", "istanbul": "^0.4.1", - "tap-min": "git+https://github.com/Planeshifter/tap-min.git" + "tap-min": "git+https://github.com/Planeshifter/tap-min.git", + "@stdlib/bench-harness": "^0.1.2" }, "engines": { "node": ">=0.10.0",