@magmamath/frontend-config 1.0.13 → 1.0.14
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.d.mts +1 -0
- package/dist/index.d.ts +1 -0
- package/dist/index.js +2 -0
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +2 -0
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
package/dist/index.mjs
CHANGED
|
@@ -3138,6 +3138,7 @@ var Environment = /* @__PURE__ */ ((Environment3) => {
|
|
|
3138
3138
|
var PlatformBuildTarget = /* @__PURE__ */ ((PlatformBuildTarget2) => {
|
|
3139
3139
|
PlatformBuildTarget2["PLUTO"] = "pluto";
|
|
3140
3140
|
PlatformBuildTarget2["MARS"] = "mars";
|
|
3141
|
+
PlatformBuildTarget2["VENUS"] = "pre-release";
|
|
3141
3142
|
PlatformBuildTarget2["PROD"] = "production";
|
|
3142
3143
|
return PlatformBuildTarget2;
|
|
3143
3144
|
})(PlatformBuildTarget || {});
|
|
@@ -3207,6 +3208,7 @@ var MatrixMode = /* @__PURE__ */ ((MatrixMode2) => {
|
|
|
3207
3208
|
var ENV_BY_BUILD_TARGET = {
|
|
3208
3209
|
["pluto" /* PLUTO */]: "MARS" /* MARS */,
|
|
3209
3210
|
["mars" /* MARS */]: "MARS" /* MARS */,
|
|
3211
|
+
["pre-release" /* VENUS */]: "PROD" /* PROD */,
|
|
3210
3212
|
["production" /* PROD */]: "PROD" /* PROD */
|
|
3211
3213
|
};
|
|
3212
3214
|
function buildTargetToEnvironment(buildTarget) {
|