@clockworkdog/cogs-client 2.8.0 → 2.9.0

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.
Files changed (2) hide show
  1. package/README.md +1 -1
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -150,7 +150,7 @@ function sendPortUpdateToCogs() {
150
150
  You can save arbitrary data to COGS which will be restored when reconnecting with COGS:
151
151
 
152
152
  ```ts
153
- const cogsConnection = new CogsConnection(manifest, {
153
+ const cogsConnection = new CogsConnection(manifest, undefined, undefined, {
154
154
  // Initial items in the store
155
155
  'my-key': { foo: 0, bar: '' },
156
156
  });
package/package.json CHANGED
@@ -3,7 +3,7 @@
3
3
  "description": "Connect to COGS to build a custom Media Master",
4
4
  "author": "Clockwork Dog <info@clockwork.dog>",
5
5
  "homepage": "https://github.com/clockwork-dog/cogs-sdk/tree/main/packages/javascript",
6
- "version": "2.8.0",
6
+ "version": "2.9.0",
7
7
  "keywords": [],
8
8
  "license": "MIT",
9
9
  "repository": {