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 Oct 5, 2023
1 parent 767dc4a commit ab9e209
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 21 deletions.
1 change: 0 additions & 1 deletion .github/.keepalive

This file was deleted.

38 changes: 19 additions & 19 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,37 +49,37 @@
"@stdlib/array-uint32": "^0.1.0",
"@stdlib/array-uint8": "^0.1.0",
"@stdlib/array-uint8c": "^0.1.0",
"@stdlib/assert-has-own-property": "^0.1.0",
"@stdlib/assert-is-array": "^0.1.0",
"@stdlib/assert-is-buffer": "^0.1.0",
"@stdlib/assert-is-error": "^0.1.0",
"@stdlib/assert-has-own-property": "^0.1.1",
"@stdlib/assert-is-array": "^0.1.1",
"@stdlib/assert-is-buffer": "^0.1.1",
"@stdlib/assert-is-error": "^0.1.1",
"@stdlib/assert-is-nonnegative-integer": "^0.1.0",
"@stdlib/buffer-from-buffer": "^0.1.0",
"@stdlib/constants-float64-pinf": "^0.1.0",
"@stdlib/string-format": "^0.1.0",
"@stdlib/utils-define-property": "^0.1.0",
"@stdlib/utils-get-prototype-of": "^0.1.0",
"@stdlib/constants-float64-pinf": "^0.1.1",
"@stdlib/string-format": "^0.1.1",
"@stdlib/utils-define-property": "^0.1.1",
"@stdlib/utils-get-prototype-of": "^0.1.1",
"@stdlib/utils-index-of": "^0.1.0",
"@stdlib/utils-keys": "^0.1.0",
"@stdlib/utils-property-descriptor": "^0.1.0",
"@stdlib/utils-property-descriptor": "^0.1.1",
"@stdlib/utils-property-names": "^0.1.0",
"@stdlib/utils-regexp-from-string": "^0.1.0",
"@stdlib/utils-type-of": "^0.1.0"
"@stdlib/utils-regexp-from-string": "^0.1.1",
"@stdlib/utils-type-of": "^0.1.1"
},
"devDependencies": {
"@stdlib/assert-has-class-support": "^0.1.0",
"@stdlib/assert-has-map-support": "^0.1.0",
"@stdlib/assert-has-set-support": "^0.1.0",
"@stdlib/assert-is-node": "^0.1.0",
"@stdlib/assert-has-set-support": "^0.1.1",
"@stdlib/assert-is-node": "^0.1.1",
"@stdlib/bench": "^0.1.0",
"@stdlib/boolean-ctor": "^0.1.0",
"@stdlib/buffer-ctor": "^0.1.0",
"@stdlib/boolean-ctor": "^0.1.1",
"@stdlib/buffer-ctor": "^0.1.1",
"@stdlib/buffer-from-array": "^0.1.0",
"@stdlib/constants-float64-pi": "^0.1.0",
"@stdlib/number-ctor": "^0.1.0",
"@stdlib/process-env": "^0.1.0",
"@stdlib/constants-float64-pi": "^0.1.1",
"@stdlib/number-ctor": "^0.1.1",
"@stdlib/process-env": "^0.1.1",
"@stdlib/random-base-randu": "^0.1.0",
"@stdlib/utils-noop": "^0.1.0",
"@stdlib/utils-noop": "^0.1.1",
"chai": "^3.5.0",
"semver": "^6.0.0",
"tape": "git+https://github.com/kgryte/tape.git#fix/globby",
Expand Down
2 changes: 1 addition & 1 deletion test/dist/test.js
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ var tape = require( 'tape' );
var assert = require( 'chai' ).assert;
var PI = require( '@stdlib/constants-float64-pi' );
var copy = require( './../../dist' );
var fixtures = require( './../..xtures' );
var fixtures = require( './../fixtures' );


// TESTS //
Expand Down

0 comments on commit ab9e209

Please sign in to comment.