@kitsy/cnos 1.0.0 → 1.1.0

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.js CHANGED
@@ -1,23 +1,23 @@
1
1
  import {
2
2
  createBasicSchemaPlugin
3
- } from "./chunk-BSETFXI3.js";
3
+ } from "./chunk-H65FPTDM.js";
4
4
  import {
5
5
  createCliArgsPlugin
6
- } from "./chunk-TYA4BNYT.js";
6
+ } from "./chunk-GGYIRIGU.js";
7
7
  import {
8
8
  createDotenvPlugin
9
- } from "./chunk-QNGS4HFP.js";
9
+ } from "./chunk-44JOQPSN.js";
10
10
  import {
11
11
  createEnvExportPlugin,
12
12
  createPublicEnvExportPlugin
13
- } from "./chunk-V4LCFDBY.js";
13
+ } from "./chunk-ASZ7I3JJ.js";
14
14
  import {
15
15
  createFilesystemSecretsPlugin,
16
16
  createFilesystemValuesPlugin
17
- } from "./chunk-I6QXNQEF.js";
17
+ } from "./chunk-KG6OZX5C.js";
18
18
  import {
19
19
  createProcessEnvPlugin
20
- } from "./chunk-BSOPGV7G.js";
20
+ } from "./chunk-CGTFH4QQ.js";
21
21
  import {
22
22
  createCnos,
23
23
  createProvenanceInspector,
@@ -25,12 +25,12 @@ import {
25
25
  toEnv,
26
26
  toPublicEnv,
27
27
  writeDump
28
- } from "./chunk-D7AYK7X5.js";
28
+ } from "./chunk-K2T4R5WH.js";
29
29
 
30
30
  // package.json
31
31
  var package_default = {
32
32
  name: "@kitsy/cnos",
33
- version: "1.0.0",
33
+ version: "1.0.1",
34
34
  description: "Batteries-included CNOS runtime package wired with the official plugins.",
35
35
  type: "module",
36
36
  main: "./dist/index.cjs",
@@ -99,6 +99,9 @@ var package_default = {
99
99
  publishConfig: {
100
100
  access: "public"
101
101
  },
102
+ dependencies: {
103
+ yaml: "^2.8.3"
104
+ },
102
105
  scripts: {
103
106
  build: "tsup --config tsup.config.ts",
104
107
  clean: "rimraf dist",