Skip to content

Commit

Permalink
Merge branch 'master' into release/23.11.2
Browse files Browse the repository at this point in the history
  • Loading branch information
skyflow-bharti committed Nov 10, 2023
2 parents 2ce25f3 + f28fed5 commit e6c9fe1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "skyflow-js",
"preferGlobal": true,
"analyze": false,
"version": "1.33.0-dev.04f1d06",
"version": "1.33.0",
"author": "Skyflow",
"description": "Skyflow JavaScript SDK",
"homepage": "https://github.com/skyflowapi/skyflow-js",
Expand Down
4 changes: 2 additions & 2 deletions src/core/external/skyflow-container.ts
Original file line number Diff line number Diff line change
Expand Up @@ -488,10 +488,10 @@ class SkyflowContainer {
this.#context.logLevel);
validateRenderElementRecord(recordData);
bus

Check warning on line 490 in src/core/external/skyflow-container.ts

View check run for this annotation

Codecov / codecov/patch

src/core/external/skyflow-container.ts#L489-L490

Added lines #L489 - L490 were not covered by tests
// .target(properties.IFRAME_SECURE_ORGIN)
.target(properties.IFRAME_SECURE_ORGIN)
.on(ELEMENT_EVENTS_TO_IFRAME.PUREJS_FRAME_READY + metaData.uuid, () => {
bus

Check warning on line 493 in src/core/external/skyflow-container.ts

View check run for this annotation

Codecov / codecov/patch

src/core/external/skyflow-container.ts#L493

Added line #L493 was not covered by tests
.target(properties.IFRAME_SECURE_ORGIN)
// .target(properties.IFRAME_SECURE_ORGIN)
.emit(
ELEMENT_EVENTS_TO_IFRAME.RENDER_FILE_REQUEST + metaData.uuid,
{
Expand Down

0 comments on commit e6c9fe1

Please sign in to comment.