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.
@@ -1,11 +1,11 @@
1
1
  {
2
2
  "WEARABLE_PREVIEW_URL": "https://wearable-preview.decentraland.zone",
3
- "ACCOUNT_URL": "https://account.decentraland.zone",
4
- "PROFILE_URL": "https://profile.decentraland.zone",
5
- "MARKETPLACE_URL": "https://market.decentraland.zone",
6
- "BUILDER_URL": "https://builder.decentraland.zone",
7
- "DAO_URL": "https://dao.decentraland.zone",
8
- "GOVERNANCE_URL": "https://governance.decentraland.zone",
9
- "EVENTS_URL": "https://events.decentraland.zone",
10
- "PLACES_URL": "https://places.decentraland.zone"
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://account.decentraland.org",
4
- "PROFILE_URL": "https://profile.decentraland.org",
5
- "MARKETPLACE_URL": "https://market.decentraland.org",
6
- "BUILDER_URL": "https://builder.decentraland.org",
7
- "DAO_URL": "https://dao.decentraland.org",
8
- "GOVERNANCE_URL": "https://governance.decentraland.org",
9
- "EVENTS_URL": "https://events.decentraland.org",
10
- "PLACES_URL": "https://places.decentraland.org"
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
  }
@@ -1,11 +1,11 @@
1
1
  {
2
2
  "WEARABLE_PREVIEW_URL": "https://wearable-preview.decentraland.today",
3
- "ACCOUNT_URL": "https://account.decentraland.today",
4
- "PROFILE_URL": "https://profile.decentraland.today",
5
- "MARKETPLACE_URL": "https://market.decentraland.today",
6
- "BUILDER_URL": "https://builder.decentraland.today",
7
- "DAO_URL": "https://dao.decentraland.today",
8
- "GOVERNANCE_URL": "https://governance.decentraland.today",
9
- "EVENTS_URL": "https://events.decentraland.today",
10
- "PLACES_URL": "https://places.decentraland.today"
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.0",
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": "c9a3c81737f07e27d0f6b7b6c5b93cadd68bab15"
93
+ "commit": "9ccf7536fa7a62a0dd4238468cfde7fc5942a2de"
94
94
  }