@kitsy/cnos 1.11.0 → 1.11.1

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.
Files changed (39) hide show
  1. package/dist/build/index.cjs +1 -1
  2. package/dist/build/index.d.cts +1 -1
  3. package/dist/build/index.d.ts +1 -1
  4. package/dist/build/index.js +2 -2
  5. package/dist/{chunk-NFGPS7VJ.js → chunk-V3USPV5U.js} +4 -4
  6. package/dist/{chunk-XGK6DXQL.js → chunk-X4PBPUKL.js} +1 -1
  7. package/dist/configure/index.cjs +1 -1
  8. package/dist/configure/index.d.cts +3 -3
  9. package/dist/configure/index.d.ts +3 -3
  10. package/dist/configure/index.js +2 -2
  11. package/dist/{core-BW8SLnRx.d.cts → core-CGJObpyy.d.cts} +7 -1
  12. package/dist/{core-BW8SLnRx.d.ts → core-CGJObpyy.d.ts} +7 -1
  13. package/dist/{envNaming-1rk7BR0e.d.cts → envNaming-DIaBgT6E.d.cts} +1 -1
  14. package/dist/{envNaming-CjL28IeH.d.ts → envNaming-_WD9sLZI.d.ts} +1 -1
  15. package/dist/index.cjs +1 -1
  16. package/dist/index.d.cts +1 -1
  17. package/dist/index.d.ts +1 -1
  18. package/dist/index.js +3 -3
  19. package/dist/internal.d.cts +2 -2
  20. package/dist/internal.d.ts +2 -2
  21. package/dist/plugin/basic-schema.d.cts +1 -1
  22. package/dist/plugin/basic-schema.d.ts +1 -1
  23. package/dist/plugin/cli-args.d.cts +1 -1
  24. package/dist/plugin/cli-args.d.ts +1 -1
  25. package/dist/plugin/dotenv.d.cts +2 -2
  26. package/dist/plugin/dotenv.d.ts +2 -2
  27. package/dist/plugin/env-export.d.cts +2 -2
  28. package/dist/plugin/env-export.d.ts +2 -2
  29. package/dist/plugin/filesystem.d.cts +1 -1
  30. package/dist/plugin/filesystem.d.ts +1 -1
  31. package/dist/plugin/process-env.d.cts +2 -2
  32. package/dist/plugin/process-env.d.ts +2 -2
  33. package/dist/runtime/index.cjs +1 -1
  34. package/dist/runtime/index.d.cts +1 -1
  35. package/dist/runtime/index.d.ts +1 -1
  36. package/dist/runtime/index.js +3 -3
  37. package/dist/{toPublicEnv-CZzpvhGg.d.cts → toPublicEnv-C3A8aLjo.d.cts} +1 -1
  38. package/dist/{toPublicEnv-CmydGcxg.d.ts → toPublicEnv-DLNNcEso.d.ts} +1 -1
  39. package/package.json +1 -1
@@ -4136,7 +4136,7 @@ function envVarToLogicalKey(envVar, config = {}) {
4136
4136
  // package.json
4137
4137
  var package_default = {
4138
4138
  name: "@kitsy/cnos",
4139
- version: "1.11.0",
4139
+ version: "1.11.1",
4140
4140
  description: "Batteries-included CNOS runtime package wired with the official plugins.",
4141
4141
  type: "module",
4142
4142
  main: "./dist/index.cjs",
@@ -1,4 +1,4 @@
1
- import { C as CnosCreateOptions, S as ServerProjection } from '../core-BW8SLnRx.cjs';
1
+ import { C as CnosCreateOptions, S as ServerProjection } from '../core-CGJObpyy.cjs';
2
2
 
3
3
  type BrowserDataMap = Record<string, unknown>;
4
4
  type FrameworkEnvTarget = 'generic' | 'vite' | 'next' | 'webpack' | (string & {});
@@ -1,4 +1,4 @@
1
- import { C as CnosCreateOptions, S as ServerProjection } from '../core-BW8SLnRx.js';
1
+ import { C as CnosCreateOptions, S as ServerProjection } from '../core-CGJObpyy.js';
2
2
 
3
3
  type BrowserDataMap = Record<string, unknown>;
4
4
  type FrameworkEnvTarget = 'generic' | 'vite' | 'next' | 'webpack' | (string & {});
@@ -1,12 +1,12 @@
1
1
  import {
2
2
  createCnos
3
- } from "../chunk-NFGPS7VJ.js";
3
+ } from "../chunk-V3USPV5U.js";
4
+ import "../chunk-DPC2BV3S.js";
4
5
  import "../chunk-5JGNRADB.js";
5
6
  import "../chunk-NU25VFA2.js";
6
7
  import "../chunk-RNTTPI5S.js";
7
8
  import "../chunk-2DMCB3PK.js";
8
9
  import "../chunk-KJ57PF47.js";
9
- import "../chunk-DPC2BV3S.js";
10
10
  import {
11
11
  CnosManifestError,
12
12
  assertSecretRefVaultProviderCompatible,
@@ -1,3 +1,6 @@
1
+ import {
2
+ createDotenvPlugin
3
+ } from "./chunk-DPC2BV3S.js";
1
4
  import {
2
5
  createEnvExportPlugin,
3
6
  createPublicEnvExportPlugin
@@ -15,9 +18,6 @@ import {
15
18
  import {
16
19
  createCliArgsPlugin
17
20
  } from "./chunk-KJ57PF47.js";
18
- import {
19
- createDotenvPlugin
20
- } from "./chunk-DPC2BV3S.js";
21
21
  import {
22
22
  createCnos,
23
23
  createProvenanceInspector
@@ -68,7 +68,7 @@ function setBootstrappedSecretHydrationRequired(value) {
68
68
  // package.json
69
69
  var package_default = {
70
70
  name: "@kitsy/cnos",
71
- version: "1.11.0",
71
+ version: "1.11.1",
72
72
  description: "Batteries-included CNOS runtime package wired with the official plugins.",
73
73
  type: "module",
74
74
  main: "./dist/index.cjs",
@@ -12,7 +12,7 @@ import {
12
12
  setBootstrappedSecretHydrationRequired,
13
13
  setSingletonReady,
14
14
  setSingletonRuntime
15
- } from "./chunk-NFGPS7VJ.js";
15
+ } from "./chunk-V3USPV5U.js";
16
16
  import {
17
17
  assertSecretRefVaultProviderCompatible,
18
18
  createDefaultRuntimeProviders,
@@ -4180,7 +4180,7 @@ function envVarToLogicalKey(envVar, config = {}) {
4180
4180
  // package.json
4181
4181
  var package_default = {
4182
4182
  name: "@kitsy/cnos",
4183
- version: "1.11.0",
4183
+ version: "1.11.1",
4184
4184
  description: "Batteries-included CNOS runtime package wired with the official plugins.",
4185
4185
  type: "module",
4186
4186
  main: "./dist/index.cjs",
@@ -1,6 +1,6 @@
1
- import { R as ResolvedGraph, D as DumpPlanOptions, d as DumpPlan, e as DumpOptions, f as DumpResult, C as CnosCreateOptions, g as CnosRuntime, h as CnosPlugin } from '../core-BW8SLnRx.cjs';
2
- export { a as ConfigEntry, i as DerivedFormula, j as DerivedValue, k as ExprNode, I as InspectResult, L as LoaderPlugin, b as LogicalKey, M as ManifestFile, N as NormalizedManifest, P as ParsedDerivation, l as RuntimeProvider, T as ToEnvOptions, c as ToPublicEnvOptions } from '../core-BW8SLnRx.cjs';
3
- export { t as toEnv, a as toPublicEnv } from '../toPublicEnv-CZzpvhGg.cjs';
1
+ import { R as ResolvedGraph, D as DumpPlanOptions, d as DumpPlan, e as DumpOptions, f as DumpResult, C as CnosCreateOptions, g as CnosRuntime, h as CnosPlugin } from '../core-CGJObpyy.cjs';
2
+ export { a as ConfigEntry, i as DerivedFormula, j as DerivedValue, k as ExprNode, I as InspectResult, L as LoaderPlugin, b as LogicalKey, M as ManifestFile, N as NormalizedManifest, P as ParsedDerivation, l as RuntimeProvider, T as ToEnvOptions, c as ToPublicEnvOptions } from '../core-CGJObpyy.cjs';
3
+ export { t as toEnv, a as toPublicEnv } from '../toPublicEnv-C3A8aLjo.cjs';
4
4
 
5
5
  declare function planDump(graph: ResolvedGraph, options?: DumpPlanOptions): DumpPlan;
6
6
  declare function writeDump(graph: ResolvedGraph, options: DumpOptions): Promise<DumpResult>;
@@ -1,6 +1,6 @@
1
- import { R as ResolvedGraph, D as DumpPlanOptions, d as DumpPlan, e as DumpOptions, f as DumpResult, C as CnosCreateOptions, g as CnosRuntime, h as CnosPlugin } from '../core-BW8SLnRx.js';
2
- export { a as ConfigEntry, i as DerivedFormula, j as DerivedValue, k as ExprNode, I as InspectResult, L as LoaderPlugin, b as LogicalKey, M as ManifestFile, N as NormalizedManifest, P as ParsedDerivation, l as RuntimeProvider, T as ToEnvOptions, c as ToPublicEnvOptions } from '../core-BW8SLnRx.js';
3
- export { t as toEnv, a as toPublicEnv } from '../toPublicEnv-CmydGcxg.js';
1
+ import { R as ResolvedGraph, D as DumpPlanOptions, d as DumpPlan, e as DumpOptions, f as DumpResult, C as CnosCreateOptions, g as CnosRuntime, h as CnosPlugin } from '../core-CGJObpyy.js';
2
+ export { a as ConfigEntry, i as DerivedFormula, j as DerivedValue, k as ExprNode, I as InspectResult, L as LoaderPlugin, b as LogicalKey, M as ManifestFile, N as NormalizedManifest, P as ParsedDerivation, l as RuntimeProvider, T as ToEnvOptions, c as ToPublicEnvOptions } from '../core-CGJObpyy.js';
3
+ export { t as toEnv, a as toPublicEnv } from '../toPublicEnv-DLNNcEso.js';
4
4
 
5
5
  declare function planDump(graph: ResolvedGraph, options?: DumpPlanOptions): DumpPlan;
6
6
  declare function writeDump(graph: ResolvedGraph, options: DumpOptions): Promise<DumpResult>;
@@ -1,13 +1,13 @@
1
1
  import {
2
2
  createCnos,
3
3
  defaultPlugins
4
- } from "../chunk-NFGPS7VJ.js";
4
+ } from "../chunk-V3USPV5U.js";
5
+ import "../chunk-DPC2BV3S.js";
5
6
  import "../chunk-5JGNRADB.js";
6
7
  import "../chunk-NU25VFA2.js";
7
8
  import "../chunk-RNTTPI5S.js";
8
9
  import "../chunk-2DMCB3PK.js";
9
10
  import "../chunk-KJ57PF47.js";
10
- import "../chunk-DPC2BV3S.js";
11
11
  import {
12
12
  planDump,
13
13
  toEnv,
@@ -331,6 +331,12 @@ interface SecretVaultProviderFactory {
331
331
  readonly provider: string;
332
332
  create(vaultId: string, definition: VaultDefinition, processEnv?: Record<string, string | undefined>): SecretVaultProvider;
333
333
  }
334
+ interface RemoteSecretVaultProvider extends SecretVaultProvider {
335
+ healthCheck(): Promise<{
336
+ ok: boolean;
337
+ message?: string;
338
+ }>;
339
+ }
334
340
 
335
341
  type LogicalKey = string;
336
342
  type NamespaceName = string;
@@ -519,4 +525,4 @@ interface ServerProjection {
519
525
  };
520
526
  }
521
527
 
522
- export type { CnosCreateOptions as C, DumpPlanOptions as D, ExporterPlugin as E, InspectResult as I, LoaderPlugin as L, ManifestFile as M, NormalizedManifest as N, ParsedDerivation as P, ResolvedGraph as R, ServerProjection as S, ToEnvOptions as T, ValidatorPlugin as V, WorkspaceRoot as W, ConfigEntry as a, LogicalKey as b, ToPublicEnvOptions as c, DumpPlan as d, DumpOptions as e, DumpResult as f, CnosRuntime as g, CnosPlugin as h, DerivedFormula as i, DerivedValue as j, ExprNode as k, RuntimeProvider as l, NamespaceName as m, LoadManifestOptions as n, LoadedManifest as o, NamespaceDefinition as p, VaultDefinition as q, VaultAuthConfig as r, SecretVaultProviderFactory as s, SecretVaultProvider as t, ResolvedRoot as u, RootResolution as v, SecretReference as w, ValidationSummary as x, ValidationIssue as y, WorkspaceFile as z };
528
+ export type { RemoteSecretVaultProvider as A, CnosCreateOptions as C, DumpPlanOptions as D, ExporterPlugin as E, InspectResult as I, LoaderPlugin as L, ManifestFile as M, NormalizedManifest as N, ParsedDerivation as P, ResolvedGraph as R, ServerProjection as S, ToEnvOptions as T, ValidatorPlugin as V, WorkspaceRoot as W, ConfigEntry as a, LogicalKey as b, ToPublicEnvOptions as c, DumpPlan as d, DumpOptions as e, DumpResult as f, CnosRuntime as g, CnosPlugin as h, DerivedFormula as i, DerivedValue as j, ExprNode as k, RuntimeProvider as l, NamespaceName as m, LoadManifestOptions as n, LoadedManifest as o, NamespaceDefinition as p, VaultDefinition as q, VaultAuthConfig as r, SecretVaultProviderFactory as s, SecretVaultProvider as t, ResolvedRoot as u, RootResolution as v, SecretReference as w, ValidationSummary as x, ValidationIssue as y, WorkspaceFile as z };
@@ -331,6 +331,12 @@ interface SecretVaultProviderFactory {
331
331
  readonly provider: string;
332
332
  create(vaultId: string, definition: VaultDefinition, processEnv?: Record<string, string | undefined>): SecretVaultProvider;
333
333
  }
334
+ interface RemoteSecretVaultProvider extends SecretVaultProvider {
335
+ healthCheck(): Promise<{
336
+ ok: boolean;
337
+ message?: string;
338
+ }>;
339
+ }
334
340
 
335
341
  type LogicalKey = string;
336
342
  type NamespaceName = string;
@@ -519,4 +525,4 @@ interface ServerProjection {
519
525
  };
520
526
  }
521
527
 
522
- export type { CnosCreateOptions as C, DumpPlanOptions as D, ExporterPlugin as E, InspectResult as I, LoaderPlugin as L, ManifestFile as M, NormalizedManifest as N, ParsedDerivation as P, ResolvedGraph as R, ServerProjection as S, ToEnvOptions as T, ValidatorPlugin as V, WorkspaceRoot as W, ConfigEntry as a, LogicalKey as b, ToPublicEnvOptions as c, DumpPlan as d, DumpOptions as e, DumpResult as f, CnosRuntime as g, CnosPlugin as h, DerivedFormula as i, DerivedValue as j, ExprNode as k, RuntimeProvider as l, NamespaceName as m, LoadManifestOptions as n, LoadedManifest as o, NamespaceDefinition as p, VaultDefinition as q, VaultAuthConfig as r, SecretVaultProviderFactory as s, SecretVaultProvider as t, ResolvedRoot as u, RootResolution as v, SecretReference as w, ValidationSummary as x, ValidationIssue as y, WorkspaceFile as z };
528
+ export type { RemoteSecretVaultProvider as A, CnosCreateOptions as C, DumpPlanOptions as D, ExporterPlugin as E, InspectResult as I, LoaderPlugin as L, ManifestFile as M, NormalizedManifest as N, ParsedDerivation as P, ResolvedGraph as R, ServerProjection as S, ToEnvOptions as T, ValidatorPlugin as V, WorkspaceRoot as W, ConfigEntry as a, LogicalKey as b, ToPublicEnvOptions as c, DumpPlan as d, DumpOptions as e, DumpResult as f, CnosRuntime as g, CnosPlugin as h, DerivedFormula as i, DerivedValue as j, ExprNode as k, RuntimeProvider as l, NamespaceName as m, LoadManifestOptions as n, LoadedManifest as o, NamespaceDefinition as p, VaultDefinition as q, VaultAuthConfig as r, SecretVaultProviderFactory as s, SecretVaultProvider as t, ResolvedRoot as u, RootResolution as v, SecretReference as w, ValidationSummary as x, ValidationIssue as y, WorkspaceFile as z };
@@ -1,4 +1,4 @@
1
- import { N as NormalizedManifest, b as LogicalKey } from './core-BW8SLnRx.cjs';
1
+ import { N as NormalizedManifest, b as LogicalKey } from './core-CGJObpyy.cjs';
2
2
 
3
3
  interface EnvMappingConfig {
4
4
  convention?: NormalizedManifest['envMapping']['convention'];
@@ -1,4 +1,4 @@
1
- import { N as NormalizedManifest, b as LogicalKey } from './core-BW8SLnRx.js';
1
+ import { N as NormalizedManifest, b as LogicalKey } from './core-CGJObpyy.js';
2
2
 
3
3
  interface EnvMappingConfig {
4
4
  convention?: NormalizedManifest['envMapping']['convention'];
package/dist/index.cjs CHANGED
@@ -4138,7 +4138,7 @@ function envVarToLogicalKey(envVar, config = {}) {
4138
4138
  // package.json
4139
4139
  var package_default = {
4140
4140
  name: "@kitsy/cnos",
4141
- version: "1.11.0",
4141
+ version: "1.11.1",
4142
4142
  description: "Batteries-included CNOS runtime package wired with the official plugins.",
4143
4143
  type: "module",
4144
4144
  main: "./dist/index.cjs",
package/dist/index.d.cts CHANGED
@@ -1,2 +1,2 @@
1
1
  export { CnosSingleton, CnosSingletonProjectionOptions, default as cnos, default } from './runtime/index.cjs';
2
- export { h as CnosPlugin, g as CnosRuntime, a as ConfigEntry, i as DerivedFormula, j as DerivedValue, k as ExprNode, I as InspectResult, L as LoaderPlugin, b as LogicalKey, M as ManifestFile, N as NormalizedManifest, P as ParsedDerivation, l as RuntimeProvider } from './core-BW8SLnRx.cjs';
2
+ export { h as CnosPlugin, g as CnosRuntime, a as ConfigEntry, i as DerivedFormula, j as DerivedValue, k as ExprNode, I as InspectResult, L as LoaderPlugin, b as LogicalKey, M as ManifestFile, N as NormalizedManifest, P as ParsedDerivation, A as RemoteSecretVaultProvider, l as RuntimeProvider, t as SecretVaultProvider, s as SecretVaultProviderFactory, r as VaultAuthConfig, q as VaultDefinition } from './core-CGJObpyy.cjs';
package/dist/index.d.ts CHANGED
@@ -1,2 +1,2 @@
1
1
  export { CnosSingleton, CnosSingletonProjectionOptions, default as cnos, default } from './runtime/index.js';
2
- export { h as CnosPlugin, g as CnosRuntime, a as ConfigEntry, i as DerivedFormula, j as DerivedValue, k as ExprNode, I as InspectResult, L as LoaderPlugin, b as LogicalKey, M as ManifestFile, N as NormalizedManifest, P as ParsedDerivation, l as RuntimeProvider } from './core-BW8SLnRx.js';
2
+ export { h as CnosPlugin, g as CnosRuntime, a as ConfigEntry, i as DerivedFormula, j as DerivedValue, k as ExprNode, I as InspectResult, L as LoaderPlugin, b as LogicalKey, M as ManifestFile, N as NormalizedManifest, P as ParsedDerivation, A as RemoteSecretVaultProvider, l as RuntimeProvider, t as SecretVaultProvider, s as SecretVaultProviderFactory, r as VaultAuthConfig, q as VaultDefinition } from './core-CGJObpyy.js';
package/dist/index.js CHANGED
@@ -1,14 +1,14 @@
1
1
  import {
2
2
  runtime_default
3
- } from "./chunk-XGK6DXQL.js";
3
+ } from "./chunk-X4PBPUKL.js";
4
4
  import "./chunk-T3E57MSQ.js";
5
- import "./chunk-NFGPS7VJ.js";
5
+ import "./chunk-V3USPV5U.js";
6
+ import "./chunk-DPC2BV3S.js";
6
7
  import "./chunk-5JGNRADB.js";
7
8
  import "./chunk-NU25VFA2.js";
8
9
  import "./chunk-RNTTPI5S.js";
9
10
  import "./chunk-2DMCB3PK.js";
10
11
  import "./chunk-KJ57PF47.js";
11
- import "./chunk-DPC2BV3S.js";
12
12
  import "./chunk-WPB4HB2K.js";
13
13
  export {
14
14
  runtime_default as cnos,
@@ -1,5 +1,5 @@
1
- import { j as DerivedValue, P as ParsedDerivation, N as NormalizedManifest, n as LoadManifestOptions, o as LoadedManifest, b as LogicalKey, p as NamespaceDefinition, q as VaultDefinition, r as VaultAuthConfig, s as SecretVaultProviderFactory, t as SecretVaultProvider, u as ResolvedRoot, m as NamespaceName, v as RootResolution, w as SecretReference, g as CnosRuntime, x as ValidationSummary, R as ResolvedGraph, S as ServerProjection } from './core-BW8SLnRx.cjs';
2
- export { l as RuntimeProvider, y as ValidationIssue, z as WorkspaceFile } from './core-BW8SLnRx.cjs';
1
+ import { j as DerivedValue, P as ParsedDerivation, N as NormalizedManifest, n as LoadManifestOptions, o as LoadedManifest, b as LogicalKey, p as NamespaceDefinition, q as VaultDefinition, r as VaultAuthConfig, s as SecretVaultProviderFactory, t as SecretVaultProvider, u as ResolvedRoot, m as NamespaceName, v as RootResolution, w as SecretReference, g as CnosRuntime, x as ValidationSummary, R as ResolvedGraph, S as ServerProjection } from './core-CGJObpyy.cjs';
2
+ export { l as RuntimeProvider, y as ValidationIssue, z as WorkspaceFile } from './core-CGJObpyy.cjs';
3
3
 
4
4
  declare class CnosError extends Error {
5
5
  constructor(message: string);
@@ -1,5 +1,5 @@
1
- import { j as DerivedValue, P as ParsedDerivation, N as NormalizedManifest, n as LoadManifestOptions, o as LoadedManifest, b as LogicalKey, p as NamespaceDefinition, q as VaultDefinition, r as VaultAuthConfig, s as SecretVaultProviderFactory, t as SecretVaultProvider, u as ResolvedRoot, m as NamespaceName, v as RootResolution, w as SecretReference, g as CnosRuntime, x as ValidationSummary, R as ResolvedGraph, S as ServerProjection } from './core-BW8SLnRx.js';
2
- export { l as RuntimeProvider, y as ValidationIssue, z as WorkspaceFile } from './core-BW8SLnRx.js';
1
+ import { j as DerivedValue, P as ParsedDerivation, N as NormalizedManifest, n as LoadManifestOptions, o as LoadedManifest, b as LogicalKey, p as NamespaceDefinition, q as VaultDefinition, r as VaultAuthConfig, s as SecretVaultProviderFactory, t as SecretVaultProvider, u as ResolvedRoot, m as NamespaceName, v as RootResolution, w as SecretReference, g as CnosRuntime, x as ValidationSummary, R as ResolvedGraph, S as ServerProjection } from './core-CGJObpyy.js';
2
+ export { l as RuntimeProvider, y as ValidationIssue, z as WorkspaceFile } from './core-CGJObpyy.js';
3
3
 
4
4
  declare class CnosError extends Error {
5
5
  constructor(message: string);
@@ -1,4 +1,4 @@
1
- import { V as ValidatorPlugin } from '../core-BW8SLnRx.cjs';
1
+ import { V as ValidatorPlugin } from '../core-CGJObpyy.cjs';
2
2
 
3
3
  declare function createBasicSchemaPlugin(): ValidatorPlugin;
4
4
 
@@ -1,4 +1,4 @@
1
- import { V as ValidatorPlugin } from '../core-BW8SLnRx.js';
1
+ import { V as ValidatorPlugin } from '../core-CGJObpyy.js';
2
2
 
3
3
  declare function createBasicSchemaPlugin(): ValidatorPlugin;
4
4
 
@@ -1,4 +1,4 @@
1
- import { a as ConfigEntry, L as LoaderPlugin } from '../core-BW8SLnRx.cjs';
1
+ import { a as ConfigEntry, L as LoaderPlugin } from '../core-CGJObpyy.cjs';
2
2
 
3
3
  interface ParsedCliArg {
4
4
  key: string;
@@ -1,4 +1,4 @@
1
- import { a as ConfigEntry, L as LoaderPlugin } from '../core-BW8SLnRx.js';
1
+ import { a as ConfigEntry, L as LoaderPlugin } from '../core-CGJObpyy.js';
2
2
 
3
3
  interface ParsedCliArg {
4
4
  key: string;
@@ -1,5 +1,5 @@
1
- import { L as LoaderPlugin, a as ConfigEntry } from '../core-BW8SLnRx.cjs';
2
- import { E as EnvMappingConfig } from '../envNaming-1rk7BR0e.cjs';
1
+ import { L as LoaderPlugin, a as ConfigEntry } from '../core-CGJObpyy.cjs';
2
+ import { E as EnvMappingConfig } from '../envNaming-DIaBgT6E.cjs';
3
3
 
4
4
  declare function parseDotenv(document: string): Record<string, string>;
5
5
  declare function dotenvEntriesFromObject(values: Record<string, string>, mapping?: EnvMappingConfig, originFile?: string, workspaceId?: string): ConfigEntry[];
@@ -1,5 +1,5 @@
1
- import { L as LoaderPlugin, a as ConfigEntry } from '../core-BW8SLnRx.js';
2
- import { E as EnvMappingConfig } from '../envNaming-CjL28IeH.js';
1
+ import { L as LoaderPlugin, a as ConfigEntry } from '../core-CGJObpyy.js';
2
+ import { E as EnvMappingConfig } from '../envNaming-_WD9sLZI.js';
3
3
 
4
4
  declare function parseDotenv(document: string): Record<string, string>;
5
5
  declare function dotenvEntriesFromObject(values: Record<string, string>, mapping?: EnvMappingConfig, originFile?: string, workspaceId?: string): ConfigEntry[];
@@ -1,5 +1,5 @@
1
- import { E as ExporterPlugin } from '../core-BW8SLnRx.cjs';
2
- export { t as toEnv, a as toPublicEnv } from '../toPublicEnv-CZzpvhGg.cjs';
1
+ import { E as ExporterPlugin } from '../core-CGJObpyy.cjs';
2
+ export { t as toEnv, a as toPublicEnv } from '../toPublicEnv-C3A8aLjo.cjs';
3
3
 
4
4
  declare function createEnvExportPlugin(): ExporterPlugin;
5
5
  declare function createPublicEnvExportPlugin(): ExporterPlugin;
@@ -1,5 +1,5 @@
1
- import { E as ExporterPlugin } from '../core-BW8SLnRx.js';
2
- export { t as toEnv, a as toPublicEnv } from '../toPublicEnv-CmydGcxg.js';
1
+ import { E as ExporterPlugin } from '../core-CGJObpyy.js';
2
+ export { t as toEnv, a as toPublicEnv } from '../toPublicEnv-DLNNcEso.js';
3
3
 
4
4
  declare function createEnvExportPlugin(): ExporterPlugin;
5
5
  declare function createPublicEnvExportPlugin(): ExporterPlugin;
@@ -1,4 +1,4 @@
1
- import { L as LoaderPlugin, a as ConfigEntry, W as WorkspaceRoot, m as NamespaceName } from '../core-BW8SLnRx.cjs';
1
+ import { L as LoaderPlugin, a as ConfigEntry, W as WorkspaceRoot, m as NamespaceName } from '../core-CGJObpyy.cjs';
2
2
 
3
3
  declare function filesystemSecretsReader(filePath: string, document: string, workspaceId?: string): ConfigEntry[];
4
4
  declare function createFilesystemSecretsPlugin(): LoaderPlugin;
@@ -1,4 +1,4 @@
1
- import { L as LoaderPlugin, a as ConfigEntry, W as WorkspaceRoot, m as NamespaceName } from '../core-BW8SLnRx.js';
1
+ import { L as LoaderPlugin, a as ConfigEntry, W as WorkspaceRoot, m as NamespaceName } from '../core-CGJObpyy.js';
2
2
 
3
3
  declare function filesystemSecretsReader(filePath: string, document: string, workspaceId?: string): ConfigEntry[];
4
4
  declare function createFilesystemSecretsPlugin(): LoaderPlugin;
@@ -1,5 +1,5 @@
1
- import { L as LoaderPlugin, a as ConfigEntry } from '../core-BW8SLnRx.cjs';
2
- import { E as EnvMappingConfig } from '../envNaming-1rk7BR0e.cjs';
1
+ import { L as LoaderPlugin, a as ConfigEntry } from '../core-CGJObpyy.cjs';
2
+ import { E as EnvMappingConfig } from '../envNaming-DIaBgT6E.cjs';
3
3
 
4
4
  declare function processEnvEntriesFromObject(env: Record<string, string | undefined>, mapping?: EnvMappingConfig, workspaceId?: string): ConfigEntry[];
5
5
  declare function processNamespaceEntriesFromContext(env: Record<string, string | undefined>, workspaceId?: string): ConfigEntry[];
@@ -1,5 +1,5 @@
1
- import { L as LoaderPlugin, a as ConfigEntry } from '../core-BW8SLnRx.js';
2
- import { E as EnvMappingConfig } from '../envNaming-CjL28IeH.js';
1
+ import { L as LoaderPlugin, a as ConfigEntry } from '../core-CGJObpyy.js';
2
+ import { E as EnvMappingConfig } from '../envNaming-_WD9sLZI.js';
3
3
 
4
4
  declare function processEnvEntriesFromObject(env: Record<string, string | undefined>, mapping?: EnvMappingConfig, workspaceId?: string): ConfigEntry[];
5
5
  declare function processNamespaceEntriesFromContext(env: Record<string, string | undefined>, workspaceId?: string): ConfigEntry[];
@@ -4135,7 +4135,7 @@ function envVarToLogicalKey(envVar, config = {}) {
4135
4135
  // package.json
4136
4136
  var package_default = {
4137
4137
  name: "@kitsy/cnos",
4138
- version: "1.11.0",
4138
+ version: "1.11.1",
4139
4139
  description: "Batteries-included CNOS runtime package wired with the official plugins.",
4140
4140
  type: "module",
4141
4141
  main: "./dist/index.cjs",
@@ -1,4 +1,4 @@
1
- import { b as LogicalKey, g as CnosRuntime, s as SecretVaultProviderFactory, C as CnosCreateOptions, I as InspectResult } from '../core-BW8SLnRx.cjs';
1
+ import { b as LogicalKey, g as CnosRuntime, s as SecretVaultProviderFactory, C as CnosCreateOptions, I as InspectResult } from '../core-CGJObpyy.cjs';
2
2
 
3
3
  interface CnosSingleton {
4
4
  <T = unknown>(key: LogicalKey): T | undefined;
@@ -1,4 +1,4 @@
1
- import { b as LogicalKey, g as CnosRuntime, s as SecretVaultProviderFactory, C as CnosCreateOptions, I as InspectResult } from '../core-BW8SLnRx.js';
1
+ import { b as LogicalKey, g as CnosRuntime, s as SecretVaultProviderFactory, C as CnosCreateOptions, I as InspectResult } from '../core-CGJObpyy.js';
2
2
 
3
3
  interface CnosSingleton {
4
4
  <T = unknown>(key: LogicalKey): T | undefined;
@@ -1,14 +1,14 @@
1
1
  import {
2
2
  runtime_default
3
- } from "../chunk-XGK6DXQL.js";
3
+ } from "../chunk-X4PBPUKL.js";
4
4
  import "../chunk-T3E57MSQ.js";
5
- import "../chunk-NFGPS7VJ.js";
5
+ import "../chunk-V3USPV5U.js";
6
+ import "../chunk-DPC2BV3S.js";
6
7
  import "../chunk-5JGNRADB.js";
7
8
  import "../chunk-NU25VFA2.js";
8
9
  import "../chunk-RNTTPI5S.js";
9
10
  import "../chunk-2DMCB3PK.js";
10
11
  import "../chunk-KJ57PF47.js";
11
- import "../chunk-DPC2BV3S.js";
12
12
  import "../chunk-WPB4HB2K.js";
13
13
  export {
14
14
  runtime_default as default
@@ -1,4 +1,4 @@
1
- import { R as ResolvedGraph, N as NormalizedManifest, T as ToEnvOptions, c as ToPublicEnvOptions } from './core-BW8SLnRx.cjs';
1
+ import { R as ResolvedGraph, N as NormalizedManifest, T as ToEnvOptions, c as ToPublicEnvOptions } from './core-CGJObpyy.cjs';
2
2
 
3
3
  declare function toEnv(graph: ResolvedGraph, manifest: NormalizedManifest, options?: ToEnvOptions, helpers?: {
4
4
  read?: (key: string) => unknown;
@@ -1,4 +1,4 @@
1
- import { R as ResolvedGraph, N as NormalizedManifest, T as ToEnvOptions, c as ToPublicEnvOptions } from './core-BW8SLnRx.js';
1
+ import { R as ResolvedGraph, N as NormalizedManifest, T as ToEnvOptions, c as ToPublicEnvOptions } from './core-CGJObpyy.js';
2
2
 
3
3
  declare function toEnv(graph: ResolvedGraph, manifest: NormalizedManifest, options?: ToEnvOptions, helpers?: {
4
4
  read?: (key: string) => unknown;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kitsy/cnos",
3
- "version": "1.11.0",
3
+ "version": "1.11.1",
4
4
  "description": "Batteries-included CNOS runtime package wired with the official plugins.",
5
5
  "type": "module",
6
6
  "main": "./dist/index.cjs",