MCPcopy Create free account
hub / github.com/parse-community/parse-server / versionComponents

Method versionComponents

ci/CiVersionCheck.js:87–93  ·  view source on GitHub ↗

* The definition of version components.

()

Source from the content-addressed store, hash-verified

85 * The definition of version components.
86 */
87 static get versionComponents() {
88 return Object.freeze({
89 major: 'major',
90 minor: 'minor',
91 patch: 'patch',
92 });
93 }
94
95 /**
96 * Returns the test environments as specified in the YAML file.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected