'useStrict';
// Ruler and Compass - version and build
/**
* Container of the versioning data for the package.
* @namespace versioning
*/
module.exports = {
/**
* Version of the package. Exposed through
* [`Rac.version`]{@link Rac.version}.
* @constant {String} version
* @memberof versioning#
*/
version: '1.3.0',
/**
* Build of the package. Exposed through
* [`Rac.build`]{@link Rac.build}.
* @constant {String} build
* @memberof versioning#
*/
build: '1375-a1012dd',
/**
* Date of build of the package. Exposed through
* [`Rac.dated`]{@link Rac.dated}.
* @constant {String} dated
* @memberof versioning#
*/
dated: '2023-10-18T20:11:17.183Z'
};