Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions lib/services/livesync/playground/preview-schema-service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@ export class PreviewSchemaService implements IPreviewSchemaService {
"kspreview": {
name: "kspreview",
scannerAppId: "com.kinvey.scanner",
scannerAppStoreId: "1263543946",
scannerAppStoreId: "1458317125",
previewAppId: "com.kinvey.preview",
previewAppStoreId: "1264484702",
previewAppStoreId: "1458502055",
msvKey: "kinveyStudio",
publishKey: PubnubKeys.PUBLISH_KEY,
subscribeKey: PubnubKeys.SUBSCRIBE_KEY
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "nativescript",
"preferGlobal": true,
"version": "5.3.1",
"version": "5.3.2",
"author": "Telerik <[email protected]>",
"description": "Command-line interface for building NativeScript projects",
"bin": {
Expand Down
4 changes: 2 additions & 2 deletions test/services/playground/preview-schema-service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,9 @@ const nsPlaySchema = {
const ksPreviewSchema = {
name: 'kspreview',
scannerAppId: 'com.kinvey.scanner',
scannerAppStoreId: '1263543946',
scannerAppStoreId: '1458317125',
previewAppId: 'com.kinvey.preview',
previewAppStoreId: '1264484702',
previewAppStoreId: '1458502055',
msvKey: 'kinveyStudio',
publishKey: PubnubKeys.PUBLISH_KEY,
subscribeKey: PubnubKeys.SUBSCRIBE_KEY
Expand Down