@magmamath/frontend-config 1.0.13 → 1.0.15
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 +2 -0
- package/dist/index.d.ts +2 -0
- package/dist/index.js +340 -156
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +340 -156
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
package/dist/index.d.mts
CHANGED
|
@@ -38,11 +38,13 @@ declare enum Platform {
|
|
|
38
38
|
}
|
|
39
39
|
declare enum Environment {
|
|
40
40
|
MARS = "MARS",
|
|
41
|
+
VENUS = "VENUS",
|
|
41
42
|
PROD = "PROD"
|
|
42
43
|
}
|
|
43
44
|
declare enum PlatformBuildTarget {
|
|
44
45
|
PLUTO = "pluto",
|
|
45
46
|
MARS = "mars",
|
|
47
|
+
VENUS = "pre-release",
|
|
46
48
|
PROD = "production"
|
|
47
49
|
}
|
|
48
50
|
declare enum Locale {
|
package/dist/index.d.ts
CHANGED
|
@@ -38,11 +38,13 @@ declare enum Platform {
|
|
|
38
38
|
}
|
|
39
39
|
declare enum Environment {
|
|
40
40
|
MARS = "MARS",
|
|
41
|
+
VENUS = "VENUS",
|
|
41
42
|
PROD = "PROD"
|
|
42
43
|
}
|
|
43
44
|
declare enum PlatformBuildTarget {
|
|
44
45
|
PLUTO = "pluto",
|
|
45
46
|
MARS = "mars",
|
|
47
|
+
VENUS = "pre-release",
|
|
46
48
|
PROD = "production"
|
|
47
49
|
}
|
|
48
50
|
declare enum Locale {
|