Skip to content

Commit 9ce1439

Browse files
committed
Rename package
1 parent 44f5cb2 commit 9ce1439

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
@@ -163,7 +163,7 @@ ns.push({
163163
'related': [
164164
'@stdlib/types/typed-array/float64array',
165165
'@stdlib/types/typed-array/int16',
166-
'@stdlib/types/typed-array/int32array',
166+
'@stdlib/types/typed-array/int32',
167167
'@stdlib/types/typed-array/int8array',
168168
'@stdlib/types/typed-array/uint16array',
169169
'@stdlib/types/typed-array/uint32array',
@@ -293,7 +293,7 @@ ns.push({
293293
'related': [
294294
'@stdlib/types/typed-array/float32',
295295
'@stdlib/types/typed-array/int16',
296-
'@stdlib/types/typed-array/int32array',
296+
'@stdlib/types/typed-array/int32',
297297
'@stdlib/types/typed-array/int8array',
298298
'@stdlib/types/typed-array/uint16array',
299299
'@stdlib/types/typed-array/uint32array',

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ ns.push({
114114
'related': [
115115
'@stdlib/types/typed-array/float32',
116116
'@stdlib/types/typed-array/float64array',
117-
'@stdlib/types/typed-array/int32array',
117+
'@stdlib/types/typed-array/int32',
118118
'@stdlib/types/typed-array/int8array',
119119
'@stdlib/types/typed-array/uint16array',
120120
'@stdlib/types/typed-array/uint32array',
@@ -145,8 +145,8 @@ ns.push({
145145

146146
ns.push({
147147
'alias': 'Int32Array',
148-
'path': '@stdlib/types/typed-array/int32array',
149-
'value': require( '@stdlib/types/typed-array/int32array' ),
148+
'path': '@stdlib/types/typed-array/int32',
149+
'value': require( '@stdlib/types/typed-array/int32' ),
150150
'type': 'Function',
151151
'related': [
152152
'@stdlib/types/typed-array/float32',
@@ -189,7 +189,7 @@ ns.push({
189189
'@stdlib/types/typed-array/float32',
190190
'@stdlib/types/typed-array/float64array',
191191
'@stdlib/types/typed-array/int16',
192-
'@stdlib/types/typed-array/int32array',
192+
'@stdlib/types/typed-array/int32',
193193
'@stdlib/types/typed-array/uint16array',
194194
'@stdlib/types/typed-array/uint32array',
195195
'@stdlib/types/typed-array/uint8array',

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,7 @@ ns.push({
157157
'related': [
158158
'@stdlib/types/typed-array/float64array',
159159
'@stdlib/types/typed-array/float32',
160-
'@stdlib/types/typed-array/int32array',
160+
'@stdlib/types/typed-array/int32',
161161
'@stdlib/types/typed-array/uint32array',
162162
'@stdlib/types/typed-array/int16',
163163
'@stdlib/types/typed-array/uint16array',

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ ns.push({
1515
'@stdlib/types/typed-array/float32',
1616
'@stdlib/types/typed-array/float64array',
1717
'@stdlib/types/typed-array/int16',
18-
'@stdlib/types/typed-array/int32array',
18+
'@stdlib/types/typed-array/int32',
1919
'@stdlib/types/typed-array/int8array',
2020
'@stdlib/types/typed-array/uint32array',
2121
'@stdlib/types/typed-array/uint8array',
@@ -42,7 +42,7 @@ ns.push({
4242
'@stdlib/types/typed-array/float32',
4343
'@stdlib/types/typed-array/float64array',
4444
'@stdlib/types/typed-array/int16',
45-
'@stdlib/types/typed-array/int32array',
45+
'@stdlib/types/typed-array/int32',
4646
'@stdlib/types/typed-array/int8array',
4747
'@stdlib/types/typed-array/uint16array',
4848
'@stdlib/types/typed-array/uint8array',
@@ -69,7 +69,7 @@ ns.push({
6969
'@stdlib/types/typed-array/float32',
7070
'@stdlib/types/typed-array/float64array',
7171
'@stdlib/types/typed-array/int16',
72-
'@stdlib/types/typed-array/int32array',
72+
'@stdlib/types/typed-array/int32',
7373
'@stdlib/types/typed-array/int8array',
7474
'@stdlib/types/typed-array/uint16array',
7575
'@stdlib/types/typed-array/uint32array',
@@ -86,7 +86,7 @@ ns.push({
8686
'@stdlib/types/typed-array/float32',
8787
'@stdlib/types/typed-array/float64array',
8888
'@stdlib/types/typed-array/int16',
89-
'@stdlib/types/typed-array/int32array',
89+
'@stdlib/types/typed-array/int32',
9090
'@stdlib/types/typed-array/int8array',
9191
'@stdlib/types/typed-array/uint16array',
9292
'@stdlib/types/typed-array/uint32array',

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
@@ -5,7 +5,7 @@
55
var CTORS = {
66
'float64': require( '@stdlib/types/typed-array/float64array' ),
77
'float32': require( '@stdlib/types/typed-array/float32' ),
8-
'int32': require( '@stdlib/types/typed-array/int32array' ),
8+
'int32': require( '@stdlib/types/typed-array/int32' ),
99
'uint32': require( '@stdlib/types/typed-array/uint32array' ),
1010
'int16': require( '@stdlib/types/typed-array/int16' ),
1111
'uint16': require( '@stdlib/types/typed-array/uint16array' ),

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
@@ -6,7 +6,7 @@
66
var tape = require( 'tape' );
77
var Float64Array = require( '@stdlib/types/typed-array/float64array' );
88
var Float32Array = require( '@stdlib/types/typed-array/float32' );
9-
var Int32Array = require( '@stdlib/types/typed-array/int32array' );
9+
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' );

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

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

168168
var arr;
169169
var i;

lib/node_modules/@stdlib/types/typed-array/int32array/benchmark/benchmark.js renamed to lib/node_modules/@stdlib/types/typed-array/int32/benchmark/benchmark.js

File renamed without changes.

lib/node_modules/@stdlib/types/typed-array/int32array/benchmark/benchmark.length.js renamed to lib/node_modules/@stdlib/types/typed-array/int32/benchmark/benchmark.length.js

File renamed without changes.

lib/node_modules/@stdlib/types/typed-array/int32array/docs/repl.txt renamed to lib/node_modules/@stdlib/types/typed-array/int32/docs/repl.txt

File renamed without changes.

0 commit comments

Comments
 (0)