Skip to content

Commit

Permalink
Rename package
Browse files Browse the repository at this point in the history
  • Loading branch information
kgryte committed Jun 17, 2017
1 parent 6637b7a commit 25c4d12
Show file tree
Hide file tree
Showing 22 changed files with 26 additions and 26 deletions.
4 changes: 2 additions & 2 deletions lib/node_modules/@stdlib/repl/lib/namespace/f.js
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@ ns.push({
'@stdlib/types/typed-array/int32',
'@stdlib/types/typed-array/int8',
'@stdlib/types/typed-array/uint16',
'@stdlib/types/typed-array/uint32array',
'@stdlib/types/typed-array/uint32',
'@stdlib/types/typed-array/uint8array',
'@stdlib/types/typed-array/uint8clampedarray'
]
Expand Down Expand Up @@ -296,7 +296,7 @@ ns.push({
'@stdlib/types/typed-array/int32',
'@stdlib/types/typed-array/int8',
'@stdlib/types/typed-array/uint16',
'@stdlib/types/typed-array/uint32array',
'@stdlib/types/typed-array/uint32',
'@stdlib/types/typed-array/uint8array',
'@stdlib/types/typed-array/uint8clampedarray'
]
Expand Down
6 changes: 3 additions & 3 deletions lib/node_modules/@stdlib/repl/lib/namespace/i.js
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ ns.push({
'@stdlib/types/typed-array/int32',
'@stdlib/types/typed-array/int8',
'@stdlib/types/typed-array/uint16',
'@stdlib/types/typed-array/uint32array',
'@stdlib/types/typed-array/uint32',
'@stdlib/types/typed-array/uint8array',
'@stdlib/types/typed-array/uint8clampedarray'
]
Expand Down Expand Up @@ -154,7 +154,7 @@ ns.push({
'@stdlib/types/typed-array/int16',
'@stdlib/types/typed-array/int8',
'@stdlib/types/typed-array/uint16',
'@stdlib/types/typed-array/uint32array',
'@stdlib/types/typed-array/uint32',
'@stdlib/types/typed-array/uint8array',
'@stdlib/types/typed-array/uint8clampedarray'
]
Expand Down Expand Up @@ -191,7 +191,7 @@ ns.push({
'@stdlib/types/typed-array/int16',
'@stdlib/types/typed-array/int32',
'@stdlib/types/typed-array/uint16',
'@stdlib/types/typed-array/uint32array',
'@stdlib/types/typed-array/uint32',
'@stdlib/types/typed-array/uint8array',
'@stdlib/types/typed-array/uint8clampedarray'
]
Expand Down
2 changes: 1 addition & 1 deletion lib/node_modules/@stdlib/repl/lib/namespace/t.js
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ ns.push({
'@stdlib/types/typed-array/float64array',
'@stdlib/types/typed-array/float32',
'@stdlib/types/typed-array/int32',
'@stdlib/types/typed-array/uint32array',
'@stdlib/types/typed-array/uint32',
'@stdlib/types/typed-array/int16',
'@stdlib/types/typed-array/uint16',
'@stdlib/types/typed-array/int8',
Expand Down
10 changes: 5 additions & 5 deletions lib/node_modules/@stdlib/repl/lib/namespace/u.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ ns.push({
'@stdlib/types/typed-array/int16',
'@stdlib/types/typed-array/int32',
'@stdlib/types/typed-array/int8',
'@stdlib/types/typed-array/uint32array',
'@stdlib/types/typed-array/uint32',
'@stdlib/types/typed-array/uint8array',
'@stdlib/types/typed-array/uint8clampedarray'
]
Expand All @@ -35,8 +35,8 @@ ns.push({

ns.push({
'alias': 'Uint32Array',
'path': '@stdlib/types/typed-array/uint32array',
'value': require( '@stdlib/types/typed-array/uint32array' ),
'path': '@stdlib/types/typed-array/uint32',
'value': require( '@stdlib/types/typed-array/uint32' ),
'type': 'Function',
'related': [
'@stdlib/types/typed-array/float32',
Expand Down Expand Up @@ -72,7 +72,7 @@ ns.push({
'@stdlib/types/typed-array/int32',
'@stdlib/types/typed-array/int8',
'@stdlib/types/typed-array/uint16',
'@stdlib/types/typed-array/uint32array',
'@stdlib/types/typed-array/uint32',
'@stdlib/types/typed-array/uint8clampedarray'
]
});
Expand All @@ -89,7 +89,7 @@ ns.push({
'@stdlib/types/typed-array/int32',
'@stdlib/types/typed-array/int8',
'@stdlib/types/typed-array/uint16',
'@stdlib/types/typed-array/uint32array',
'@stdlib/types/typed-array/uint32',
'@stdlib/types/typed-array/uint8array'
]
});
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ var CTORS = {
'float64': require( '@stdlib/types/typed-array/float64array' ),
'float32': require( '@stdlib/types/typed-array/float32' ),
'int32': require( '@stdlib/types/typed-array/int32' ),
'uint32': require( '@stdlib/types/typed-array/uint32array' ),
'uint32': require( '@stdlib/types/typed-array/uint32' ),
'int16': require( '@stdlib/types/typed-array/int16' ),
'uint16': require( '@stdlib/types/typed-array/uint16' ),
'int8': require( '@stdlib/types/typed-array/int8' ),
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ var tape = require( 'tape' );
var Float64Array = require( '@stdlib/types/typed-array/float64array' );
var Float32Array = require( '@stdlib/types/typed-array/float32' );
var Int32Array = require( '@stdlib/types/typed-array/int32' );
var Uint32Array = require( '@stdlib/types/typed-array/uint32array' );
var Uint32Array = require( '@stdlib/types/typed-array/uint32' );
var Int16Array = require( '@stdlib/types/typed-array/int16' );
var Uint16Array = require( '@stdlib/types/typed-array/uint16' );
var Int8Array = require( '@stdlib/types/typed-array/int8' );
Expand Down
4 changes: 2 additions & 2 deletions lib/node_modules/@stdlib/types/typed-array/lib/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -86,9 +86,9 @@ setReadOnly( ns, 'Uint16Array', require( '@stdlib/types/typed-array/uint16' ) );
* @memberof ns
* @readonly
* @constructor
* @see {@link module:@stdlib/types/typed-array/uint32array}
* @see {@link module:@stdlib/types/typed-array/uint32}
*/
setReadOnly( ns, 'Uint32Array', require( '@stdlib/types/typed-array/uint32array' ) );
setReadOnly( ns, 'Uint32Array', require( '@stdlib/types/typed-array/uint32' ) );

/**
* @name Uint8Array
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
## Usage

``` javascript
var Uint32Array = require( '@stdlib/types/typed-array/uint32array' );
var Uint32Array = require( '@stdlib/types/typed-array/uint32' );
```

#### Uint32Array()
Expand Down Expand Up @@ -163,7 +163,7 @@ TODO: add methods
``` javascript
var randu = require( '@stdlib/math/base/random/randu' );
var round = require( '@stdlib/math/base/special/round' );
var ctor = require( '@stdlib/types/typed-array/uint32array' );
var ctor = require( '@stdlib/types/typed-array/uint32' );

var arr;
var i;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@
/**
* Typed array constructor which returns a typed array representing an array of 32-bit unsigned integers in the platform byte order.
*
* @module @stdlib/types/typed-array/uint32array
* @module @stdlib/types/typed-array/uint32
*
* @example
* var ctor = require( '@stdlib/types/typed-array/uint32array' );
* var ctor = require( '@stdlib/types/typed-array/uint32' );
*
* var arr = new ctor( 10 );
* // returns <Uint32Array>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "@stdlib/types/typed-array/uint32array",
"name": "@stdlib/types/typed-array/uint32",
"version": "0.0.0",
"description": "Uint32Array.",
"author": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ var ctors = {
'Float64Array': require( '@stdlib/types/typed-array/float64array' ),
'Float32Array': require( '@stdlib/types/typed-array/float32' ),
'Int32Array': require( '@stdlib/types/typed-array/int32' ),
'Uint32Array': require( '@stdlib/types/typed-array/uint32array' ),
'Uint32Array': require( '@stdlib/types/typed-array/uint32' ),
'Int16Array': require( '@stdlib/types/typed-array/int16' ),
'Uint16Array': require( '@stdlib/types/typed-array/uint16' ),
'Int8Array': require( '@stdlib/types/typed-array/int8' ),
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ var toJSON = require( '@stdlib/types/typed-array/utils/to-json' );
var Float64Array = require( '@stdlib/types/typed-array/float64array' );
var Float32Array = require( '@stdlib/types/typed-array/float32' );
var Int32Array = require( '@stdlib/types/typed-array/int32' );
var Uint32Array = require( '@stdlib/types/typed-array/uint32array' );
var Uint32Array = require( '@stdlib/types/typed-array/uint32' );
var Int16Array = require( '@stdlib/types/typed-array/int16' );
var Uint16Array = require( '@stdlib/types/typed-array/uint16' );
var Int8Array = require( '@stdlib/types/typed-array/int8' );
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ For guidance on reviving a JSON-serialized typed array, see [`reviver()`][@stdli
- [`Float64Array`][@stdlib/types/typed-array/float64array]
- [`Float32Array`][@stdlib/types/typed-array/float32]
- [`Int32Array`][@stdlib/types/typed-array/int32]
- [`Uint32Array`][@stdlib/types/typed-array/uint32array]
- [`Uint32Array`][@stdlib/types/typed-array/uint32]
- [`Int16Array`][@stdlib/types/typed-array/int16]
- [`Uint16Array`][@stdlib/types/typed-array/uint16]
- [`Int8Array`][@stdlib/types/typed-array/int8]
Expand Down Expand Up @@ -101,7 +101,7 @@ For guidance on reviving a JSON-serialized typed array, see [`reviver()`][@stdli
var Float64Array = require( '@stdlib/types/typed-array/float64array' );
var Float32Array = require( '@stdlib/types/typed-array/float32' );
var Int32Array = require( '@stdlib/types/typed-array/int32' );
var Uint32Array = require( '@stdlib/types/typed-array/uint32array' );
var Uint32Array = require( '@stdlib/types/typed-array/uint32' );
var Int16Array = require( '@stdlib/types/typed-array/int16' );
var Uint16Array = require( '@stdlib/types/typed-array/uint16' );
var Int8Array = require( '@stdlib/types/typed-array/int8' );
Expand Down Expand Up @@ -212,7 +212,7 @@ json = toJSON( arr );
[@stdlib/types/typed-array/float64array]: https://github.com/stdlib-js/stdlib
[@stdlib/types/typed-array/float32]: https://github.com/stdlib-js/stdlib
[@stdlib/types/typed-array/int32]: https://github.com/stdlib-js/stdlib
[@stdlib/types/typed-array/uint32array]: https://github.com/stdlib-js/stdlib
[@stdlib/types/typed-array/uint32]: https://github.com/stdlib-js/stdlib
[@stdlib/types/typed-array/int16]: https://github.com/stdlib-js/stdlib
[@stdlib/types/typed-array/uint16]: https://github.com/stdlib-js/stdlib
[@stdlib/types/typed-array/int8]: https://github.com/stdlib-js/stdlib
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
var Float64Array = require( '@stdlib/types/typed-array/float64array' );
var Float32Array = require( '@stdlib/types/typed-array/float32' );
var Int32Array = require( '@stdlib/types/typed-array/int32' );
var Uint32Array = require( '@stdlib/types/typed-array/uint32array' );
var Uint32Array = require( '@stdlib/types/typed-array/uint32' );
var Int16Array = require( '@stdlib/types/typed-array/int16' );
var Uint16Array = require( '@stdlib/types/typed-array/uint16' );
var Int8Array = require( '@stdlib/types/typed-array/int8' );
Expand Down

0 comments on commit 25c4d12

Please sign in to comment.