Skip to content

Commit 57e6b79

Browse files
committed
added sync param in options for cli
1 parent 295782e commit 57e6b79

File tree

7 files changed

+5400
-4012
lines changed

7 files changed

+5400
-4012
lines changed

packages/sdk-utils/index.js

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
1-
const { isSmartUIRunning, fetchDOMSerializer, postSnapshot } = require('./src/smartui');
1+
const { isSmartUIRunning, fetchDOMSerializer, postSnapshot, getSnapshotStatus } = require('./src/smartui');
22
const logger = require('./src/lib/logger');
33

44
module.exports = {
55
logger,
66
fetchDOMSerializer,
77
postSnapshot,
8-
isSmartUIRunning
8+
isSmartUIRunning,
9+
getSnapshotStatus
910
}

0 commit comments

Comments
 (0)