Skip to content

Commit fe92716

Browse files
committed
Update namespace
1 parent 7996d22 commit fe92716

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
@@ -125,6 +125,17 @@ setReadOnly( datasets, 'FRB_SF_WAGE_RIGIDITY', require( '@stdlib/datasets/frb-sf
125125
*/
126126
setReadOnly( datasets, 'HARRISON_BOSTON_HOUSE_PRICES', require( '@stdlib/datasets/harrison-boston-house-prices' ) );
127127

128+
/**
129+
* @private
130+
* @name HARRISON_BOSTON_HOUSE_PRICES_CORRECTED
131+
* @memberof datasets
132+
* @readonly
133+
* @constant
134+
* @type {Function}
135+
* @see {@link module:@stdlib/datasets/harrison-boston-house-prices-corrected}
136+
*/
137+
setReadOnly( datasets, 'HARRISON_BOSTON_HOUSE_PRICES_CORRECTED', require( '@stdlib/datasets/harrison-boston-house-prices-corrected' ) );
138+
128139
/**
129140
* @private
130141
* @name HERNDON_VENUS_SEMIDIAMETERS

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
"FEMALE_FIRST_NAMES_EN": "female-first-names-en",
88
"FRB_SF_WAGE_RIGIDITY": "frb-sf-wage-rigidity",
99
"HARRISON_BOSTON_HOUSE_PRICES": "harrison-boston-house-prices",
10+
"HARRISON_BOSTON_HOUSE_PRICES_CORRECTED": "harrison-boston-house-prices-corrected",
1011
"HERNDON_VENUS_SEMIDIAMETER_RESIDUALS": "herndon-venus-semidiameter-residuals",
1112
"IMG_ACANTHUS_MOLLIS": "img-acanthus-mollis",
1213
"IMG_AIRPLANE_FROM_ABOVE": "img-airplane-from-above",

0 commit comments

Comments
 (0)