Skip to content

Commit 44f5cb2

Browse files
committed
Rename package
1 parent cd34349 commit 44f5cb2

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
@@ -162,7 +162,7 @@ ns.push({
162162
'type': 'Function',
163163
'related': [
164164
'@stdlib/types/typed-array/float64array',
165-
'@stdlib/types/typed-array/int16array',
165+
'@stdlib/types/typed-array/int16',
166166
'@stdlib/types/typed-array/int32array',
167167
'@stdlib/types/typed-array/int8array',
168168
'@stdlib/types/typed-array/uint16array',
@@ -292,7 +292,7 @@ ns.push({
292292
'type': 'Function',
293293
'related': [
294294
'@stdlib/types/typed-array/float32',
295-
'@stdlib/types/typed-array/int16array',
295+
'@stdlib/types/typed-array/int16',
296296
'@stdlib/types/typed-array/int32array',
297297
'@stdlib/types/typed-array/int8array',
298298
'@stdlib/types/typed-array/uint16array',

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -108,8 +108,8 @@ ns.push({
108108

109109
ns.push({
110110
'alias': 'Int16Array',
111-
'path': '@stdlib/types/typed-array/int16array',
112-
'value': require( '@stdlib/types/typed-array/int16array' ),
111+
'path': '@stdlib/types/typed-array/int16',
112+
'value': require( '@stdlib/types/typed-array/int16' ),
113113
'type': 'Function',
114114
'related': [
115115
'@stdlib/types/typed-array/float32',
@@ -151,7 +151,7 @@ ns.push({
151151
'related': [
152152
'@stdlib/types/typed-array/float32',
153153
'@stdlib/types/typed-array/float64array',
154-
'@stdlib/types/typed-array/int16array',
154+
'@stdlib/types/typed-array/int16',
155155
'@stdlib/types/typed-array/int8array',
156156
'@stdlib/types/typed-array/uint16array',
157157
'@stdlib/types/typed-array/uint32array',
@@ -188,7 +188,7 @@ ns.push({
188188
'related': [
189189
'@stdlib/types/typed-array/float32',
190190
'@stdlib/types/typed-array/float64array',
191-
'@stdlib/types/typed-array/int16array',
191+
'@stdlib/types/typed-array/int16',
192192
'@stdlib/types/typed-array/int32array',
193193
'@stdlib/types/typed-array/uint16array',
194194
'@stdlib/types/typed-array/uint32array',

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,7 @@ ns.push({
159159
'@stdlib/types/typed-array/float32',
160160
'@stdlib/types/typed-array/int32array',
161161
'@stdlib/types/typed-array/uint32array',
162-
'@stdlib/types/typed-array/int16array',
162+
'@stdlib/types/typed-array/int16',
163163
'@stdlib/types/typed-array/uint16array',
164164
'@stdlib/types/typed-array/int8array',
165165
'@stdlib/types/typed-array/uint8array',

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ ns.push({
1414
'related': [
1515
'@stdlib/types/typed-array/float32',
1616
'@stdlib/types/typed-array/float64array',
17-
'@stdlib/types/typed-array/int16array',
17+
'@stdlib/types/typed-array/int16',
1818
'@stdlib/types/typed-array/int32array',
1919
'@stdlib/types/typed-array/int8array',
2020
'@stdlib/types/typed-array/uint32array',
@@ -41,7 +41,7 @@ ns.push({
4141
'related': [
4242
'@stdlib/types/typed-array/float32',
4343
'@stdlib/types/typed-array/float64array',
44-
'@stdlib/types/typed-array/int16array',
44+
'@stdlib/types/typed-array/int16',
4545
'@stdlib/types/typed-array/int32array',
4646
'@stdlib/types/typed-array/int8array',
4747
'@stdlib/types/typed-array/uint16array',
@@ -68,7 +68,7 @@ ns.push({
6868
'related': [
6969
'@stdlib/types/typed-array/float32',
7070
'@stdlib/types/typed-array/float64array',
71-
'@stdlib/types/typed-array/int16array',
71+
'@stdlib/types/typed-array/int16',
7272
'@stdlib/types/typed-array/int32array',
7373
'@stdlib/types/typed-array/int8array',
7474
'@stdlib/types/typed-array/uint16array',
@@ -85,7 +85,7 @@ ns.push({
8585
'related': [
8686
'@stdlib/types/typed-array/float32',
8787
'@stdlib/types/typed-array/float64array',
88-
'@stdlib/types/typed-array/int16array',
88+
'@stdlib/types/typed-array/int16',
8989
'@stdlib/types/typed-array/int32array',
9090
'@stdlib/types/typed-array/int8array',
9191
'@stdlib/types/typed-array/uint16array',

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
@@ -7,7 +7,7 @@ var CTORS = {
77
'float32': require( '@stdlib/types/typed-array/float32' ),
88
'int32': require( '@stdlib/types/typed-array/int32array' ),
99
'uint32': require( '@stdlib/types/typed-array/uint32array' ),
10-
'int16': require( '@stdlib/types/typed-array/int16array' ),
10+
'int16': require( '@stdlib/types/typed-array/int16' ),
1111
'uint16': require( '@stdlib/types/typed-array/uint16array' ),
1212
'int8': require( '@stdlib/types/typed-array/int8array' ),
1313
'uint8': require( '@stdlib/types/typed-array/uint8array' ),

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
@@ -8,7 +8,7 @@ var Float64Array = require( '@stdlib/types/typed-array/float64array' );
88
var Float32Array = require( '@stdlib/types/typed-array/float32' );
99
var Int32Array = require( '@stdlib/types/typed-array/int32array' );
1010
var Uint32Array = require( '@stdlib/types/typed-array/uint32array' );
11-
var Int16Array = require( '@stdlib/types/typed-array/int16array' );
11+
var Int16Array = require( '@stdlib/types/typed-array/int16' );
1212
var Uint16Array = require( '@stdlib/types/typed-array/uint16array' );
1313
var Int8Array = require( '@stdlib/types/typed-array/int8array' );
1414
var Uint8Array = require( '@stdlib/types/typed-array/uint8array' );

lib/node_modules/@stdlib/types/typed-array/int16array/README.md renamed to lib/node_modules/@stdlib/types/typed-array/int16/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 Int16Array = require( '@stdlib/types/typed-array/int16array' );
21+
var Int16Array = require( '@stdlib/types/typed-array/int16' );
2222
```
2323

2424
#### Int16Array()
@@ -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/int16array' );
166+
var ctor = require( '@stdlib/types/typed-array/int16' );
167167

168168
var arr;
169169
var i;

lib/node_modules/@stdlib/types/typed-array/int16array/benchmark/benchmark.js renamed to lib/node_modules/@stdlib/types/typed-array/int16/benchmark/benchmark.js

File renamed without changes.

lib/node_modules/@stdlib/types/typed-array/int16array/benchmark/benchmark.length.js renamed to lib/node_modules/@stdlib/types/typed-array/int16/benchmark/benchmark.length.js

File renamed without changes.

lib/node_modules/@stdlib/types/typed-array/int16array/docs/repl.txt renamed to lib/node_modules/@stdlib/types/typed-array/int16/docs/repl.txt

File renamed without changes.

0 commit comments

Comments
 (0)