Source: built/version.js

'useStrict';

// Ruler and Compass - version and build
/**
* Container of the version data for the package.
* @namespace version
*/
module.exports = {

  /**
  * Version of the package. Exposed through
  * [`Rac.version`]{@link Rac.version}.
  * @constant {String} version
  * @memberof version#
  */
  version: '1.2.1',

  /**
  * Build of the package. Exposed through
  * [`Rac.build`]{@link Rac.build}.
  * @constant {String} build
  * @memberof version#
  */
  build: '1160-47702d3',

  /**
  * Date of build of the package. Exposed through
  * [`Rac.dated`]{@link Rac.dated}.
  * @constant {String} dated
  * @memberof version#
  */
  dated: '2022-10-27T21:44:08.026Z'
};