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 Jul 28, 2024
1 parent f01f654 commit ca35f30
Show file tree
Hide file tree
Showing 11 changed files with 547 additions and 196 deletions.
20 changes: 10 additions & 10 deletions .github/workflows/productionize.yml
Original file line number Diff line number Diff line change
Expand Up @@ -94,8 +94,8 @@ jobs:
node -e "var pkg = require( './package.json' ); pkg.dependencies[ '@stdlib/error-tools-fmtprodmsg' ] = '^$PKG_VERSION'; require( 'fs' ).writeFileSync( 'package.json', JSON.stringify( pkg, null, 2 ) );"
fi
# Configure git:
- name: 'Configure git'
# Configure Git:
- name: 'Configure Git'
run: |
git config --local user.email "[email protected]"
git config --local user.name "stdlib-bot"
Expand Down Expand Up @@ -191,8 +191,8 @@ jobs:
# Pin action to full length commit SHA
uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4.1.0

# Configure git:
- name: 'Configure git'
# Configure Git:
- name: 'Configure Git'
run: |
git config --local user.email "[email protected]"
git config --local user.name "stdlib-bot"
Expand Down Expand Up @@ -366,8 +366,8 @@ jobs:
# Pin action to full length commit SHA
uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4.1.0

# Configure git:
- name: 'Configure git'
# Configure Git:
- name: 'Configure Git'
run: |
git config --local user.email "[email protected]"
git config --local user.name "stdlib-bot"
Expand Down Expand Up @@ -539,8 +539,8 @@ jobs:
# Pin action to full length commit SHA
uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4.1.0

# Configure git:
- name: 'Configure git'
# Configure Git:
- name: 'Configure Git'
run: |
git config --local user.email "[email protected]"
git config --local user.name "stdlib-bot"
Expand Down Expand Up @@ -735,8 +735,8 @@ jobs:
echo "bump=true" >> $GITHUB_OUTPUT
fi
# Configure git:
- name: 'Configure git'
# Configure Git:
- name: 'Configure Git'
if: steps.check-if-bump.outputs.bump
run: |
git config --local user.email "[email protected]"
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,8 +72,8 @@ jobs:
node-version: 20
timeout-minutes: 5

# Configure git:
- name: 'Configure git'
# Configure Git:
- name: 'Configure Git'
run: |
git config --local user.email "[email protected]"
git config --local user.name "stdlib-bot"
Expand Down Expand Up @@ -164,7 +164,7 @@ jobs:
# Publish package to npm:
- name: 'Publish package to npm'
# Pin action to full length commit SHA
uses: JS-DevTools/npm-publish@4b07b26a2f6e0a51846e1870223e545bae91c552 # v3.0.1
uses: JS-DevTools/npm-publish@19c28f1ef146469e409470805ea4279d47c3d35c # v3.1.1
with:
token: ${{ secrets.NPM_TOKEN }}
access: public
Expand Down
4 changes: 2 additions & 2 deletions .npmrc
Original file line number Diff line number Diff line change
Expand Up @@ -27,5 +27,5 @@ shrinkwrap = false
# Disable automatically "saving" dependencies on install:
save = false

# Generate provenance metadata:
provenance = true
# Do not generate provenance metadata:
provenance = false
693 changes: 515 additions & 178 deletions CHANGELOG.md

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions CONTRIBUTORS
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ Muhammad Haris <[email protected]>
Naresh Jagadeesan <[email protected]>
NightKnight <[email protected]>
Nithin Katta <[email protected]>
Nourhan Hasan <[email protected]>
Ognjen Jevremović <[email protected]>
Oneday12323 <[email protected]>
Philipp Burckhardt <[email protected]>
Expand Down
1 change: 1 addition & 0 deletions tools/database/data/data.csv
Original file line number Diff line number Diff line change
Expand Up @@ -996,3 +996,4 @@
"G3","invalid argument. Tenth argument must be non-zero. Value: `%d`.","RangeError"
"G4","invalid argument. Fourth argument must be greater than or equal to max(1,%d). Value: `%d`.","RangeError"
"G5","invalid argument. First argument must be a string or an array of strings. Value: `%s`.","TypeError"
"G6","invalid option. `%s` option must be a valid mode. Option: `%s`.","TypeError"
2 changes: 1 addition & 1 deletion tools/database/data/data.json

Large diffs are not rendered by default.

6 changes: 6 additions & 0 deletions tools/id2pkg/data/data.csv
Original file line number Diff line number Diff line change
Expand Up @@ -2309,6 +2309,8 @@
"0ON",@stdlib/fs-resolve-parent-path-by
"0OO",@stdlib/fs/resolve-parent-path
"0OP",@stdlib/fs-resolve-parent-path
"1yS",@stdlib/fs/resolve-parent-paths
"1yT",@stdlib/fs-resolve-parent-paths
"0OQ",@stdlib/fs/unlink
"0OR",@stdlib/fs-unlink
"0OS",@stdlib/fs/write-file
Expand All @@ -2332,6 +2334,8 @@
"0Of",@stdlib/iter-counter
"1xS",@stdlib/iter/cuany
"1xT",@stdlib/iter-cuany
"1yU",@stdlib/iter/cusome
"1yV",@stdlib/iter-cusome
"0Og",@stdlib/iter/datespace
"0Oh",@stdlib/iter-datespace
"0Oi",@stdlib/iter/dedupe-by
Expand Down Expand Up @@ -3824,6 +3828,8 @@
"1l5",@stdlib/ndarray-base-fliplr
"1l6",@stdlib/ndarray/base/flipud
"1l7",@stdlib/ndarray-base-flipud
"1yW",@stdlib/ndarray/base/for-each
"1yX",@stdlib/ndarray-base-for-each
"0ig",@stdlib/ndarray/base/from-scalar
"0ih",@stdlib/ndarray-base-from-scalar
"0ii",@stdlib/ndarray/base/function-object
Expand Down
2 changes: 1 addition & 1 deletion tools/id2pkg/data/data.json

Large diffs are not rendered by default.

6 changes: 6 additions & 0 deletions tools/pkg2id/data/data.csv
Original file line number Diff line number Diff line change
Expand Up @@ -7545,3 +7545,9 @@
"@stdlib/constants-float64-max-safe-nth-factorial",1yP
"@stdlib/math/base/special/fmod",1yQ
"@stdlib/math-base-special-fmod",1yR
"@stdlib/fs/resolve-parent-paths",1yS
"@stdlib/fs-resolve-parent-paths",1yT
"@stdlib/iter/cusome",1yU
"@stdlib/iter-cusome",1yV
"@stdlib/ndarray/base/for-each",1yW
"@stdlib/ndarray-base-for-each",1yX
2 changes: 1 addition & 1 deletion tools/pkg2id/data/data.json

Large diffs are not rendered by default.

0 comments on commit ca35f30

Please sign in to comment.