Skip to content

Commit 1ae1bb9

Browse files
Change the appsync backend url to our new friendly domain #2
1 parent 0433b99 commit 1ae1bb9

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

cli/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "nativescript-app-sync-cli",
3-
"version": "1.0.0",
3+
"version": "1.0.1",
44
"description": "Management CLI for the NativeScript AppSync service",
55
"main": "script/cli.js",
66
"scripts": {
@@ -33,7 +33,7 @@
3333
"base-64": "^0.1.0",
3434
"chalk": "^1.1.0",
3535
"cli-table": "^0.3.1",
36-
"nativescript-app-sync-sdk": "~1.0.0",
36+
"nativescript-app-sync-sdk": "~1.0.1",
3737
"email-validator": "^1.0.3",
3838
"gradle-to-js": "^1.0.1",
3939
"jsonwebtoken": "^8.3.0",

sdk/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "nativescript-app-sync-sdk",
3-
"version": "1.0.0",
3+
"version": "1.0.1",
44
"description": "Management SDK for the NativeScript AppSync service",
55
"main": "script/index.js",
66
"scripts": {

sdk/script/management-sdk.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,8 +44,8 @@ class AccountManager {
4444
OWNER: "Owner",
4545
COLLABORATOR: "Collaborator"
4646
};
47-
public static SERVER_URL = "https://nativescript-codepush-server.herokuapp.com";
48-
public static MOBILE_CENTER_SERVER_URL = "https://nativescript-codepush-server.herokuapp.com";
47+
public static SERVER_URL = "https://appsync-server.nativescript.org";
48+
public static MOBILE_CENTER_SERVER_URL = "https://appsync-server.nativescript.org";
4949

5050
private static API_VERSION: number = 2;
5151

0 commit comments

Comments
 (0)