Skip to content

Commit 6f88504

Browse files
committed
Update namespace
1 parent ca0926a commit 6f88504

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
@@ -114,6 +114,17 @@ setReadOnly( datasets, 'FEMALE_FIRST_NAMES_EN', require( '@stdlib/datasets/femal
114114
*/
115115
setReadOnly( datasets, 'FRB_SF_WAGE_RIGIDITY', require( '@stdlib/datasets/frb-sf-wage-rigidity' ) );
116116

117+
/**
118+
* @private
119+
* @name HERNDON_VENUS_SEMIDIAMETER_RESIDUALS
120+
* @memberof datasets
121+
* @readonly
122+
* @constant
123+
* @type {Function}
124+
* @see {@link module:@stdlib/datasets/herndon-venus-semidiameter-residuals}
125+
*/
126+
setReadOnly( datasets, 'HERNDON_VENUS_SEMIDIAMETER_RESIDUALS', require( '@stdlib/datasets/herndon-venus-semidiameter-residuals' ) );
127+
117128
/**
118129
* @private
119130
* @name IMG_ACANTHUS_MOLLIS

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
"DALE_CHALL_NEW": "dale-chall-new",
77
"FEMALE_FIRST_NAMES_EN": "female-first-names-en",
88
"FRB_SF_WAGE_RIGIDITY": "frb-sf-wage-rigidity",
9+
"HERNDON_VENUS_SEMIDIAMETER_RESIDUALS": "herndon-venus-semidiameter-residuals",
910
"IMG_ACANTHUS_MOLLIS": "img-acanthus-mollis",
1011
"IMG_AIRPLANE_FROM_ABOVE": "img-airplane-from-above",
1112
"IMG_ALLIUM_OREOPHILUM": "img-allium-oreophilum",

0 commit comments

Comments
 (0)