Skip to content

Commit 6637b7a

Browse files
committed
Rename package
1 parent 0daf3cc commit 6637b7a

22 files changed

Lines changed: 26 additions & 26 deletions

File tree

lib/node_modules/@stdlib/repl/lib/namespace/f.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,7 @@ ns.push({
165165
'@stdlib/types/typed-array/int16',
166166
'@stdlib/types/typed-array/int32',
167167
'@stdlib/types/typed-array/int8',
168-
'@stdlib/types/typed-array/uint16array',
168+
'@stdlib/types/typed-array/uint16',
169169
'@stdlib/types/typed-array/uint32array',
170170
'@stdlib/types/typed-array/uint8array',
171171
'@stdlib/types/typed-array/uint8clampedarray'
@@ -295,7 +295,7 @@ ns.push({
295295
'@stdlib/types/typed-array/int16',
296296
'@stdlib/types/typed-array/int32',
297297
'@stdlib/types/typed-array/int8',
298-
'@stdlib/types/typed-array/uint16array',
298+
'@stdlib/types/typed-array/uint16',
299299
'@stdlib/types/typed-array/uint32array',
300300
'@stdlib/types/typed-array/uint8array',
301301
'@stdlib/types/typed-array/uint8clampedarray'

lib/node_modules/@stdlib/repl/lib/namespace/i.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ ns.push({
116116
'@stdlib/types/typed-array/float64array',
117117
'@stdlib/types/typed-array/int32',
118118
'@stdlib/types/typed-array/int8',
119-
'@stdlib/types/typed-array/uint16array',
119+
'@stdlib/types/typed-array/uint16',
120120
'@stdlib/types/typed-array/uint32array',
121121
'@stdlib/types/typed-array/uint8array',
122122
'@stdlib/types/typed-array/uint8clampedarray'
@@ -153,7 +153,7 @@ ns.push({
153153
'@stdlib/types/typed-array/float64array',
154154
'@stdlib/types/typed-array/int16',
155155
'@stdlib/types/typed-array/int8',
156-
'@stdlib/types/typed-array/uint16array',
156+
'@stdlib/types/typed-array/uint16',
157157
'@stdlib/types/typed-array/uint32array',
158158
'@stdlib/types/typed-array/uint8array',
159159
'@stdlib/types/typed-array/uint8clampedarray'
@@ -190,7 +190,7 @@ ns.push({
190190
'@stdlib/types/typed-array/float64array',
191191
'@stdlib/types/typed-array/int16',
192192
'@stdlib/types/typed-array/int32',
193-
'@stdlib/types/typed-array/uint16array',
193+
'@stdlib/types/typed-array/uint16',
194194
'@stdlib/types/typed-array/uint32array',
195195
'@stdlib/types/typed-array/uint8array',
196196
'@stdlib/types/typed-array/uint8clampedarray'

lib/node_modules/@stdlib/repl/lib/namespace/t.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,7 @@ ns.push({
160160
'@stdlib/types/typed-array/int32',
161161
'@stdlib/types/typed-array/uint32array',
162162
'@stdlib/types/typed-array/int16',
163-
'@stdlib/types/typed-array/uint16array',
163+
'@stdlib/types/typed-array/uint16',
164164
'@stdlib/types/typed-array/int8',
165165
'@stdlib/types/typed-array/uint8array',
166166
'@stdlib/types/typed-array/uint8clampedarray'

lib/node_modules/@stdlib/repl/lib/namespace/u.js

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ var ns = [];
88

99
ns.push({
1010
'alias': 'Uint16Array',
11-
'path': '@stdlib/types/typed-array/uint16array',
12-
'value': require( '@stdlib/types/typed-array/uint16array' ),
11+
'path': '@stdlib/types/typed-array/uint16',
12+
'value': require( '@stdlib/types/typed-array/uint16' ),
1313
'type': 'Function',
1414
'related': [
1515
'@stdlib/types/typed-array/float32',
@@ -44,7 +44,7 @@ ns.push({
4444
'@stdlib/types/typed-array/int16',
4545
'@stdlib/types/typed-array/int32',
4646
'@stdlib/types/typed-array/int8',
47-
'@stdlib/types/typed-array/uint16array',
47+
'@stdlib/types/typed-array/uint16',
4848
'@stdlib/types/typed-array/uint8array',
4949
'@stdlib/types/typed-array/uint8clampedarray'
5050
]
@@ -71,7 +71,7 @@ ns.push({
7171
'@stdlib/types/typed-array/int16',
7272
'@stdlib/types/typed-array/int32',
7373
'@stdlib/types/typed-array/int8',
74-
'@stdlib/types/typed-array/uint16array',
74+
'@stdlib/types/typed-array/uint16',
7575
'@stdlib/types/typed-array/uint32array',
7676
'@stdlib/types/typed-array/uint8clampedarray'
7777
]
@@ -88,7 +88,7 @@ ns.push({
8888
'@stdlib/types/typed-array/int16',
8989
'@stdlib/types/typed-array/int32',
9090
'@stdlib/types/typed-array/int8',
91-
'@stdlib/types/typed-array/uint16array',
91+
'@stdlib/types/typed-array/uint16',
9292
'@stdlib/types/typed-array/uint32array',
9393
'@stdlib/types/typed-array/uint8array'
9494
]

lib/node_modules/@stdlib/types/typed-array/factory/lib/ctors.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ var CTORS = {
88
'int32': require( '@stdlib/types/typed-array/int32' ),
99
'uint32': require( '@stdlib/types/typed-array/uint32array' ),
1010
'int16': require( '@stdlib/types/typed-array/int16' ),
11-
'uint16': require( '@stdlib/types/typed-array/uint16array' ),
11+
'uint16': require( '@stdlib/types/typed-array/uint16' ),
1212
'int8': require( '@stdlib/types/typed-array/int8' ),
1313
'uint8': require( '@stdlib/types/typed-array/uint8array' ),
1414
'uint8c': require( '@stdlib/types/typed-array/uint8clampedarray' )

lib/node_modules/@stdlib/types/typed-array/factory/test/test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ var Float32Array = require( '@stdlib/types/typed-array/float32' );
99
var Int32Array = require( '@stdlib/types/typed-array/int32' );
1010
var Uint32Array = require( '@stdlib/types/typed-array/uint32array' );
1111
var Int16Array = require( '@stdlib/types/typed-array/int16' );
12-
var Uint16Array = require( '@stdlib/types/typed-array/uint16array' );
12+
var Uint16Array = require( '@stdlib/types/typed-array/uint16' );
1313
var Int8Array = require( '@stdlib/types/typed-array/int8' );
1414
var Uint8Array = require( '@stdlib/types/typed-array/uint8array' );
1515
var Uint8ClampedArray = require( '@stdlib/types/typed-array/uint8clampedarray' );

lib/node_modules/@stdlib/types/typed-array/lib/index.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -77,9 +77,9 @@ setReadOnly( ns, 'Int8Array', require( '@stdlib/types/typed-array/int8' ) );
7777
* @memberof ns
7878
* @readonly
7979
* @constructor
80-
* @see {@link module:@stdlib/types/typed-array/uint16array}
80+
* @see {@link module:@stdlib/types/typed-array/uint16}
8181
*/
82-
setReadOnly( ns, 'Uint16Array', require( '@stdlib/types/typed-array/uint16array' ) );
82+
setReadOnly( ns, 'Uint16Array', require( '@stdlib/types/typed-array/uint16' ) );
8383

8484
/**
8585
* @name Uint32Array

lib/node_modules/@stdlib/types/typed-array/uint16array/README.md renamed to lib/node_modules/@stdlib/types/typed-array/uint16/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
## Usage
1919

2020
``` javascript
21-
var Uint16Array = require( '@stdlib/types/typed-array/uint16array' );
21+
var Uint16Array = require( '@stdlib/types/typed-array/uint16' );
2222
```
2323

2424
#### Uint16Array()
@@ -163,7 +163,7 @@ TODO: add methods
163163
``` javascript
164164
var randu = require( '@stdlib/math/base/random/randu' );
165165
var round = require( '@stdlib/math/base/special/round' );
166-
var ctor = require( '@stdlib/types/typed-array/uint16array' );
166+
var ctor = require( '@stdlib/types/typed-array/uint16' );
167167

168168
var arr;
169169
var i;

lib/node_modules/@stdlib/types/typed-array/uint16array/benchmark/benchmark.js renamed to lib/node_modules/@stdlib/types/typed-array/uint16/benchmark/benchmark.js

File renamed without changes.

lib/node_modules/@stdlib/types/typed-array/uint16array/benchmark/benchmark.length.js renamed to lib/node_modules/@stdlib/types/typed-array/uint16/benchmark/benchmark.length.js

File renamed without changes.

0 commit comments

Comments
 (0)