UNPKG

bit-bin

Version:

<a href="https://opensource.org/licenses/Apache-2.0"><img alt="apache" src="https://img.shields.io/badge/License-Apache%202.0-blue.svg"></a> <a href="https://github.com/teambit/bit/blob/master/CONTRIBUTING.md"><img alt="prs" src="https://img.shields.io/b

28 lines (22 loc) 579 B
"use strict"; var _interopRequireWildcard = require("@babel/runtime/helpers/interopRequireWildcard"); Object.defineProperty(exports, "__esModule", { value: true }); exports.default = void 0; function bitMapMigrations() { const data = _interopRequireWildcard(require("./bit-map")); bitMapMigrations = function () { return data; }; return data; } /** * A file to define the list of migration needs to be run for each version */ var _default = { '0.11.1': { bitmap: [bitMapMigrations().changeVersionToSemVerDeclartaion] } }; exports.default = _default;