From e602afc1abe473c79d95a8a99a114bd9d4df9c2d Mon Sep 17 00:00:00 2001 From: stdlib-bot Date: Mon, 1 Jan 2024 04:08:21 +0000 Subject: [PATCH] Auto-generated commit --- .github/.keepalive | 1 + .github/workflows/npm_downloads.yml | 4 ++-- .github/workflows/test_coverage.yml | 4 ++-- .npmignore | 1 + CONTRIBUTORS | 1 + README.md | 2 +- SECURITY.md | 5 +++++ benchmark/benchmark.js | 2 +- package.json | 4 ++-- 9 files changed, 16 insertions(+), 8 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..f3ad424 --- /dev/null +++ b/.github/.keepalive @@ -0,0 +1 @@ +2024-01-01T04:08:18.161Z diff --git a/.github/workflows/npm_downloads.yml b/.github/workflows/npm_downloads.yml index 905340e..3fcdebc 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 188cda8..726c1ec 100644 --- a/CONTRIBUTORS +++ b/CONTRIBUTORS @@ -15,6 +15,7 @@ Dorrin Sotoudeh Frank Kovacs Harshita Kalani James Gelok +Jaysukh Makvana Jithin KS Joey Reed Jordan Gallivan <115050475+Jordan-Gallivan@users.noreply.github.com> diff --git a/README.md b/README.md index 928b380..c1167bf 100644 --- a/README.md +++ b/README.md @@ -174,7 +174,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 7a22d47..7699db1 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 isUint8Array = require( '@stdlib/assert-is-uint8array' ); var pkg = require( './../package.json' ).name; var float64ToInt64Bytes = require( './../lib' ); diff --git a/package.json b/package.json index 0b93911..2d6f1b9 100644 --- a/package.json +++ b/package.json @@ -47,12 +47,12 @@ "devDependencies": { "@stdlib/assert-has-own-property": "^0.1.1", "@stdlib/assert-is-uint8array": "^0.1.1", - "@stdlib/bench": "^0.2.1", "@stdlib/number-uint8-base-to-binary-string": "^0.1.1", "proxyquire": "^2.0.0", "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",