Skip to content

Commit 8717523

Browse files
committed
Auto-generated commit
1 parent 84a547e commit 8717523

File tree

2 files changed

+16
-17
lines changed

2 files changed

+16
-17
lines changed

.github/.keepalive

Lines changed: 0 additions & 1 deletion
This file was deleted.

package.json

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -38,33 +38,33 @@
3838
},
3939
"dependencies": {
4040
"@stdlib/array-to-json": "^0.1.0",
41-
"@stdlib/assert-has-own-property": "^0.1.0",
42-
"@stdlib/assert-is-function": "^0.1.0",
43-
"@stdlib/assert-is-nan": "^0.1.0",
44-
"@stdlib/assert-is-number": "^0.1.0",
45-
"@stdlib/assert-is-plain-object": "^0.1.0",
46-
"@stdlib/math-base-assert-is-nan": "^0.1.0",
41+
"@stdlib/assert-has-own-property": "^0.1.1",
42+
"@stdlib/assert-is-function": "^0.1.1",
43+
"@stdlib/assert-is-nan": "^0.1.1",
44+
"@stdlib/assert-is-number": "^0.1.1",
45+
"@stdlib/assert-is-plain-object": "^0.1.1",
46+
"@stdlib/math-base-assert-is-nan": "^0.1.1",
4747
"@stdlib/math-base-special-sqrt": "^0.1.0",
4848
"@stdlib/random-base-mt19937": "^0.1.0",
49-
"@stdlib/string-format": "^0.1.0",
49+
"@stdlib/string-format": "^0.1.1",
5050
"@stdlib/types": "^0.1.0",
51-
"@stdlib/utils-constant-function": "^0.1.0",
52-
"@stdlib/utils-define-nonenumerable-read-only-accessor": "^0.1.0",
53-
"@stdlib/utils-define-nonenumerable-read-only-property": "^0.1.0",
54-
"@stdlib/utils-define-nonenumerable-read-write-accessor": "^0.1.0",
55-
"@stdlib/utils-noop": "^0.1.0"
51+
"@stdlib/utils-constant-function": "^0.1.1",
52+
"@stdlib/utils-define-nonenumerable-read-only-accessor": "^0.1.1",
53+
"@stdlib/utils-define-nonenumerable-read-only-property": "^0.1.1",
54+
"@stdlib/utils-define-nonenumerable-read-write-accessor": "^0.1.1",
55+
"@stdlib/utils-noop": "^0.1.1"
5656
},
5757
"devDependencies": {
5858
"@stdlib/array-uint32": "^0.1.0",
59-
"@stdlib/assert-is-uint32array": "^0.1.0",
59+
"@stdlib/assert-is-uint32array": "^0.1.1",
6060
"@stdlib/bench": "^0.1.0",
61-
"@stdlib/constants-uint32-max": "^0.1.0",
62-
"@stdlib/process-env": "^0.1.0",
61+
"@stdlib/constants-uint32-max": "^0.1.1",
62+
"@stdlib/process-env": "^0.1.1",
6363
"@stdlib/random-base-minstd": "^0.1.0",
6464
"@stdlib/random-base-minstd-shuffle": "^0.1.0",
6565
"@stdlib/random-base-randu": "^0.1.0",
6666
"@stdlib/stats-kstest": "^0.1.0",
67-
"@stdlib/time-now": "^0.1.0",
67+
"@stdlib/time-now": "^0.1.1",
6868
"tape": "git+https://github.com/kgryte/tape.git#fix/globby",
6969
"istanbul": "^0.4.1",
7070
"tap-min": "git+https://github.com/Planeshifter/tap-min.git"

0 commit comments

Comments
 (0)