@shopify/app-bridge
Advanced tools
Comparing version 2.0.3 to 2.0.4-alpha.0
@@ -46,2 +46,2 @@ import { ClientApplication } from '../../client'; | ||
export declare function openCamera(): ScannerAction; | ||
export declare function capture(): ScannerAction; | ||
export declare function capture(payload: Payload & Options): ScannerAction; |
@@ -77,8 +77,9 @@ "use strict"; | ||
exports.openCamera = openCamera; | ||
function capture() { | ||
function capture(payload) { | ||
return helper_1.actionWrapper({ | ||
group: types_1.Group.Scanner, | ||
type: Action.CAPTURE, | ||
payload: payload, | ||
}); | ||
} | ||
exports.capture = capture; |
@@ -6,2 +6,10 @@ # Change Log | ||
## [2.0.4-alpha.0](https://github.com/Shopify/app-bridge/compare/v2.0.3...v2.0.4-alpha.0) (2021-06-15) | ||
**Note:** Version bump only for package @shopify/app-bridge | ||
## [2.0.3](https://github.com/Shopify/app-bridge/compare/v2.0.2...v2.0.3) (2021-06-08) | ||
@@ -8,0 +16,0 @@ |
{ | ||
"name": "@shopify/app-bridge", | ||
"version": "2.0.3", | ||
"version": "2.0.4-alpha.0", | ||
"types": "index.d.ts", | ||
@@ -56,3 +56,3 @@ "main": "index.js", | ||
}, | ||
"gitHead": "918566c332bf6863cc200e6be03be6cc2a5a5840" | ||
"gitHead": "eb37f18a21ba499a8d5f48c21b0d6290f4a31920" | ||
} |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
854277
18079
1