Update the integrity object on the manifest file
ES6+
// Assuming you have previously created an integrity object
// Persist it on the manifest file
await Integrity.updateManifestIntegrity(intObj)
console.log('Integrity hash created -> Manifest updated')
TypeScript
// Assuming you have previously created an integrity object
// Persist it on the manifest file
await Integrity.updateManifestIntegrity(intObj);
console.log('Integrity hash created -> Manifest updated');