Skip to content

Commit 0daf3cc

Browse files
committed
Rename package
1 parent 9ce1439 commit 0daf3cc

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
@@ -164,7 +164,7 @@ ns.push({
164164
'@stdlib/types/typed-array/float64array',
165165
'@stdlib/types/typed-array/int16',
166166
'@stdlib/types/typed-array/int32',
167-
'@stdlib/types/typed-array/int8array',
167+
'@stdlib/types/typed-array/int8',
168168
'@stdlib/types/typed-array/uint16array',
169169
'@stdlib/types/typed-array/uint32array',
170170
'@stdlib/types/typed-array/uint8array',
@@ -294,7 +294,7 @@ ns.push({
294294
'@stdlib/types/typed-array/float32',
295295
'@stdlib/types/typed-array/int16',
296296
'@stdlib/types/typed-array/int32',
297-
'@stdlib/types/typed-array/int8array',
297+
'@stdlib/types/typed-array/int8',
298298
'@stdlib/types/typed-array/uint16array',
299299
'@stdlib/types/typed-array/uint32array',
300300
'@stdlib/types/typed-array/uint8array',

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ ns.push({
115115
'@stdlib/types/typed-array/float32',
116116
'@stdlib/types/typed-array/float64array',
117117
'@stdlib/types/typed-array/int32',
118-
'@stdlib/types/typed-array/int8array',
118+
'@stdlib/types/typed-array/int8',
119119
'@stdlib/types/typed-array/uint16array',
120120
'@stdlib/types/typed-array/uint32array',
121121
'@stdlib/types/typed-array/uint8array',
@@ -152,7 +152,7 @@ ns.push({
152152
'@stdlib/types/typed-array/float32',
153153
'@stdlib/types/typed-array/float64array',
154154
'@stdlib/types/typed-array/int16',
155-
'@stdlib/types/typed-array/int8array',
155+
'@stdlib/types/typed-array/int8',
156156
'@stdlib/types/typed-array/uint16array',
157157
'@stdlib/types/typed-array/uint32array',
158158
'@stdlib/types/typed-array/uint8array',
@@ -182,8 +182,8 @@ ns.push({
182182

183183
ns.push({
184184
'alias': 'Int8Array',
185-
'path': '@stdlib/types/typed-array/int8array',
186-
'value': require( '@stdlib/types/typed-array/int8array' ),
185+
'path': '@stdlib/types/typed-array/int8',
186+
'value': require( '@stdlib/types/typed-array/int8' ),
187187
'type': 'Function',
188188
'related': [
189189
'@stdlib/types/typed-array/float32',

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,7 @@ ns.push({
161161
'@stdlib/types/typed-array/uint32array',
162162
'@stdlib/types/typed-array/int16',
163163
'@stdlib/types/typed-array/uint16array',
164-
'@stdlib/types/typed-array/int8array',
164+
'@stdlib/types/typed-array/int8',
165165
'@stdlib/types/typed-array/uint8array',
166166
'@stdlib/types/typed-array/uint8clampedarray'
167167
]

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ ns.push({
1616
'@stdlib/types/typed-array/float64array',
1717
'@stdlib/types/typed-array/int16',
1818
'@stdlib/types/typed-array/int32',
19-
'@stdlib/types/typed-array/int8array',
19+
'@stdlib/types/typed-array/int8',
2020
'@stdlib/types/typed-array/uint32array',
2121
'@stdlib/types/typed-array/uint8array',
2222
'@stdlib/types/typed-array/uint8clampedarray'
@@ -43,7 +43,7 @@ ns.push({
4343
'@stdlib/types/typed-array/float64array',
4444
'@stdlib/types/typed-array/int16',
4545
'@stdlib/types/typed-array/int32',
46-
'@stdlib/types/typed-array/int8array',
46+
'@stdlib/types/typed-array/int8',
4747
'@stdlib/types/typed-array/uint16array',
4848
'@stdlib/types/typed-array/uint8array',
4949
'@stdlib/types/typed-array/uint8clampedarray'
@@ -70,7 +70,7 @@ ns.push({
7070
'@stdlib/types/typed-array/float64array',
7171
'@stdlib/types/typed-array/int16',
7272
'@stdlib/types/typed-array/int32',
73-
'@stdlib/types/typed-array/int8array',
73+
'@stdlib/types/typed-array/int8',
7474
'@stdlib/types/typed-array/uint16array',
7575
'@stdlib/types/typed-array/uint32array',
7676
'@stdlib/types/typed-array/uint8clampedarray'
@@ -87,7 +87,7 @@ ns.push({
8787
'@stdlib/types/typed-array/float64array',
8888
'@stdlib/types/typed-array/int16',
8989
'@stdlib/types/typed-array/int32',
90-
'@stdlib/types/typed-array/int8array',
90+
'@stdlib/types/typed-array/int8',
9191
'@stdlib/types/typed-array/uint16array',
9292
'@stdlib/types/typed-array/uint32array',
9393
'@stdlib/types/typed-array/uint8array'

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
@@ -9,7 +9,7 @@ var CTORS = {
99
'uint32': require( '@stdlib/types/typed-array/uint32array' ),
1010
'int16': require( '@stdlib/types/typed-array/int16' ),
1111
'uint16': require( '@stdlib/types/typed-array/uint16array' ),
12-
'int8': require( '@stdlib/types/typed-array/int8array' ),
12+
'int8': require( '@stdlib/types/typed-array/int8' ),
1313
'uint8': require( '@stdlib/types/typed-array/uint8array' ),
1414
'uint8c': require( '@stdlib/types/typed-array/uint8clampedarray' )
1515
};

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
@@ -10,7 +10,7 @@ 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' );
1212
var Uint16Array = require( '@stdlib/types/typed-array/uint16array' );
13-
var Int8Array = require( '@stdlib/types/typed-array/int8array' );
13+
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' );
1616
var instanceOf = require( '@stdlib/assert/instance-of' );

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

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

168168
var arr;
169169
var i;

lib/node_modules/@stdlib/types/typed-array/int8array/benchmark/benchmark.js renamed to lib/node_modules/@stdlib/types/typed-array/int8/benchmark/benchmark.js

File renamed without changes.

lib/node_modules/@stdlib/types/typed-array/int8array/benchmark/benchmark.length.js renamed to lib/node_modules/@stdlib/types/typed-array/int8/benchmark/benchmark.length.js

File renamed without changes.

lib/node_modules/@stdlib/types/typed-array/int8array/docs/repl.txt renamed to lib/node_modules/@stdlib/types/typed-array/int8/docs/repl.txt

File renamed without changes.

0 commit comments

Comments
 (0)