morphix-env 0.6.0-beta.2 → 0.6.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/cli.js +1 -1
- package/package.json +1 -1
package/dist/cli.js
CHANGED
|
@@ -37185,7 +37185,7 @@ var StreamingRedactor = class {
|
|
|
37185
37185
|
// package.json
|
|
37186
37186
|
var package_default = {
|
|
37187
37187
|
name: "morphix-env",
|
|
37188
|
-
version: "0.6.0
|
|
37188
|
+
version: "0.6.0",
|
|
37189
37189
|
description: "Environment variable toolkit \u2014 Infisical integration, local overrides, and client-side runtime injection for Next.js / Vite / Express.",
|
|
37190
37190
|
author: "MorphixAI <dev@morphixai.com>",
|
|
37191
37191
|
homepage: "https://github.com/Morphicai/morphix-env#readme",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "morphix-env",
|
|
3
|
-
"version": "0.6.0
|
|
3
|
+
"version": "0.6.0",
|
|
4
4
|
"description": "Environment variable toolkit — Infisical integration, local overrides, and client-side runtime injection for Next.js / Vite / Express.",
|
|
5
5
|
"author": "MorphixAI <dev@morphixai.com>",
|
|
6
6
|
"homepage": "https://github.com/Morphicai/morphix-env#readme",
|