@prooflane/inspector-beta 0.1.0-beta.7 → 0.1.0-beta.8

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/cli.mjs CHANGED
@@ -6961,7 +6961,7 @@ function discoverLegacyLocalSuites(input = {}) {
6961
6961
  return { suites: suites2, issues };
6962
6962
  }
6963
6963
  function migrationManifestHash(manifest) {
6964
- const { policyRef: _policyRef, ...content } = manifest;
6964
+ const { policyRef: _policyRef, targetFingerprint: _targetFingerprint, requiredCapabilities: _requiredCapabilities, ...content } = manifest;
6965
6965
  return hashGovernedSuiteManifest(content);
6966
6966
  }
6967
6967
  function planLegacyLocalSuiteMigration(local, cloud) {