@hadss/hmrouter-plugin
Version:
HMRouter Compiler Plugin
12 lines (11 loc) • 464 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
class VersionConstants {
}
exports.default = VersionConstants;
VersionConstants.HMROUTER_ORGANIZATION = '@hadss';
VersionConstants.HMROUTER_LIB_NAME = 'hmrouter';
VersionConstants.HMROUTER_VERSION_KEY = 'version';
VersionConstants.HMROUTER_VERSION_V1 = '1.0.0';
VersionConstants.HMROUTER_MIN_VERSION_FOR_NAV_HELPER = '1.1.0';
VersionConstants.HMROUTER_MIN_VERSION_FOR_SDK_API = '1.2.0';