Skip to content

Commit 2efa31e

Browse files
committed
Auto-generated commit
1 parent 889b233 commit 2efa31e

File tree

9 files changed

+16
-9
lines changed

9 files changed

+16
-9
lines changed

.github/.keepalive

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
2024-01-01T03:42:26.211Z

.github/workflows/npm_downloads.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -102,8 +102,8 @@ jobs:
102102

103103
# Send data to events server:
104104
- name: 'Post data'
105-
# Pin action to full length commit SHA corresponding to v3.0.3:
106-
uses: distributhor/workflow-webhook@48a40b380ce4593b6a6676528cd005986ae56629
105+
# Pin action to full length commit SHA
106+
uses: distributhor/workflow-webhook@48a40b380ce4593b6a6676528cd005986ae56629 # v3.0.3
107107
env:
108108
webhook_url: ${{ secrets.STDLIB_NPM_DOWNLOADS_URL }}
109109
webhook_secret: ${{ secrets.STDLIB_WEBHOOK_SECRET }}

.github/workflows/test_coverage.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -119,8 +119,8 @@ jobs:
119119

120120
# Send data to events server:
121121
- name: 'Post data'
122-
# Pin action to full length commit SHA corresponding to v3.0.3:
123-
uses: distributhor/workflow-webhook@48a40b380ce4593b6a6676528cd005986ae56629
122+
# Pin action to full length commit SHA
123+
uses: distributhor/workflow-webhook@48a40b380ce4593b6a6676528cd005986ae56629 # v3.0.3
124124
env:
125125
webhook_url: ${{ secrets.STDLIB_COVERAGE_URL }}
126126
webhook_secret: ${{ secrets.STDLIB_WEBHOOK_SECRET }}

.npmignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@
1818

1919
# Files #
2020
#########
21+
CITATION.cff
2122
CHANGELOG.md
2223
CODE_OF_CONDUCT.md
2324
CONTRIBUTING.md

CONTRIBUTORS

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ Dorrin Sotoudeh <dorrinsotoudeh123@gmail.com>
1515
Frank Kovacs <fran70kk@gmail.com>
1616
Harshita Kalani <harshitakalani02@gmail.com>
1717
James Gelok <jdgelok@gmail.com>
18-
Jaysukh Makvana <111515433+Jaysukh-409@users.noreply.github.com>
18+
Jaysukh Makvana <jaysukhmakvana2004@gmail.com>
1919
Jithin KS <jithinks112@gmail.com>
2020
Joey Reed <joeyrreed@gmail.com>
2121
Jordan Gallivan <115050475+Jordan-Gallivan@users.noreply.github.com>

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -205,7 +205,7 @@ See [LICENSE][stdlib-license].
205205

206206
## Copyright
207207

208-
Copyright &copy; 2016-2023. The Stdlib [Authors][stdlib-authors].
208+
Copyright &copy; 2016-2024. The Stdlib [Authors][stdlib-authors].
209209

210210
</section>
211211

SECURITY.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
# Security
2+
3+
> Policy for reporting security vulnerabilities.
4+
5+
See the security policy [in the main project repository](https://github.com/stdlib-js/stdlib/security).

benchmark/benchmark.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020

2121
// MODULES //
2222

23-
var bench = require( '@stdlib/bench' );
23+
var bench = require( '@stdlib/bench-harness' );
2424
var randu = require( '@stdlib/random-base-randu' );
2525
var isnan = require( '@stdlib/math-base-assert-is-nan' );
2626
var pkg = require( './../package.json' ).name;

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,6 @@
4444
"@stdlib/string-format": "^0.1.1"
4545
},
4646
"devDependencies": {
47-
"@stdlib/bench": "^0.2.1",
4847
"@stdlib/math-base-assert-is-nan": "^0.1.1",
4948
"@stdlib/math-base-assert-is-negative-zero": "^0.1.1",
5049
"@stdlib/math-base-special-round": "^0.1.1",
@@ -53,7 +52,8 @@
5352
"@stdlib/utils-keys": "^0.1.0",
5453
"tape": "git+https://github.com/kgryte/tape.git#fix/globby",
5554
"istanbul": "^0.4.1",
56-
"tap-min": "git+https://github.com/Planeshifter/tap-min.git"
55+
"tap-min": "git+https://github.com/Planeshifter/tap-min.git",
56+
"@stdlib/bench-harness": "^0.1.2"
5757
},
5858
"engines": {
5959
"node": ">=0.10.0",

0 commit comments

Comments
 (0)