diff --git a/lib/node_modules/@stdlib/array/fixed-endian-float64/package.json b/lib/node_modules/@stdlib/array/fixed-endian-float64/package.json index 01457daad354..36f2b1867302 100644 --- a/lib/node_modules/@stdlib/array/fixed-endian-float64/package.json +++ b/lib/node_modules/@stdlib/array/fixed-endian-float64/package.json @@ -16,7 +16,6 @@ "main": "./lib", "directories": { "benchmark": "./benchmark", - "doc": "./docs", "example": "./examples", "lib": "./lib", "test": "./test" diff --git a/lib/node_modules/@stdlib/blas/base/daxpy-wasm/package.json b/lib/node_modules/@stdlib/blas/base/daxpy-wasm/package.json index da129445d199..a0807ea6d7a7 100644 --- a/lib/node_modules/@stdlib/blas/base/daxpy-wasm/package.json +++ b/lib/node_modules/@stdlib/blas/base/daxpy-wasm/package.json @@ -22,6 +22,7 @@ "doc": "./docs", "example": "./examples", "lib": "./lib", + "scripts": "./scripts", "src": "./src", "test": "./test" }, diff --git a/lib/node_modules/@stdlib/math/base/special/cbrt/package.json b/lib/node_modules/@stdlib/math/base/special/cbrt/package.json index c8877573eaf6..c3b50e61bc1b 100644 --- a/lib/node_modules/@stdlib/math/base/special/cbrt/package.json +++ b/lib/node_modules/@stdlib/math/base/special/cbrt/package.json @@ -92,30 +92,30 @@ "rand": { "prng": "random/base/uniform", "parameters": [ - -10.0, - 10.0 + -10, + 10 ] }, "example_values": [ - 64.0, - 27.0, - 0.0, - -0.0, - -9.0, - 8.0, - -1.0, - 125.0, + 64, + 27, + 0, + 0, + -9, + 8, + -1, + 125, -10.2, 11.3, -12.4, 3.5, -1.6, 15.7, - -16.0, + -16, 17.9, - -188.0, + -188, 19.11, - -200.0, + -200, 21.15 ] } diff --git a/lib/node_modules/@stdlib/math/base/special/exp/package.json b/lib/node_modules/@stdlib/math/base/special/exp/package.json index 26af7b5ed19f..b64dee66b223 100644 --- a/lib/node_modules/@stdlib/math/base/special/exp/package.json +++ b/lib/node_modules/@stdlib/math/base/special/exp/package.json @@ -94,13 +94,13 @@ "rand": { "prng": "random/base/uniform", "parameters": [ - -10.0, - 10.0 + -10, + 10 ] }, "example_values": [ -1.2, - 2.0, + 2, -3.1, -4.7, 5.5, @@ -114,7 +114,7 @@ -15.7, 16.8, -17.9, - 18.10, + 18.1, -19.11, 20.12, -21.15, diff --git a/lib/node_modules/@stdlib/math/base/special/gcd/package.json b/lib/node_modules/@stdlib/math/base/special/gcd/package.json index 76686a39195c..4ab7811cab9d 100644 --- a/lib/node_modules/@stdlib/math/base/special/gcd/package.json +++ b/lib/node_modules/@stdlib/math/base/special/gcd/package.json @@ -99,31 +99,31 @@ "rand": { "prng": "random/base/discrete-uniform", "parameters": [ - 0.0, - 50.0 + 0, + 50 ] }, "example_values": [ - 1.0, - 2.0, - 4.0, - 5.0, - 9.0, - 10.0, - 15.0, - 20.0, - 21.0, - 25.0, - 28.0, - 30.0, - 33.0, - 35.0, - 39.0, - 40.0, - 42.0, - 45.0, - 48.0, - 50.0 + 1, + 2, + 4, + 5, + 9, + 10, + 15, + 20, + 21, + 25, + 28, + 30, + 33, + 35, + 39, + 40, + 42, + 45, + 48, + 50 ] }, { @@ -144,31 +144,31 @@ "rand": { "prng": "random/base/discrete-uniform", "parameters": [ - 0.0, - 50.0 + 0, + 50 ] }, "example_values": [ - 1.0, - 2.0, - 4.0, - 5.0, - 9.0, - 10.0, - 15.0, - 20.0, - 21.0, - 25.0, - 28.0, - 30.0, - 33.0, - 35.0, - 39.0, - 40.0, - 42.0, - 45.0, - 48.0, - 50.0 + 1, + 2, + 4, + 5, + 9, + 10, + 15, + 20, + 21, + 25, + 28, + 30, + 33, + 35, + 39, + 40, + 42, + 45, + 48, + 50 ] } ], diff --git a/lib/node_modules/@stdlib/math/base/special/pow/package.json b/lib/node_modules/@stdlib/math/base/special/pow/package.json index af5740e00a53..165b914260c3 100644 --- a/lib/node_modules/@stdlib/math/base/special/pow/package.json +++ b/lib/node_modules/@stdlib/math/base/special/pow/package.json @@ -92,17 +92,17 @@ "rand": { "prng": "random/base/uniform", "parameters": [ - -10.0, - 10.0 + -10, + 10 ] }, "example_values": [ -1.2, - 2.0, + 2, -3.1, - 4.0, + 4, 5.5, - 100.0, + 100, 8.9, 3.141592653589793, 11.3, @@ -112,11 +112,11 @@ -15.7, 16.8, -17.9, - 10.0, + 10, -19.11, 20.12, -21.15, - 1.0 + 1 ] }, { @@ -137,31 +137,31 @@ "rand": { "prng": "random/base/uniform", "parameters": [ - -10.0, - 10.0 + -10, + 10 ] }, "example_values": [ 1.2, - -2.0, - 3.0, + -2, + 3, -0.5, - 0.0, + 0, -5.6, 8.9, - -10.0, + -10, 1.5, - -12.0, + -12, 13.5, 14.6, -15.7, - 6.0, - -17.0, - 18.0, - -9.0, + 6, + -17, + 18, + -9, 2.12, -1.15, - -2.0 + -2 ] } ],