File tree Expand file tree Collapse file tree 6 files changed +7
-7
lines changed
lib/node_modules/@stdlib/namespace Expand file tree Collapse file tree 6 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -2565,7 +2565,7 @@ minutesInYear,"@stdlib/time/minutes-in-year"
25652565MOBY_DICK,"@stdlib/datasets/moby-dick"
25662566MONTH_NAMES_EN,"@stdlib/datasets/month-names-en"
25672567MONTHS_IN_YEAR,"@stdlib/constants/time/months-in-year"
2568- moveProperty,"@stdlib/utils /move-property"
2568+ moveProperty,"@stdlib/object /move-property"
25692569MultiSlice,"@stdlib/slice/multi"
25702570namedtypedtuple,"@stdlib/dstructs/named-typed-tuple"
25712571NAN,"@stdlib/constants/float64/nan"
Original file line number Diff line number Diff line change @@ -435,8 +435,8 @@ ns.push({
435435
436436ns . push ( {
437437 'alias' : 'moveProperty' ,
438- 'path' : '@stdlib/utils /move-property' ,
439- 'value' : require ( '@stdlib/utils /move-property' ) ,
438+ 'path' : '@stdlib/object /move-property' ,
439+ 'value' : require ( '@stdlib/object /move-property' ) ,
440440 'type' : 'Function' ,
441441 'related' : [ ]
442442} ) ;
Original file line number Diff line number Diff line change 25652565"@stdlib/datasets/moby-dick",MOBY_DICK
25662566"@stdlib/datasets/month-names-en",MONTH_NAMES_EN
25672567"@stdlib/constants/time/months-in-year",MONTHS_IN_YEAR
2568- "@stdlib/utils /move-property",moveProperty
2568+ "@stdlib/object /move-property",moveProperty
25692569"@stdlib/slice/multi",MultiSlice
25702570"@stdlib/dstructs/named-typed-tuple",namedtypedtuple
25712571"@stdlib/constants/float64/nan",NAN
Original file line number Diff line number Diff line change 25652565"@stdlib/datasets/moby-dick",""
25662566"@stdlib/datasets/month-names-en",""
25672567"@stdlib/constants/time/months-in-year",""
2568- "@stdlib/utils /move-property",""
2568+ "@stdlib/object /move-property",""
25692569"@stdlib/slice/multi","@stdlib/ndarray/ctor,@stdlib/slice/ctor"
25702570"@stdlib/dstructs/named-typed-tuple","@stdlib/array/typed"
25712571"@stdlib/constants/float64/nan","@stdlib/constants/float32/nan"
Original file line number Diff line number Diff line change 25652565"@stdlib/datasets/moby-dick","@stdlib/datasets-moby-dick"
25662566"@stdlib/datasets/month-names-en","@stdlib/datasets-month-names-en"
25672567"@stdlib/constants/time/months-in-year","@stdlib/constants-time-months-in-year"
2568- "@stdlib/utils /move-property","@stdlib/utils -move-property"
2568+ "@stdlib/object /move-property","@stdlib/object -move-property"
25692569"@stdlib/slice/multi","@stdlib/slice-multi"
25702570"@stdlib/dstructs/named-typed-tuple","@stdlib/dstructs-named-typed-tuple"
25712571"@stdlib/constants/float64/nan","@stdlib/constants-float64-nan"
Original file line number Diff line number Diff line change 25652565"@stdlib/datasets-moby-dick","@stdlib/datasets/moby-dick"
25662566"@stdlib/datasets-month-names-en","@stdlib/datasets/month-names-en"
25672567"@stdlib/constants-time-months-in-year","@stdlib/constants/time/months-in-year"
2568- "@stdlib/utils -move-property","@stdlib/utils /move-property"
2568+ "@stdlib/object -move-property","@stdlib/object /move-property"
25692569"@stdlib/slice-multi","@stdlib/slice/multi"
25702570"@stdlib/dstructs-named-typed-tuple","@stdlib/dstructs/named-typed-tuple"
25712571"@stdlib/constants-float64-nan","@stdlib/constants/float64/nan"
You can’t perform that action at this time.
0 commit comments