decentraland-ui2 0.23.0 → 0.23.1-15424302893.commit-07deab4
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.
@@ -4,16 +4,17 @@ var CDNSource;
|
|
4
4
|
CDNSource["LAUNCHER"] = "launcher";
|
5
5
|
// Add future CDN sources here
|
6
6
|
})(CDNSource || (CDNSource = {}));
|
7
|
+
const LAUNCHER_BASE_URL = "https://explorer-artifacts.decentraland.org/launcher-rust";
|
8
|
+
const LAUNCHER_LEGACY_BASE_URL = "https://explorer-artifacts.decentraland.org/launcher/dcl";
|
7
9
|
const CDN_CONFIGS = {
|
8
10
|
[CDNSource.LAUNCHER]: {
|
9
|
-
|
10
|
-
fileNamePattern: {
|
11
|
+
urls: {
|
11
12
|
[OperativeSystem.WINDOWS]: {
|
12
|
-
amd64:
|
13
|
+
amd64: `${LAUNCHER_BASE_URL}/Decentraland_x64-setup.exe`,
|
13
14
|
},
|
14
15
|
[OperativeSystem.MACOS]: {
|
15
|
-
amd64:
|
16
|
-
arm64:
|
16
|
+
amd64: `${LAUNCHER_LEGACY_BASE_URL}/Decentraland%20Launcher-mac-x64.dmg`,
|
17
|
+
arm64: `${LAUNCHER_BASE_URL}/Decentraland_aarch64.dmg`,
|
17
18
|
},
|
18
19
|
},
|
19
20
|
},
|
@@ -26,11 +27,11 @@ const getCDNRelease = (source) => {
|
|
26
27
|
}
|
27
28
|
return {
|
28
29
|
[OperativeSystem.WINDOWS]: {
|
29
|
-
amd64:
|
30
|
+
amd64: config.urls.Windows.amd64,
|
30
31
|
},
|
31
32
|
[OperativeSystem.MACOS]: {
|
32
|
-
amd64:
|
33
|
-
arm64:
|
33
|
+
amd64: config.urls.macOS.amd64,
|
34
|
+
arm64: config.urls.macOS.arm64,
|
34
35
|
},
|
35
36
|
};
|
36
37
|
};
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"cdnReleases.js","sourceRoot":"","sources":["../../src/modules/cdnReleases.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,eAAe,EAAE,MAAM,8BAA8B,CAAA;AAE9D,IAAK,SAGJ;AAHD,WAAK,SAAS;IACZ,kCAAqB,CAAA;IACrB,8BAA8B;AAChC,CAAC,EAHI,SAAS,KAAT,SAAS,QAGb;
|
1
|
+
{"version":3,"file":"cdnReleases.js","sourceRoot":"","sources":["../../src/modules/cdnReleases.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,eAAe,EAAE,MAAM,8BAA8B,CAAA;AAE9D,IAAK,SAGJ;AAHD,WAAK,SAAS;IACZ,kCAAqB,CAAA;IACrB,8BAA8B;AAChC,CAAC,EAHI,SAAS,KAAT,SAAS,QAGb;AAaD,MAAM,iBAAiB,GACrB,2DAA2D,CAAA;AAC7D,MAAM,wBAAwB,GAC5B,0DAA0D,CAAA;AAE5D,MAAM,WAAW,GAAiC;IAChD,CAAC,SAAS,CAAC,QAAQ,CAAC,EAAE;QACpB,IAAI,EAAE;YACJ,CAAC,eAAe,CAAC,OAAO,CAAC,EAAE;gBACzB,KAAK,EAAE,GAAG,iBAAiB,6BAA6B;aACzD;YACD,CAAC,eAAe,CAAC,KAAK,CAAC,EAAE;gBACvB,KAAK,EAAE,GAAG,wBAAwB,sCAAsC;gBACxE,KAAK,EAAE,GAAG,iBAAiB,2BAA2B;aACvD;SACF;KACF;IACD,6CAA6C;CAC9C,CAAA;AAED,MAAM,aAAa,GAAG,CAAC,MAAiB,EAAE,EAAE;IAC1C,MAAM,MAAM,GAAG,WAAW,CAAC,MAAM,CAAC,CAAA;IAClC,IAAI,CAAC,MAAM,EAAE,CAAC;QACZ,OAAO,IAAI,CAAA;IACb,CAAC;IAED,OAAO;QACL,CAAC,eAAe,CAAC,OAAO,CAAC,EAAE;YACzB,KAAK,EAAE,MAAM,CAAC,IAAI,CAAC,OAAO,CAAC,KAAK;SACjC;QACD,CAAC,eAAe,CAAC,KAAK,CAAC,EAAE;YACvB,KAAK,EAAE,MAAM,CAAC,IAAI,CAAC,KAAK,CAAC,KAAK;YAC9B,KAAK,EAAE,MAAM,CAAC,IAAI,CAAC,KAAK,CAAC,KAAK;SAC/B;KACF,CAAA;AACH,CAAC,CAAA;AAED,OAAO,EAAE,aAAa,EAAE,SAAS,EAAE,CAAA"}
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "decentraland-ui2",
|
3
|
-
"version": "0.23.
|
3
|
+
"version": "0.23.1-15424302893.commit-07deab4",
|
4
4
|
"description": "Decentraland's UI components and styles",
|
5
5
|
"main": "dist/index.js",
|
6
6
|
"types": "dist/index.d.ts",
|
@@ -94,5 +94,5 @@
|
|
94
94
|
"files": [
|
95
95
|
"dist"
|
96
96
|
],
|
97
|
-
"commit": "
|
97
|
+
"commit": "07deab449a0b9f4a6f0069674d6212ef8ac8d8d4"
|
98
98
|
}
|