@lunora/config 1.0.0-alpha.55 → 1.0.0-alpha.57

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/index.mjs CHANGED
@@ -9,12 +9,12 @@ export { inferLunoraBindings, packageNamesFromBindings } from './packem_shared/i
9
9
  export { LINKED_PROJECT_DIR, LINKED_PROJECT_FILE, readLinkedProject, writeLinkedProject } from './packem_shared/LINKED_PROJECT_DIR-CXwXzV_C.mjs';
10
10
  export { LUNORA_EVENT_SOURCE, formatLunoraEvent } from './packem_shared/LUNORA_EVENT_SOURCE-D2fDeGB6.mjs';
11
11
  export { default as LunoraReporter } from './packem_shared/LunoraReporter-Ci-bDCK9.mjs';
12
- export { PACKAGE_SECRETS_REGISTRY, secretsForPackages } from './packem_shared/PACKAGE_SECRETS_REGISTRY-B8t_SdoZ.mjs';
12
+ export { PACKAGE_SECRETS_REGISTRY, secretsForPackages } from './packem_shared/PACKAGE_SECRETS_REGISTRY-BeRSvrl5.mjs';
13
13
  export { LUNORA_CONFIG_FILE, interpretRemote, readProjectRemotePreference } from './packem_shared/LUNORA_CONFIG_FILE-CtcIcB5-.mjs';
14
14
  export { createConfirm, isInteractive, promptMultiSelect, promptSelect, promptYesNo } from './packem_shared/createConfirm-fvpdgJ9s.mjs';
15
15
  export { reconcileWranglerBindings } from './packem_shared/reconcileWranglerBindings-Cruwwx1M.mjs';
16
16
  export { REMOTE_ELIGIBLE_KEYS, injectRemoteFlags, isRemoteEnvEnabled, materializeRemoteWranglerConfig, planRemoteBindings, resolveRemoteEnabled } from './packem_shared/REMOTE_ELIGIBLE_KEYS-BC7_e9Bz.mjs';
17
- export { buildPackageSecretsBlock, ensureDevVariables, ensureDevVarsExample, fillDevSecrets, generateSecretValue, isMintableSecretKey, isPlaceholderValue, planDevSecretsFill, planDevVariablesAugment, planDevVariablesScaffold, requiredSecrets } from './packem_shared/buildPackageSecretsBlock-B8iSX1Zo.mjs';
17
+ export { buildPackageSecretsBlock, ensureDevVariables, ensureDevVarsExample, fillDevSecrets, generateSecretValue, isMintableSecretKey, isPlaceholderValue, planDevSecretsFill, planDevVariablesAugment, planDevVariablesScaffold, requiredSecrets } from './packem_shared/buildPackageSecretsBlock-BDXX0mKG.mjs';
18
18
  export { applyAdditiveEdit, classifyEdit } from './packem_shared/applyAdditiveEdit-C-snTFEV.mjs';
19
19
  export { parseSchema } from './packem_shared/parseSchema-DSeyktvG.mjs';
20
20
  export { classifyPolicyEdit, scaffoldPolicyFile, wireRlsIntoProcedure } from './packem_shared/classifyPolicyEdit-BHeAqF8P.mjs';
@@ -22,5 +22,5 @@ export { discoverSchemaInfo } from './packem_shared/discoverSchemaInfo-BB-CKlTK.
22
22
  export { ACCENT, BADGES, BADGE_COLUMN_WIDTH, LUNA_ART, LUNA_BUNNY, LUNA_NAME, LUNA_SIGNOFF, STEP_BADGE_NAMES, badgeLead, badgeWidth, padBadge, paintAnswer, paintBadge } from './packem_shared/ACCENT-DW1XJn8i.mjs';
23
23
  export { discoverWorkflowInfo } from './packem_shared/discoverWorkflowInfo-CedvR0mn.mjs';
24
24
  export { WRANGLER_FILES, findWranglerFile, readWranglerJsonc } from './packem_shared/WRANGLER_FILES-DwSuC-Kn.mjs';
25
- export { collectWranglerSecretVariables, scanWranglerVariablesForSecrets } from './packem_shared/collectWranglerSecretVariables-CoSGg_7B.mjs';
25
+ export { collectWranglerSecretVariables, scanWranglerVariablesForSecrets } from './packem_shared/collectWranglerSecretVariables-Red5H-4V.mjs';
26
26
  export { REQUIRED_COMPATIBILITY_DATE, REQUIRED_FLAG, validateWrangler, validateWranglerConfig, validateWranglerProject, withTailConsumer } from './packem_shared/REQUIRED_COMPATIBILITY_DATE-2YYyWJUq.mjs';
@@ -53,6 +53,42 @@ const PACKAGE_SECRETS_REGISTRY = {
53
53
  docsUrl: "https://lunora.sh/docs/packages/payment#polar",
54
54
  key: "POLAR_WEBHOOK_SECRET",
55
55
  placeholderValue: "<your-polar-webhook-secret>"
56
+ },
57
+ {
58
+ description: "Autumn secret key (am_sk_…) for the Autumn payment adapter. Obtain at https://app.useautumn.com/dev",
59
+ docsUrl: "https://lunora.sh/docs/packages/payment#autumn",
60
+ key: "AUTUMN_SECRET_KEY",
61
+ placeholderValue: "<your-autumn-secret-key>"
62
+ },
63
+ {
64
+ description: "Autumn webhook signing secret for verifying Standard Webhooks event payloads. Obtain from your Autumn dashboard webhook settings.",
65
+ docsUrl: "https://lunora.sh/docs/packages/payment#autumn",
66
+ key: "AUTUMN_WEBHOOK_SECRET",
67
+ placeholderValue: "<your-autumn-webhook-secret>"
68
+ },
69
+ {
70
+ description: "Dodo Payments API key (bearer token) for the Dodo Payments adapter. Obtain at https://app.dodopayments.com/developer/api-keys",
71
+ docsUrl: "https://lunora.sh/docs/packages/payment#dodo-payments",
72
+ key: "DODO_PAYMENTS_API_KEY",
73
+ placeholderValue: "<your-dodo-payments-api-key>"
74
+ },
75
+ {
76
+ description: "Dodo Payments webhook signing secret (whsec_…) for verifying event payloads. Obtain at https://app.dodopayments.com/developer/webhooks",
77
+ docsUrl: "https://lunora.sh/docs/packages/payment#dodo-payments",
78
+ key: "DODO_PAYMENTS_WEBHOOK_KEY",
79
+ placeholderValue: "<your-dodo-payments-webhook-secret>"
80
+ },
81
+ {
82
+ description: "Creem API key for the Creem payment adapter. Obtain at https://www.creem.io/dashboard/developers",
83
+ docsUrl: "https://lunora.sh/docs/packages/payment#creem",
84
+ key: "CREEM_API_KEY",
85
+ placeholderValue: "<your-creem-api-key>"
86
+ },
87
+ {
88
+ description: "Creem webhook signing secret for verifying the creem-signature header. Obtain from your Creem dashboard webhook settings.",
89
+ docsUrl: "https://lunora.sh/docs/packages/payment#creem",
90
+ key: "CREEM_WEBHOOK_SECRET",
91
+ placeholderValue: "<your-creem-webhook-secret>"
56
92
  }
57
93
  ]
58
94
  };
@@ -3,7 +3,7 @@ import { existsSync, readFileSync, writeFileSync, renameSync, rmSync, statSync }
3
3
  import { join } from 'node:path';
4
4
  import { LunoraError } from '@lunora/errors';
5
5
  import { DEV_VARS_FILE, DEV_VARS_EXAMPLE_FILE, splitDevVariableLine, parseDevVariableEntries, DEV_VARS_NEWLINE, unquoteDevVariable } from './DEV_VARS_EXAMPLE_FILE-dJPNTEnK.mjs';
6
- import { CORE_SECRETS, PACKAGE_SECRETS_REGISTRY, secretsForPackages } from './PACKAGE_SECRETS_REGISTRY-B8t_SdoZ.mjs';
6
+ import { CORE_SECRETS, PACKAGE_SECRETS_REGISTRY, secretsForPackages } from './PACKAGE_SECRETS_REGISTRY-BeRSvrl5.mjs';
7
7
 
8
8
  const requiredSecrets = (packageNames) => [...CORE_SECRETS, ...secretsForPackages(packageNames)];
9
9
  const SECRET_BYTES = 32;
@@ -1,6 +1,6 @@
1
1
  import { relative } from 'node:path';
2
2
  import { secretKindOf, redact } from '@lunora/codegen';
3
- import { isPlaceholderValue } from './buildPackageSecretsBlock-B8iSX1Zo.mjs';
3
+ import { isPlaceholderValue } from './buildPackageSecretsBlock-BDXX0mKG.mjs';
4
4
  import { findWranglerFile, readWranglerJsonc } from './WRANGLER_FILES-DwSuC-Kn.mjs';
5
5
 
6
6
  const MIN_SECRET_NAMED_VALUE_LENGTH = 8;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lunora/config",
3
- "version": "1.0.0-alpha.55",
3
+ "version": "1.0.0-alpha.57",
4
4
  "description": "Internal shared CLI + Vite config layer for Lunora: wrangler.jsonc validation, binding inference, and .dev.vars scaffolding",
5
5
  "keywords": [
6
6
  "bindings",
@@ -50,10 +50,10 @@
50
50
  "access": "public"
51
51
  },
52
52
  "dependencies": {
53
- "@lunora/codegen": "1.0.0-alpha.33",
54
- "@lunora/container": "1.0.0-alpha.6",
55
- "@lunora/errors": "1.0.0-alpha.1",
56
- "@lunora/seed": "1.0.0-alpha.16",
53
+ "@lunora/codegen": "1.0.0-alpha.35",
54
+ "@lunora/container": "1.0.0-alpha.7",
55
+ "@lunora/errors": "1.0.0-alpha.2",
56
+ "@lunora/seed": "1.0.0-alpha.17",
57
57
  "@visulima/colorize": "2.0.0-alpha.14",
58
58
  "@visulima/find-ai-runner": "1.0.0-alpha.9",
59
59
  "dockerode": "^5.0.1",
@@ -62,7 +62,7 @@
62
62
  "ts-morph": "^28.0.0"
63
63
  },
64
64
  "peerDependencies": {
65
- "@lunora/studio": "1.0.0-alpha.40"
65
+ "@lunora/studio": "1.0.0-alpha.42"
66
66
  },
67
67
  "peerDependenciesMeta": {
68
68
  "@lunora/studio": {