chayns-api 1.0.56 → 1.0.57

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -330,6 +330,7 @@ class AppWrapper {
330
330
  },
331
331
  openImage: async value => {
332
332
  this.appCall(4, {
333
+ urls: value.items.map(x => x.url),
333
334
  items: value.items.map(x => ({
334
335
  url: x.url,
335
336
  title: x.title,
@@ -286,6 +286,7 @@ export class AppWrapper {
286
286
  },
287
287
  openImage: async value => {
288
288
  this.appCall(4, {
289
+ urls: value.items.map(x => x.url),
289
290
  items: value.items.map(x => ({
290
291
  url: x.url,
291
292
  title: x.title,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "chayns-api",
3
- "version": "1.0.56",
3
+ "version": "1.0.57",
4
4
  "description": "new chayns api",
5
5
  "main": "dist/cjs/index.js",
6
6
  "module": "dist/esm/index.js",