Skip to content

Commit

Permalink
Auto-generated commit
Browse files Browse the repository at this point in the history
  • Loading branch information
stdlib-bot committed Aug 22, 2021
1 parent 95e21bc commit a849f71
Show file tree
Hide file tree
Showing 67 changed files with 46 additions and 92 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/benchmark.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,12 +29,14 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v1
- uses: actions/setup-node@v2
with:
node-version: 'lts/*'
node-version: 16
timeout-minutes: 5
- name: Install production and development dependencies
run: |
npm install || npm install || npm install
timeout-minutes: 15
- name: Run benchmarks
run: |
npm run benchmark
6 changes: 4 additions & 2 deletions .github/workflows/examples.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,12 +29,14 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v1
- uses: actions/setup-node@v2
with:
node-version: 'lts/*'
node-version: 16
timeout-minutes: 5
- name: Install production and development dependencies
run: |
npm install || npm install || npm install
timeout-minutes: 15
- name: Run examples
run: |
npm run examples
5 changes: 3 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,10 @@ jobs:
SLACK_WEBHOOK_URL: ${{ secrets.SLACK_WEBHOOK_URL }}
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v1
- uses: actions/setup-node@v2
with:
node-version: 'lts/*'
node-version: 16
timeout-minutes: 5
- name: Replace all GitHub links to individual packages with npm links
run: |
find . -type f -name '*.md' -print0 | xargs -0 sed -Ei 's/@stdlib\/([^:]*)\]: https:\/\/github.com\/stdlib-js/@stdlib\/\1\]: https:\/\/www.npmjs.com\/package\/@stdlib/g'
Expand Down
6 changes: 4 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,13 +35,15 @@ jobs:
SLACK_WEBHOOK_URL: ${{ secrets.SLACK_WEBHOOK_URL }}
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v1
- uses: actions/setup-node@v2
with:
node-version: 'lts/*'
node-version: 16
timeout-minutes: 5
- name: Install production and development dependencies
id: install
run: |
npm install || npm install || npm install
timeout-minutes: 15
- name: Run tests
id: tests
run: |
Expand Down
7 changes: 5 additions & 2 deletions .github/workflows/test_coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,15 +32,18 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v1
- uses: actions/setup-node@v2
with:
node-version: 'lts/*'
node-version: 16
timeout-minutes: 5
- name: Install production and development dependencies
run: |
npm install || npm install || npm install
timeout-minutes: 15
- name: Calculate test coverage
run: |
npm run test-cov || npm run test-cov || npm run test-cov
timeout-minutes: 15
- name: Upload coverage to Codecov
id: upload
uses: codecov/codecov-action@v1
Expand Down
8 changes: 5 additions & 3 deletions .github/workflows/test_install.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,13 +36,15 @@ jobs:
SLACK_WEBHOOK_URL: ${{ secrets.SLACK_WEBHOOK_URL }}
if: ${{ github.event.workflow_run.conclusion == 'success' }}
steps:
- uses: actions/checkout@v1
- uses: actions/setup-node@v1
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
with:
node-version: 'lts/*'
node-version: 16
timeout-minutes: 5
- name: Install production dependencies via npm
run: |
npm install --only=prod || npm install --only=prod || npm install --only=prod
timeout-minutes: 15
- uses: act10ns/slack@v1
with:
status: ${{ job.status }}
Expand Down
1 change: 0 additions & 1 deletion has-arraybuffer-support/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@
"main": "./lib",
"directories": {
"benchmark": "./benchmark",
"bin": "./bin",
"doc": "./docs",
"example": "./examples",
"lib": "./lib",
Expand Down
1 change: 0 additions & 1 deletion has-arrow-function-support/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@
"main": "./lib",
"directories": {
"benchmark": "./benchmark",
"bin": "./bin",
"doc": "./docs",
"example": "./examples",
"lib": "./lib",
Expand Down
1 change: 0 additions & 1 deletion has-async-await-support/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@
"main": "./lib",
"directories": {
"benchmark": "./benchmark",
"bin": "./bin",
"doc": "./docs",
"example": "./examples",
"lib": "./lib",
Expand Down
1 change: 0 additions & 1 deletion has-async-iterator-symbol-support/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@
"main": "./lib",
"directories": {
"benchmark": "./benchmark",
"bin": "./bin",
"doc": "./docs",
"example": "./examples",
"lib": "./lib",
Expand Down
1 change: 0 additions & 1 deletion has-bigint-support/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@
"main": "./lib",
"directories": {
"benchmark": "./benchmark",
"bin": "./bin",
"doc": "./docs",
"example": "./examples",
"lib": "./lib",
Expand Down
1 change: 0 additions & 1 deletion has-bigint64array-support/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@
"main": "./lib",
"directories": {
"benchmark": "./benchmark",
"bin": "./bin",
"doc": "./docs",
"example": "./examples",
"lib": "./lib",
Expand Down
1 change: 0 additions & 1 deletion has-biguint64array-support/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@
"main": "./lib",
"directories": {
"benchmark": "./benchmark",
"bin": "./bin",
"doc": "./docs",
"example": "./examples",
"lib": "./lib",
Expand Down
1 change: 0 additions & 1 deletion has-class-support/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@
"main": "./lib",
"directories": {
"benchmark": "./benchmark",
"bin": "./bin",
"doc": "./docs",
"example": "./examples",
"lib": "./lib",
Expand Down
1 change: 0 additions & 1 deletion has-dataview-support/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@
"main": "./lib",
"directories": {
"benchmark": "./benchmark",
"bin": "./bin",
"doc": "./docs",
"example": "./examples",
"lib": "./lib",
Expand Down
1 change: 0 additions & 1 deletion has-define-properties-support/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@
"main": "./lib",
"directories": {
"benchmark": "./benchmark",
"bin": "./bin",
"doc": "./docs",
"example": "./examples",
"lib": "./lib",
Expand Down
1 change: 0 additions & 1 deletion has-define-property-support/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@
"main": "./lib",
"directories": {
"benchmark": "./benchmark",
"bin": "./bin",
"doc": "./docs",
"example": "./examples",
"lib": "./lib",
Expand Down
1 change: 0 additions & 1 deletion has-float32array-support/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@
"main": "./lib",
"directories": {
"benchmark": "./benchmark",
"bin": "./bin",
"doc": "./docs",
"example": "./examples",
"lib": "./lib",
Expand Down
1 change: 0 additions & 1 deletion has-float64array-support/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@
"main": "./lib",
"directories": {
"benchmark": "./benchmark",
"bin": "./bin",
"doc": "./docs",
"example": "./examples",
"lib": "./lib",
Expand Down
1 change: 0 additions & 1 deletion has-function-name-support/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@
"main": "./lib",
"directories": {
"benchmark": "./benchmark",
"bin": "./bin",
"doc": "./docs",
"example": "./examples",
"lib": "./lib",
Expand Down
1 change: 0 additions & 1 deletion has-generator-support/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@
"main": "./lib",
"directories": {
"benchmark": "./benchmark",
"bin": "./bin",
"doc": "./docs",
"example": "./examples",
"lib": "./lib",
Expand Down
1 change: 0 additions & 1 deletion has-globalthis-support/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@
"main": "./lib",
"directories": {
"benchmark": "./benchmark",
"bin": "./bin",
"doc": "./docs",
"example": "./examples",
"lib": "./lib",
Expand Down
1 change: 0 additions & 1 deletion has-int16array-support/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@
"main": "./lib",
"directories": {
"benchmark": "./benchmark",
"bin": "./bin",
"doc": "./docs",
"example": "./examples",
"lib": "./lib",
Expand Down
1 change: 0 additions & 1 deletion has-int32array-support/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@
"main": "./lib",
"directories": {
"benchmark": "./benchmark",
"bin": "./bin",
"doc": "./docs",
"example": "./examples",
"lib": "./lib",
Expand Down
1 change: 0 additions & 1 deletion has-int8array-support/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@
"main": "./lib",
"directories": {
"benchmark": "./benchmark",
"bin": "./bin",
"doc": "./docs",
"example": "./examples",
"lib": "./lib",
Expand Down
1 change: 0 additions & 1 deletion has-iterator-symbol-support/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@
"main": "./lib",
"directories": {
"benchmark": "./benchmark",
"bin": "./bin",
"doc": "./docs",
"example": "./examples",
"lib": "./lib",
Expand Down
1 change: 0 additions & 1 deletion has-map-support/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@
"main": "./lib",
"directories": {
"benchmark": "./benchmark",
"bin": "./bin",
"doc": "./docs",
"example": "./examples",
"lib": "./lib",
Expand Down
1 change: 0 additions & 1 deletion has-node-buffer-support/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@
"main": "./lib",
"directories": {
"benchmark": "./benchmark",
"bin": "./bin",
"doc": "./docs",
"example": "./examples",
"lib": "./lib",
Expand Down
1 change: 0 additions & 1 deletion has-proxy-support/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@
"main": "./lib",
"directories": {
"benchmark": "./benchmark",
"bin": "./bin",
"doc": "./docs",
"example": "./examples",
"lib": "./lib",
Expand Down
1 change: 0 additions & 1 deletion has-set-support/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@
"main": "./lib",
"directories": {
"benchmark": "./benchmark",
"bin": "./bin",
"doc": "./docs",
"example": "./examples",
"lib": "./lib",
Expand Down
1 change: 0 additions & 1 deletion has-sharedarraybuffer-support/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@
"main": "./lib",
"directories": {
"benchmark": "./benchmark",
"bin": "./bin",
"doc": "./docs",
"example": "./examples",
"lib": "./lib",
Expand Down
1 change: 0 additions & 1 deletion has-symbol-support/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@
"main": "./lib",
"directories": {
"benchmark": "./benchmark",
"bin": "./bin",
"doc": "./docs",
"example": "./examples",
"lib": "./lib",
Expand Down
1 change: 0 additions & 1 deletion has-tostringtag-support/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@
"main": "./lib",
"directories": {
"benchmark": "./benchmark",
"bin": "./bin",
"doc": "./docs",
"example": "./examples",
"lib": "./lib",
Expand Down
1 change: 0 additions & 1 deletion has-uint16array-support/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@
"main": "./lib",
"directories": {
"benchmark": "./benchmark",
"bin": "./bin",
"doc": "./docs",
"example": "./examples",
"lib": "./lib",
Expand Down
1 change: 0 additions & 1 deletion has-uint32array-support/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@
"main": "./lib",
"directories": {
"benchmark": "./benchmark",
"bin": "./bin",
"doc": "./docs",
"example": "./examples",
"lib": "./lib",
Expand Down
1 change: 0 additions & 1 deletion has-uint8array-support/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@
"main": "./lib",
"directories": {
"benchmark": "./benchmark",
"bin": "./bin",
"doc": "./docs",
"example": "./examples",
"lib": "./lib",
Expand Down
1 change: 0 additions & 1 deletion has-uint8clampedarray-support/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@
"main": "./lib",
"directories": {
"benchmark": "./benchmark",
"bin": "./bin",
"doc": "./docs",
"example": "./examples",
"lib": "./lib",
Expand Down
1 change: 0 additions & 1 deletion has-utf16-surrogate-pair-at/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@
"main": "./lib",
"directories": {
"benchmark": "./benchmark",
"bin": "./bin",
"doc": "./docs",
"example": "./examples",
"lib": "./lib",
Expand Down
2 changes: 1 addition & 1 deletion has-wasm-support/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ $ has-wasm-support

<section class="links">

[webassembly]: http://webassembly.org/
[webassembly]: https://webassembly.org/

</section>

Expand Down
1 change: 0 additions & 1 deletion has-wasm-support/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@
"main": "./lib",
"directories": {
"benchmark": "./benchmark",
"bin": "./bin",
"doc": "./docs",
"example": "./examples",
"lib": "./lib",
Expand Down
1 change: 0 additions & 1 deletion has-weakmap-support/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@
"main": "./lib",
"directories": {
"benchmark": "./benchmark",
"bin": "./bin",
"doc": "./docs",
"example": "./examples",
"lib": "./lib",
Expand Down
1 change: 0 additions & 1 deletion has-weakset-support/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@
"main": "./lib",
"directories": {
"benchmark": "./benchmark",
"bin": "./bin",
"doc": "./docs",
"example": "./examples",
"lib": "./lib",
Expand Down
Loading

0 comments on commit a849f71

Please sign in to comment.