File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " nativescript-app-sync-cli" ,
3
- "version" : " 1.0.0 " ,
3
+ "version" : " 1.0.1 " ,
4
4
"description" : " Management CLI for the NativeScript AppSync service" ,
5
5
"main" : " script/cli.js" ,
6
6
"scripts" : {
33
33
"base-64" : " ^0.1.0" ,
34
34
"chalk" : " ^1.1.0" ,
35
35
"cli-table" : " ^0.3.1" ,
36
- "nativescript-app-sync-sdk" : " ~1.0.0 " ,
36
+ "nativescript-app-sync-sdk" : " ~1.0.1 " ,
37
37
"email-validator" : " ^1.0.3" ,
38
38
"gradle-to-js" : " ^1.0.1" ,
39
39
"jsonwebtoken" : " ^8.3.0" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " nativescript-app-sync-sdk" ,
3
- "version" : " 1.0.0 " ,
3
+ "version" : " 1.0.1 " ,
4
4
"description" : " Management SDK for the NativeScript AppSync service" ,
5
5
"main" : " script/index.js" ,
6
6
"scripts" : {
Original file line number Diff line number Diff line change @@ -44,8 +44,8 @@ class AccountManager {
44
44
OWNER : "Owner" ,
45
45
COLLABORATOR : "Collaborator"
46
46
} ;
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 " ;
49
49
50
50
private static API_VERSION : number = 2 ;
51
51
You can’t perform that action at this time.
0 commit comments