@interopio/desktop 6.0.0 → 6.0.2

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.
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@interopio/desktop",
3
3
  "description": "JavaScript library for io.Connect Desktop clients.",
4
- "version": "6.0.0",
4
+ "version": "6.0.2",
5
5
  "main": "dist/desktop.umd.js",
6
6
  "module": "dist/desktop.es.js",
7
7
  "browser": "dist/desktop.browser.js",
@@ -38,7 +38,7 @@
38
38
  "dependencies": {
39
39
  "@glue42/schemas": "^3.22.0",
40
40
  "@interopio/core": "^6.0.2",
41
- "@interopio/workspaces-api": "^3.0.2",
41
+ "@interopio/workspaces-api": "^3.1.0",
42
42
  "callback-registry": "^2.7.1",
43
43
  "shortid": "2.2.8"
44
44
  },
@@ -71,4 +71,4 @@
71
71
  "pre-commit": "npm run build"
72
72
  }
73
73
  }
74
- }
74
+ }
package/readme.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # io.Connect Desktop JavaScript Library
2
2
 
3
- The [`@interopio/desktop`](https://www.npmjs.com/package/@interopio/desktop)` library enables web apps to participate in **io.Connect Desktop** and use io.Connect functionalities via a set of APIs.
3
+ The [`@interopio/desktop`](https://www.npmjs.com/package/@interopio/desktop) library enables web apps to participate in **io.Connect Desktop** and use io.Connect functionalities via a set of APIs.
4
4
 
5
5
  ## Features
6
6