decentraland-ui2 0.3.0 → 0.3.1
Sign up to get free protection for your applications and to get access to all the features.
package/dist/config/env/dev.json
CHANGED
@@ -1,11 +1,11 @@
|
|
1
1
|
{
|
2
2
|
"WEARABLE_PREVIEW_URL": "https://wearable-preview.decentraland.zone",
|
3
|
-
"ACCOUNT_URL": "https://
|
4
|
-
"PROFILE_URL": "https://
|
5
|
-
"MARKETPLACE_URL": "https://
|
6
|
-
"BUILDER_URL": "https://
|
7
|
-
"DAO_URL": "https://
|
8
|
-
"GOVERNANCE_URL": "https://
|
9
|
-
"EVENTS_URL": "https://
|
10
|
-
"PLACES_URL": "https://
|
3
|
+
"ACCOUNT_URL": "https://decentraland.zone/account",
|
4
|
+
"PROFILE_URL": "https://decentraland.zone/profile",
|
5
|
+
"MARKETPLACE_URL": "https://decentraland.zone/market",
|
6
|
+
"BUILDER_URL": "https://decentraland.zone/builder",
|
7
|
+
"DAO_URL": "https://decentraland.zone/dao",
|
8
|
+
"GOVERNANCE_URL": "https://decentraland.zone/governance",
|
9
|
+
"EVENTS_URL": "https://decentraland.zone/events",
|
10
|
+
"PLACES_URL": "https://decentraland.zone/places"
|
11
11
|
}
|
@@ -1,11 +1,11 @@
|
|
1
1
|
{
|
2
2
|
"WEARABLE_PREVIEW_URL": "https://wearable-preview.decentraland.org",
|
3
|
-
"ACCOUNT_URL": "https://
|
4
|
-
"PROFILE_URL": "https://
|
5
|
-
"MARKETPLACE_URL": "https://
|
6
|
-
"BUILDER_URL": "https://
|
7
|
-
"DAO_URL": "https://
|
8
|
-
"GOVERNANCE_URL": "https://
|
9
|
-
"EVENTS_URL": "https://
|
10
|
-
"PLACES_URL": "https://
|
3
|
+
"ACCOUNT_URL": "https://decentraland.org/account",
|
4
|
+
"PROFILE_URL": "https://decentraland.org/profile",
|
5
|
+
"MARKETPLACE_URL": "https://decentraland.org/market",
|
6
|
+
"BUILDER_URL": "https://decentraland.org/builder",
|
7
|
+
"DAO_URL": "https://decentraland.org/dao",
|
8
|
+
"GOVERNANCE_URL": "https://decentraland.org/governance",
|
9
|
+
"EVENTS_URL": "https://decentraland.org/events",
|
10
|
+
"PLACES_URL": "https://decentraland.org/places"
|
11
11
|
}
|
package/dist/config/env/stg.json
CHANGED
@@ -1,11 +1,11 @@
|
|
1
1
|
{
|
2
2
|
"WEARABLE_PREVIEW_URL": "https://wearable-preview.decentraland.today",
|
3
|
-
"ACCOUNT_URL": "https://
|
4
|
-
"PROFILE_URL": "https://
|
5
|
-
"MARKETPLACE_URL": "https://
|
6
|
-
"BUILDER_URL": "https://
|
7
|
-
"DAO_URL": "https://
|
8
|
-
"GOVERNANCE_URL": "https://
|
9
|
-
"EVENTS_URL": "https://
|
10
|
-
"PLACES_URL": "https://
|
3
|
+
"ACCOUNT_URL": "https://decentraland.today/account",
|
4
|
+
"PROFILE_URL": "https://decentraland.today/profile",
|
5
|
+
"MARKETPLACE_URL": "https://decentraland.today/market",
|
6
|
+
"BUILDER_URL": "https://decentraland.today/builder",
|
7
|
+
"DAO_URL": "https://decentraland.today/dao",
|
8
|
+
"GOVERNANCE_URL": "https://decentraland.today/governance",
|
9
|
+
"EVENTS_URL": "https://decentraland.today/events",
|
10
|
+
"PLACES_URL": "https://decentraland.today/places"
|
11
11
|
}
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "decentraland-ui2",
|
3
|
-
"version": "0.3.
|
3
|
+
"version": "0.3.1",
|
4
4
|
"description": "Decentraland's UI components and styles",
|
5
5
|
"main": "dist/index.js",
|
6
6
|
"types": "dist/index.d.ts",
|
@@ -90,5 +90,5 @@
|
|
90
90
|
"files": [
|
91
91
|
"dist"
|
92
92
|
],
|
93
|
-
"commit": "
|
93
|
+
"commit": "9ccf7536fa7a62a0dd4238468cfde7fc5942a2de"
|
94
94
|
}
|