Skip to content

Commit b8b5291

Browse files
committed
Update namespace
1 parent d8a6931 commit b8b5291

File tree

2 files changed

+12
-0
lines changed

2 files changed

+12
-0
lines changed

lib/node_modules/@stdlib/datasets/lib/data.js

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -433,6 +433,17 @@ setReadOnly( datasets, 'SPAM_ASSASSIN', require( '@stdlib/datasets/spam-assassin
433433
*/
434434
setReadOnly( datasets, 'STOPWORDS_EN', require( '@stdlib/datasets/stopwords-en' ) );
435435

436+
/**
437+
* @private
438+
* @name SUTHAHARAN_MULTI_HOP_SENSOR_NETWORK
439+
* @memberof datasets
440+
* @readonly
441+
* @constant
442+
* @type {Function}
443+
* @see {@link module:@stdlib/datasets/suthaharan-multi-hop-sensor-network}
444+
*/
445+
setReadOnly( datasets, 'SUTHAHARAN_MULTI_HOP_SENSOR_NETWORK', require( '@stdlib/datasets/suthaharan-multi-hop-sensor-network' ) );
446+
436447
/**
437448
* @private
438449
* @name SUTHAHARAN_SINGLE_HOP_SENSOR_NETWORK

lib/node_modules/@stdlib/datasets/lib/names.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@
3535
"SPACHE_REVISED": "spache-revised",
3636
"SPAM_ASSASSIN": "spam-assassin",
3737
"STOPWORDS_EN": "stopwords-en",
38+
"SUTHAHARAN_MULTI_HOP_SENSOR_NETWORK": "suthaharan-multi-hop-sensor-network",
3839
"SUTHAHARAN_SINGLE_HOP_SENSOR_NETWORK": "suthaharan-single-hop-sensor-network",
3940
"US_STATES_ABBR": "us-states-abbr",
4041
"US_STATES_CAPITALS": "us-states-capitals",

0 commit comments

Comments
 (0)