File tree Expand file tree Collapse file tree 7 files changed +22
-22
lines changed
lib/node_modules/@stdlib/namespace/lib/namespace Expand file tree Collapse file tree 7 files changed +22
-22
lines changed Original file line number Diff line number Diff line change @@ -163,12 +163,12 @@ ns.push({
163163
164164ns . push ( {
165165 'alias' : 'CircularBuffer' ,
166- 'path' : '@stdlib/utils /circular-buffer' ,
167- 'value' : require ( '@stdlib/utils /circular-buffer' ) ,
166+ 'path' : '@stdlib/dstructs /circular-buffer' ,
167+ 'value' : require ( '@stdlib/dstructs /circular-buffer' ) ,
168168 'type' : 'Function' ,
169169 'related' : [
170- '@stdlib/utils /fifo' ,
171- '@stdlib/utils /stack'
170+ '@stdlib/dstructs /fifo' ,
171+ '@stdlib/dstructs /stack'
172172 ]
173173} ) ;
174174
Original file line number Diff line number Diff line change @@ -282,12 +282,12 @@ ns.push({
282282
283283ns . push ( {
284284 'alias' : 'DoublyLinkedList' ,
285- 'path' : '@stdlib/utils /doubly-linked-list' ,
286- 'value' : require ( '@stdlib/utils /doubly-linked-list' ) ,
285+ 'path' : '@stdlib/dstructs /doubly-linked-list' ,
286+ 'value' : require ( '@stdlib/dstructs /doubly-linked-list' ) ,
287287 'type' : 'Function' ,
288288 'related' : [
289- '@stdlib/utils /linked-list' ,
290- '@stdlib/utils /stack'
289+ '@stdlib/dstructs /linked-list' ,
290+ '@stdlib/dstructs /stack'
291291 ]
292292} ) ;
293293
Original file line number Diff line number Diff line change @@ -161,11 +161,11 @@ ns.push({
161161
162162ns . push ( {
163163 'alias' : 'FIFO' ,
164- 'path' : '@stdlib/utils /fifo' ,
165- 'value' : require ( '@stdlib/utils /fifo' ) ,
164+ 'path' : '@stdlib/dstructs /fifo' ,
165+ 'value' : require ( '@stdlib/dstructs /fifo' ) ,
166166 'type' : 'Function' ,
167167 'related' : [
168- '@stdlib/utils /stack'
168+ '@stdlib/dstructs /stack'
169169 ]
170170} ) ;
171171
Original file line number Diff line number Diff line change @@ -3244,7 +3244,7 @@ ns.push({
32443244 'value' : require ( '@stdlib/assert/is-named-typed-tuple-like' ) ,
32453245 'type' : 'Function' ,
32463246 'related' : [
3247- '@stdlib/utils /named-typed-tuple'
3247+ '@stdlib/dstructs /named-typed-tuple'
32483248 ]
32493249} ) ;
32503250
Original file line number Diff line number Diff line change @@ -57,12 +57,12 @@ ns.push({
5757
5858ns . push ( {
5959 'alias' : 'LinkedList' ,
60- 'path' : '@stdlib/utils /linked-list' ,
61- 'value' : require ( '@stdlib/utils /linked-list' ) ,
60+ 'path' : '@stdlib/dstructs /linked-list' ,
61+ 'value' : require ( '@stdlib/dstructs /linked-list' ) ,
6262 'type' : 'Function' ,
6363 'related' : [
64- '@stdlib/utils /doubly-linked-list' ,
65- '@stdlib/utils /stack'
64+ '@stdlib/dstructs /doubly-linked-list' ,
65+ '@stdlib/dstructs /stack'
6666 ]
6767} ) ;
6868
Original file line number Diff line number Diff line change @@ -30,12 +30,12 @@ var ns = [];
3030
3131ns . push ( {
3232 'alias' : 'namedtypedtuple' ,
33- 'path' : '@stdlib/utils /named-typed-tuple' ,
34- 'value' : require ( '@stdlib/utils /named-typed-tuple' ) ,
33+ 'path' : '@stdlib/dstructs /named-typed-tuple' ,
34+ 'value' : require ( '@stdlib/dstructs /named-typed-tuple' ) ,
3535 'type' : 'Function' ,
3636 'related' : [
3737 '@stdlib/array/typed' ,
38- '@stdlib/utils /named-tuple'
38+ '@stdlib/dstructs /named-tuple'
3939 ]
4040} ) ;
4141
Original file line number Diff line number Diff line change @@ -781,11 +781,11 @@ ns.push({
781781
782782ns . push ( {
783783 'alias' : 'Stack' ,
784- 'path' : '@stdlib/utils /stack' ,
785- 'value' : require ( '@stdlib/utils /stack' ) ,
784+ 'path' : '@stdlib/dstructs /stack' ,
785+ 'value' : require ( '@stdlib/dstructs /stack' ) ,
786786 'type' : 'Function' ,
787787 'related' : [
788- '@stdlib/utils /fifo'
788+ '@stdlib/dstructs /fifo'
789789 ]
790790} ) ;
791791
You can’t perform that action at this time.
0 commit comments