@teambit/legacy-bit-id
Advanced tools
Comparing version 1.1.0 to 1.1.1
import BitId, { BitIdProps, VERSION_DELIMITER, BitIdStr } from './bit-id'; | ||
import BitIds from './bit-ids'; | ||
import { InvalidName, InvalidScopeName, InvalidScopeNameFromRemote } from './exceptions'; | ||
import isValidScopeName from './utils/is-valid-scope-name'; | ||
import isValidIdChunk from './utils/is-valid-id-chunk'; | ||
export { BitId, BitIdProps, BitIdStr, VERSION_DELIMITER, isValidScopeName, isValidIdChunk, InvalidName, InvalidScopeName, InvalidScopeNameFromRemote, }; | ||
export { BitId, BitIds, BitIdProps, BitIdStr, VERSION_DELIMITER, isValidScopeName, isValidIdChunk, InvalidName, InvalidScopeName, InvalidScopeNameFromRemote, }; |
@@ -29,6 +29,8 @@ "use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.InvalidScopeNameFromRemote = exports.InvalidScopeName = exports.InvalidName = exports.isValidIdChunk = exports.isValidScopeName = exports.VERSION_DELIMITER = exports.BitId = void 0; | ||
exports.InvalidScopeNameFromRemote = exports.InvalidScopeName = exports.InvalidName = exports.isValidIdChunk = exports.isValidScopeName = exports.VERSION_DELIMITER = exports.BitIds = exports.BitId = void 0; | ||
const bit_id_1 = __importStar(require("./bit-id")); | ||
exports.BitId = bit_id_1.default; | ||
Object.defineProperty(exports, "VERSION_DELIMITER", { enumerable: true, get: function () { return bit_id_1.VERSION_DELIMITER; } }); | ||
const bit_ids_1 = __importDefault(require("./bit-ids")); | ||
exports.BitIds = bit_ids_1.default; | ||
const exceptions_1 = require("./exceptions"); | ||
@@ -35,0 +37,0 @@ Object.defineProperty(exports, "InvalidName", { enumerable: true, get: function () { return exceptions_1.InvalidName; } }); |
import BitId, { BitIdProps, VERSION_DELIMITER, BitIdStr } from './bit-id'; | ||
import BitIds from './bit-ids'; | ||
import { InvalidName, InvalidScopeName, InvalidScopeNameFromRemote } from './exceptions'; | ||
@@ -8,2 +9,3 @@ import isValidScopeName from './utils/is-valid-scope-name'; | ||
BitId, | ||
BitIds, | ||
BitIdProps, | ||
@@ -10,0 +12,0 @@ BitIdStr, |
{ | ||
"name": "@teambit/legacy-bit-id", | ||
"version": "1.1.0", | ||
"version": "1.1.1", | ||
"homepage": "https://bit.cloud/teambit/component/legacy-bit-id", | ||
@@ -9,3 +9,3 @@ "main": "dist/index.js", | ||
"name": "legacy-bit-id", | ||
"version": "1.1.0" | ||
"version": "1.1.1" | ||
}, | ||
@@ -12,0 +12,0 @@ "dependencies": { |
Sorry, the diff of this file is not supported yet
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
128958
62
2084
0