create-op-node 0.10.16 → 0.10.17

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.js CHANGED
@@ -3357,7 +3357,7 @@ function reportResetOutcome(args) {
3357
3357
 
3358
3358
  // src/lib/cosign.ts
3359
3359
  var COSIGN_OIDC_ISSUER = "https://token.actions.githubusercontent.com";
3360
- var DEFAULT_IDENTITY_REGEXP = "^https://github\\.com/OpusPopuli/opuspopuli/\\.github/workflows/.*$";
3360
+ var DEFAULT_IDENTITY_REGEXP = "^https://github\\.com/OpusPopuli/opuspopuli/\\.github/workflows/release\\.yml@refs/heads/.*$";
3361
3361
  async function cosignVerifyImage(input) {
3362
3362
  const idRegex = input.certificateIdentityRegexp ?? DEFAULT_IDENTITY_REGEXP;
3363
3363
  const issuer = input.certificateOidcIssuer ?? COSIGN_OIDC_ISSUER;
@@ -4886,7 +4886,7 @@ async function looksLikeRegionsRepo(dir) {
4886
4886
  }
4887
4887
 
4888
4888
  // src/cli.ts
4889
- var VERSION = "0.10.16";
4889
+ var VERSION = "0.10.17";
4890
4890
  var program = new Command();
4891
4891
  program.name("create-op-node").description(
4892
4892
  "Interactive bootstrap for an Opus Populi federation node.\nCloudflare infrastructure \u2192 Mac Studio \u2192 live public API."