Skip to content

Commit 1a75fdd

Browse files
committed
Merge branch 'develop' of https://github.com/stdlib-js/stdlib into develop
2 parents 2777e4b + 83a88a1 commit 1a75fdd

File tree

13 files changed

+37
-3
lines changed

13 files changed

+37
-3
lines changed

lib/node_modules/@stdlib/error/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"

lib/node_modules/@stdlib/error/tools/database/data/data.json

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

lib/node_modules/@stdlib/error/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

lib/node_modules/@stdlib/error/tools/id2pkg/data/data.json

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

lib/node_modules/@stdlib/error/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

lib/node_modules/@stdlib/error/tools/pkg2id/data/data.json

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

lib/node_modules/@stdlib/math/base/special/binet/package.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,14 @@
1414
}
1515
],
1616
"main": "./lib",
17+
"gypfile": true,
1718
"directories": {
1819
"benchmark": "./benchmark",
1920
"doc": "./docs",
2021
"example": "./examples",
22+
"include": "./include",
2123
"lib": "./lib",
24+
"src": "./src",
2225
"test": "./test"
2326
},
2427
"types": "./docs/types",

lib/node_modules/@stdlib/math/base/special/cosm1/package.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,12 +14,15 @@
1414
}
1515
],
1616
"main": "./lib",
17+
"gypfile": true,
1718
"directories": {
1819
"benchmark": "./benchmark",
1920
"doc": "./docs",
2021
"example": "./examples",
22+
"include": "./include",
2123
"lib": "./lib",
2224
"scripts": "./scripts",
25+
"src": "./src",
2326
"test": "./test"
2427
},
2528
"types": "./docs/types",

lib/node_modules/@stdlib/math/base/special/fresnelc/package.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,12 +14,15 @@
1414
}
1515
],
1616
"main": "./lib",
17+
"gypfile": true,
1718
"directories": {
1819
"benchmark": "./benchmark",
1920
"doc": "./docs",
2021
"example": "./examples",
22+
"include": "./include",
2123
"lib": "./lib",
2224
"scripts": "./scripts",
25+
"src": "./src",
2326
"test": "./test"
2427
},
2528
"types": "./docs/types",

lib/node_modules/@stdlib/math/base/special/fresnels/package.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,12 +14,15 @@
1414
}
1515
],
1616
"main": "./lib",
17+
"gypfile": true,
1718
"directories": {
1819
"benchmark": "./benchmark",
1920
"doc": "./docs",
2021
"example": "./examples",
22+
"include": "./include",
2123
"lib": "./lib",
2224
"scripts": "./scripts",
25+
"src": "./src",
2326
"test": "./test"
2427
},
2528
"types": "./docs/types",

0 commit comments

Comments
 (0)