persona-community-5/.pnpm-store/v3/files/83/43ca3d473dd1f58cca6b278434b3020f6d73f09e15920124d69838907140b0a4d55aa6a7bdbf476f46aec04b0bd9489200c65fc632d71c6b35978d82495cea
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
136 B
Plaintext

'use strict'
const SemVer = require('../classes/semver')
const patch = (a, loose) => new SemVer(a, loose).patch
module.exports = patch