📁 File Manager Pro
v10.0.3 | PHP: 8.1.34
Server: Apache
2026-06-22 09:06:31
📂
/ (Root)
/
opt
/
alt
/
alt-nodejs20
/
root
/
usr
/
lib
/
node_modules
/
npm
/
node_modules.bundled
/
semver
/
functions
📍 /opt/alt/alt-nodejs20/root/usr/lib/node_modules/npm/node_modules.bundled/semver/functions
🔄 Refresh
✏️
Editing: inc.js
Read Only
const SemVer = require('../classes/semver') const inc = (version, release, options, identifier, identifierBase) => { if (typeof (options) === 'string') { identifierBase = identifier identifier = options options = undefined } try { return new SemVer( version instanceof SemVer ? version.version : version, options ).inc(release, identifier, identifierBase).version } catch (er) { return null } } module.exports = inc
💾 Save Changes
❌ Cancel