@opentripplanner/core-utils
Advanced tools
Comparing version 0.0.8 to 0.0.9
@@ -7,3 +7,3 @@ "use strict"; | ||
exports.createChainableTypeChecker = createChainableTypeChecker; | ||
exports.latlngType = exports.transitIndexStopWithRoutes = exports.timeOptionsType = exports.itineraryType = exports.fareType = exports.legType = exports.stepsType = exports.configType = exports.languageConfigType = exports.transitOperatorType = void 0; | ||
exports.latlngType = exports.transitIndexStopWithRoutes = exports.timeOptionsType = exports.itineraryType = exports.fareType = exports.legType = exports.stepsType = exports.encodedPolylineType = exports.configType = exports.languageConfigType = exports.transitOperatorType = void 0; | ||
@@ -72,2 +72,4 @@ var _propTypes = _interopRequireDefault(require("prop-types")); | ||
exports.encodedPolylineType = encodedPolylineType; | ||
const elevationData = _propTypes.default.arrayOf(_propTypes.default.shape({ | ||
@@ -74,0 +76,0 @@ first: _propTypes.default.number.isRequired, |
{ | ||
"name": "@opentripplanner/core-utils", | ||
"version": "0.0.8", | ||
"version": "0.0.9", | ||
"description": "Core functionality that is shared among numerous UI components", | ||
@@ -19,3 +19,3 @@ "main": "lib/index.js", | ||
}, | ||
"gitHead": "c5651883ccc2dc20140918ee63fc881c84b43d9e" | ||
"gitHead": "50c63a274fae91f726276fe7a93b898d17791a1e" | ||
} |
@@ -48,3 +48,3 @@ import PropTypes from "prop-types"; | ||
const encodedPolylineType = PropTypes.shape({ | ||
export const encodedPolylineType = PropTypes.shape({ | ||
length: PropTypes.number.isRequired, | ||
@@ -51,0 +51,0 @@ points: PropTypes.string.isRequired |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
139608
4124