Skip to content

Commit c39eb7d

Browse files
committed
chore: update to the latest version of nativescript-preview-sdk
1 parent ae01a62 commit c39eb7d

File tree

5 files changed

+10
-19
lines changed

5 files changed

+10
-19
lines changed

lib/services/livesync/playground/preview-sdk-service.ts

-1
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,6 @@ export class PreviewSdkService extends EventEmitter implements IPreviewSdkServic
5454
pubnubSubscribeKey: schema.subscribeKey,
5555
msvKey: schema.msvKey,
5656
msvEnv: this.$config.PREVIEW_APP_ENVIRONMENT,
57-
showLoadingPage: false,
5857
callbacks: this.getCallbacks(),
5958
getInitialFiles,
6059
previewAppStoreId: schema.previewAppStoreId,

npm-shrinkwrap.json

+4-12
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@
5858
"mute-stream": "0.0.5",
5959
"nativescript-dev-xcode": "0.1.0",
6060
"nativescript-doctor": "1.9.1",
61-
"nativescript-preview-sdk": "0.3.3",
61+
"nativescript-preview-sdk": "0.3.4",
6262
"open": "0.0.5",
6363
"ora": "2.0.0",
6464
"osenv": "0.1.3",

test/services/playground/preview-schema-service.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ const ksPlaySchema = {
3535
subscribeKey: PubnubKeys.SUBSCRIBE_KEY
3636
};
3737

38-
describe.only("PreviewSchemaService", () => {
38+
describe("PreviewSchemaService", () => {
3939
let injector: IInjector;
4040
let previewSchemaService: IPreviewSchemaService;
4141

yarn.lock

+4-4
Original file line numberDiff line numberDiff line change
@@ -3731,10 +3731,10 @@ [email protected]:
37313731
winreg "1.2.2"
37323732
yauzl "2.10.0"
37333733

3734-
3735-
version "0.3.3"
3736-
resolved "https://registry.yarnpkg.com/nativescript-preview-sdk/-/nativescript-preview-sdk-0.3.3.tgz#0e95e5a92db8d4566d9bb9767a2a849217574787"
3737-
integrity sha512-QHi4SbDblN+dSZCIztx1xVdrB4cP911OXV92REIVOqDHXyAFYUZeWu5DH0/3IHdC9fnMgXMeJ0WZEpgGgieqtQ==
3734+
3735+
version "0.3.4"
3736+
resolved "https://registry.yarnpkg.com/nativescript-preview-sdk/-/nativescript-preview-sdk-0.3.4.tgz#bb0dc3ce7da2be7e1e91cd2836b61b3699555f95"
3737+
integrity sha512-Dw4Nn6MXbZMW8dkQIf1NfXSSNtu3rDOw0z1KE159lwPEVMM8F7qxrqqT57XTiQP5pnqXMARhoQvkgW55qTVx6Q==
37383738
dependencies:
37393739
"@types/axios" "0.14.0"
37403740
"@types/pubnub" "4.0.2"

0 commit comments

Comments
 (0)