Skip to content

Commit 7a40798

Browse files
committed
Auto-generated commit
1 parent 9ef44f1 commit 7a40798

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:13:40.781Z

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

182182
## Copyright
183183

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

186186
</section>
187187

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 isString = require( '@stdlib/assert-is-string' ).isPrimitive;
2525
var pkg = require( './../package.json' ).name;
2626
var toBinaryStringUint8 = require( './../lib' );

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,11 +43,11 @@
4343
"devDependencies": {
4444
"@stdlib/array-uint8": "^0.1.1",
4545
"@stdlib/assert-is-string": "^0.1.1",
46-
"@stdlib/bench": "^0.2.1",
4746
"@stdlib/constants-uint8-max": "^0.1.1",
4847
"tape": "git+https://github.com/kgryte/tape.git#fix/globby",
4948
"istanbul": "^0.4.1",
50-
"tap-min": "git+https://github.com/Planeshifter/tap-min.git"
49+
"tap-min": "git+https://github.com/Planeshifter/tap-min.git",
50+
"@stdlib/bench-harness": "^0.1.2"
5151
},
5252
"engines": {
5353
"node": ">=0.10.0",

0 commit comments

Comments
 (0)