Skip to content

Commit ca35f30

Browse files
committed
Auto-generated commit
1 parent f01f654 commit ca35f30

File tree

11 files changed

+547
-196
lines changed

11 files changed

+547
-196
lines changed

.github/workflows/productionize.yml

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -94,8 +94,8 @@ jobs:
9494
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 ) );"
9595
fi
9696
97-
# Configure git:
98-
- name: 'Configure git'
97+
# Configure Git:
98+
- name: 'Configure Git'
9999
run: |
100100
git config --local user.email "[email protected]"
101101
git config --local user.name "stdlib-bot"
@@ -191,8 +191,8 @@ jobs:
191191
# Pin action to full length commit SHA
192192
uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4.1.0
193193

194-
# Configure git:
195-
- name: 'Configure git'
194+
# Configure Git:
195+
- name: 'Configure Git'
196196
run: |
197197
git config --local user.email "[email protected]"
198198
git config --local user.name "stdlib-bot"
@@ -366,8 +366,8 @@ jobs:
366366
# Pin action to full length commit SHA
367367
uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4.1.0
368368

369-
# Configure git:
370-
- name: 'Configure git'
369+
# Configure Git:
370+
- name: 'Configure Git'
371371
run: |
372372
git config --local user.email "[email protected]"
373373
git config --local user.name "stdlib-bot"
@@ -539,8 +539,8 @@ jobs:
539539
# Pin action to full length commit SHA
540540
uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4.1.0
541541

542-
# Configure git:
543-
- name: 'Configure git'
542+
# Configure Git:
543+
- name: 'Configure Git'
544544
run: |
545545
git config --local user.email "[email protected]"
546546
git config --local user.name "stdlib-bot"
@@ -735,8 +735,8 @@ jobs:
735735
echo "bump=true" >> $GITHUB_OUTPUT
736736
fi
737737
738-
# Configure git:
739-
- name: 'Configure git'
738+
# Configure Git:
739+
- name: 'Configure Git'
740740
if: steps.check-if-bump.outputs.bump
741741
run: |
742742
git config --local user.email "[email protected]"

.github/workflows/publish.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -72,8 +72,8 @@ jobs:
7272
node-version: 20
7373
timeout-minutes: 5
7474

75-
# Configure git:
76-
- name: 'Configure git'
75+
# Configure Git:
76+
- name: 'Configure Git'
7777
run: |
7878
git config --local user.email "[email protected]"
7979
git config --local user.name "stdlib-bot"
@@ -164,7 +164,7 @@ jobs:
164164
# Publish package to npm:
165165
- name: 'Publish package to npm'
166166
# Pin action to full length commit SHA
167-
uses: JS-DevTools/npm-publish@4b07b26a2f6e0a51846e1870223e545bae91c552 # v3.0.1
167+
uses: JS-DevTools/npm-publish@19c28f1ef146469e409470805ea4279d47c3d35c # v3.1.1
168168
with:
169169
token: ${{ secrets.NPM_TOKEN }}
170170
access: public

.npmrc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,5 +27,5 @@ shrinkwrap = false
2727
# Disable automatically "saving" dependencies on install:
2828
save = false
2929

30-
# Generate provenance metadata:
31-
provenance = true
30+
# Do not generate provenance metadata:
31+
provenance = false

CHANGELOG.md

Lines changed: 515 additions & 178 deletions
Large diffs are not rendered by default.

CONTRIBUTORS

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,7 @@ Muhammad Haris <[email protected]>
5151
Naresh Jagadeesan <[email protected]>
5252
NightKnight <[email protected]>
5353
Nithin Katta <[email protected]>
54+
Nourhan Hasan <[email protected]>
5455
Ognjen Jevremović <[email protected]>
5556
Oneday12323 <[email protected]>
5657
Philipp Burckhardt <[email protected]>

tools/database/data/data.csv

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -996,3 +996,4 @@
996996
"G3","invalid argument. Tenth argument must be non-zero. Value: `%d`.","RangeError"
997997
"G4","invalid argument. Fourth argument must be greater than or equal to max(1,%d). Value: `%d`.","RangeError"
998998
"G5","invalid argument. First argument must be a string or an array of strings. Value: `%s`.","TypeError"
999+
"G6","invalid option. `%s` option must be a valid mode. Option: `%s`.","TypeError"

tools/database/data/data.json

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

tools/id2pkg/data/data.csv

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2309,6 +2309,8 @@
23092309
"0ON",@stdlib/fs-resolve-parent-path-by
23102310
"0OO",@stdlib/fs/resolve-parent-path
23112311
"0OP",@stdlib/fs-resolve-parent-path
2312+
"1yS",@stdlib/fs/resolve-parent-paths
2313+
"1yT",@stdlib/fs-resolve-parent-paths
23122314
"0OQ",@stdlib/fs/unlink
23132315
"0OR",@stdlib/fs-unlink
23142316
"0OS",@stdlib/fs/write-file
@@ -2332,6 +2334,8 @@
23322334
"0Of",@stdlib/iter-counter
23332335
"1xS",@stdlib/iter/cuany
23342336
"1xT",@stdlib/iter-cuany
2337+
"1yU",@stdlib/iter/cusome
2338+
"1yV",@stdlib/iter-cusome
23352339
"0Og",@stdlib/iter/datespace
23362340
"0Oh",@stdlib/iter-datespace
23372341
"0Oi",@stdlib/iter/dedupe-by
@@ -3824,6 +3828,8 @@
38243828
"1l5",@stdlib/ndarray-base-fliplr
38253829
"1l6",@stdlib/ndarray/base/flipud
38263830
"1l7",@stdlib/ndarray-base-flipud
3831+
"1yW",@stdlib/ndarray/base/for-each
3832+
"1yX",@stdlib/ndarray-base-for-each
38273833
"0ig",@stdlib/ndarray/base/from-scalar
38283834
"0ih",@stdlib/ndarray-base-from-scalar
38293835
"0ii",@stdlib/ndarray/base/function-object

tools/id2pkg/data/data.json

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

tools/pkg2id/data/data.csv

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7545,3 +7545,9 @@
75457545
"@stdlib/constants-float64-max-safe-nth-factorial",1yP
75467546
"@stdlib/math/base/special/fmod",1yQ
75477547
"@stdlib/math-base-special-fmod",1yR
7548+
"@stdlib/fs/resolve-parent-paths",1yS
7549+
"@stdlib/fs-resolve-parent-paths",1yT
7550+
"@stdlib/iter/cusome",1yU
7551+
"@stdlib/iter-cusome",1yV
7552+
"@stdlib/ndarray/base/for-each",1yW
7553+
"@stdlib/ndarray-base-for-each",1yX

0 commit comments

Comments
 (0)