persona-community-5/.pnpm-store/v3/files/6c/491ee879d0932ecd87ea8aba824998df364c322bf4b013635beff21ea1e0eb17896aa1ee7f222a107f7ee7306f3d5d9128eb9cd1b0db58ba7f820d20faf041
rdev-worker a1d0d1bf1c
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
build: /implement-feature community-ui --requirements 'Build the React commu...
2026-02-24 08:22:30 +00:00

6 lines
263 B
Plaintext

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.ARAZZO_VERSIONS_SUPPORTED_BY_RESPECT = exports.VERSION_PATTERN = void 0;
exports.VERSION_PATTERN = /^1\.0\.\d+(-.+)?$/;
exports.ARAZZO_VERSIONS_SUPPORTED_BY_RESPECT = ['1.0.1'];