@modootoday/envs 0.1.1 → 0.1.2

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/README.md CHANGED
@@ -61,14 +61,14 @@ used it, most of this is already familiar.
61
61
 
62
62
  ## Documentation
63
63
 
64
- | | |
65
- | --- | --- |
66
- | Getting started | <https://envs.build/guide/> |
67
- | The format rule, measured against dotenv | <https://envs.build/format/> |
68
- | Recovery codes | <https://envs.build/recovery/> |
69
- | How it compares to dotenv, dotenvx, Doppler and Infisical | <https://envs.build/compare/> |
70
- | Sharing a catalog, and what the server cannot see | <https://envs.build/hosted/> |
71
- | All 28 commands | <https://envs.build/commands/> |
64
+ | | |
65
+ | --------------------------------------------------------- | ------------------------------ |
66
+ | Getting started | <https://envs.build/guide/> |
67
+ | The format rule, measured against dotenv | <https://envs.build/format/> |
68
+ | Recovery codes | <https://envs.build/recovery/> |
69
+ | How it compares to dotenv, dotenvx, Doppler and Infisical | <https://envs.build/compare/> |
70
+ | Sharing a catalog, and what the server cannot see | <https://envs.build/hosted/> |
71
+ | All 28 commands | <https://envs.build/commands/> |
72
72
 
73
73
  ## Requirements
74
74
 
@@ -264,7 +264,7 @@ function printHelp(ui, commands, notImplemented) {
264
264
  }
265
265
 
266
266
  // src/cli/version.ts
267
- var VERSION = true ? "0.1.1" : "0.0.0-source";
267
+ var VERSION = true ? "0.1.2" : "0.0.0-source";
268
268
 
269
269
  // src/commands/add.ts
270
270
  import { existsSync as existsSync2, readFileSync as readFileSync2 } from "fs";
package/dist/cli.js CHANGED
@@ -1,7 +1,7 @@
1
1
  #!/usr/bin/env node
2
2
  import {
3
3
  dispatch
4
- } from "./chunk-NQHT5UCU.js";
4
+ } from "./chunk-YXL6WEE3.js";
5
5
  import "./chunk-STHFIZRP.js";
6
6
 
7
7
  // src/cli.ts
package/dist/index.cjs CHANGED
@@ -1574,7 +1574,7 @@ function printHelp(ui, commands, notImplemented) {
1574
1574
  }
1575
1575
 
1576
1576
  // src/cli/version.ts
1577
- var VERSION = true ? "0.1.1" : "0.0.0-source";
1577
+ var VERSION = true ? "0.1.2" : "0.0.0-source";
1578
1578
 
1579
1579
  // src/commands/add.ts
1580
1580
  var import_node_fs5 = require("fs");
package/dist/index.js CHANGED
@@ -5,7 +5,7 @@ import {
5
5
  csvField,
6
6
  dispatch,
7
7
  exportValues
8
- } from "./chunk-NQHT5UCU.js";
8
+ } from "./chunk-YXL6WEE3.js";
9
9
  import {
10
10
  CatalogVersionError,
11
11
  ConflictError,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@modootoday/envs",
3
- "version": "0.1.1",
3
+ "version": "0.1.2",
4
4
  "license": "Elastic-2.0",
5
5
  "author": "modootoday",
6
6
  "description": "Environment values in an encrypted catalog rather than scattered files — provenance, releases, rollback and a strict .env format gate. dotenv-compatible surface.",