@clockworkdog/cogs-client 2.10.1 → 2.10.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.
|
@@ -47,7 +47,7 @@ export type PluginManifestStateJson = {
|
|
|
47
47
|
*
|
|
48
48
|
* It should be saved in the root of a folder in the `plugins` or `client_content` folder in your COGS project
|
|
49
49
|
*
|
|
50
|
-
* The [COGS plugins directory](/plugins) contains a number of plugins you can use out of the box
|
|
50
|
+
* The [COGS plugins directory](https://docs.cogs.show/plugins/) contains a number of plugins you can use out of the box
|
|
51
51
|
*/
|
|
52
52
|
export interface CogsPluginManifestJson {
|
|
53
53
|
/**
|
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.10.
|
|
6
|
+
"version": "2.10.2",
|
|
7
7
|
"keywords": [],
|
|
8
8
|
"license": "MIT",
|
|
9
9
|
"repository": {
|