Skip to content

qubership-apihub-api-processor 4.1.3-bugfix-calculate-operations-with-empty-servers.20250926040216

Install from the command line:
Learn more about npm packages
$ npm install @netcracker/qubership-apihub-api-processor@4.1.3-bugfix-calculate-operations-with-empty-servers.20250926040216
Install via package.json:
"@netcracker/qubership-apihub-api-processor": "4.1.3-bugfix-calculate-operations-with-empty-servers.20250926040216"

About this version

qubership-apihub-api-processor

Basic usage

import { PackageVersionBuilder } from '@netcracker/qubership-apihub-api-processor'

const builder = new PackageVersionBuilder(config, {
  resolvers: {
    fileResolver: this.fileResolver.bind(this),
    ...versionResolvers,
  },
})

const buildResult = await builder.run()