Skip to content

Commit 90bc226

Browse files
committed
Auto-generated commit
1 parent 2fe17c3 commit 90bc226

File tree

10 files changed

+17
-10
lines changed

10 files changed

+17
-10
lines changed

.github/.keepalive

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
2024-01-01T00:51:06.603Z

.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
@@ -223,7 +223,7 @@ See [LICENSE][stdlib-license].
223223

224224
## Copyright
225225

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

228228
</section>
229229

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 uniform = require( '@stdlib/random-array-uniform' );
2525
var isnan = require( '@stdlib/math-base-assert-is-nan' );
2626
var pow = require( '@stdlib/math-base-special-pow' );

benchmark/benchmark.ndarray.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 uniform = require( '@stdlib/random-array-uniform' );
2525
var isnan = require( '@stdlib/math-base-assert-is-nan' );
2626
var pow = require( '@stdlib/math-base-special-pow' );

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,14 +42,14 @@
4242
},
4343
"devDependencies": {
4444
"@stdlib/array-float64": "^0.1.1",
45-
"@stdlib/bench": "^0.2.1",
4645
"@stdlib/math-base-assert-is-nan": "^0.1.1",
4746
"@stdlib/math-base-special-pow": "^0.1.0",
4847
"@stdlib/random-array-discrete-uniform": "^0.1.0",
4948
"@stdlib/random-array-uniform": "^0.1.0",
5049
"tape": "git+https://github.com/kgryte/tape.git#fix/globby",
5150
"istanbul": "^0.4.1",
52-
"tap-min": "git+https://github.com/Planeshifter/tap-min.git"
51+
"tap-min": "git+https://github.com/Planeshifter/tap-min.git",
52+
"@stdlib/bench-harness": "^0.1.2"
5353
},
5454
"engines": {
5555
"node": ">=0.10.0",

0 commit comments

Comments
 (0)