@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.d.mts
CHANGED
package/dist/index.d.ts
CHANGED
package/dist/index.js
CHANGED
|
@@ -3140,6 +3140,7 @@ var Environment = /* @__PURE__ */ ((Environment3) => {
|
|
|
3140
3140
|
var PlatformBuildTarget = /* @__PURE__ */ ((PlatformBuildTarget2) => {
|
|
3141
3141
|
PlatformBuildTarget2["PLUTO"] = "pluto";
|
|
3142
3142
|
PlatformBuildTarget2["MARS"] = "mars";
|
|
3143
|
+
PlatformBuildTarget2["VENUS"] = "pre-release";
|
|
3143
3144
|
PlatformBuildTarget2["PROD"] = "production";
|
|
3144
3145
|
return PlatformBuildTarget2;
|
|
3145
3146
|
})(PlatformBuildTarget || {});
|
|
@@ -3209,6 +3210,7 @@ var MatrixMode = /* @__PURE__ */ ((MatrixMode2) => {
|
|
|
3209
3210
|
var ENV_BY_BUILD_TARGET = {
|
|
3210
3211
|
["pluto" /* PLUTO */]: "MARS" /* MARS */,
|
|
3211
3212
|
["mars" /* MARS */]: "MARS" /* MARS */,
|
|
3213
|
+
["pre-release" /* VENUS */]: "PROD" /* PROD */,
|
|
3212
3214
|
["production" /* PROD */]: "PROD" /* PROD */
|
|
3213
3215
|
};
|
|
3214
3216
|
function buildTargetToEnvironment(buildTarget) {
|