@clockworkdog/cogs-client-react 2.3.0 → 2.5.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 +2 -2
package/README.md CHANGED
@@ -71,7 +71,7 @@ const {
71
71
  3. Instantiate `<CogsConnectionProvider>` with the manifest
72
72
 
73
73
  ```tsx
74
- import manifest from './public/cogs-plugin-manifest.js'; // For Typescript requires `"allowJs": true` in `tsconfig.json`
74
+ import * as manifest from './public/cogs-plugin-manifest.js'; // For Typescript requires `"allowJs": true` in `tsconfig.json`
75
75
 
76
76
  function App() {
77
77
  return (
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@clockworkdog/cogs-client-react",
3
- "version": "v2.3.0",
3
+ "version": "v2.5.0",
4
4
  "main": "dist/index.js",
5
5
  "scripts": {
6
6
  "test": "echo \"Error: no test specified\" && exit 1",
@@ -31,7 +31,7 @@
31
31
  "typescript": "^5.1.6"
32
32
  },
33
33
  "dependencies": {
34
- "@clockworkdog/cogs-client": "~2.2"
34
+ "@clockworkdog/cogs-client": "~2.4"
35
35
  },
36
36
  "description": "React components and hooks to connect to COGS to build a custom Media Master",
37
37
  "repository": {