@opentabs-dev/opentabs-plugin-twitch 0.0.78 → 0.0.80

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/dist/tools.json CHANGED
@@ -1,5 +1,5 @@
1
1
  {
2
- "sdkVersion": "0.0.78",
2
+ "sdkVersion": "0.0.80",
3
3
  "iconSvg": "<svg viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M11.571 4.714h1.715v5.143H11.57zm4.715 0H18v5.143h-1.714zM6 0L1.714 4.286v15.428h5.143V24l4.286-4.286h3.428L22.286 12V0zm14.571 11.143l-3.428 3.428h-3.429l-3 3v-3H6.857V1.714h13.714Z\" fill=\"#9146FF\"/></svg>",
4
4
  "iconInactiveSvg": "<svg viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M11.571 4.714h1.715v5.143H11.57zm4.715 0H18v5.143h-1.714zM6 0L1.714 4.286v15.428h5.143V24l4.286-4.286h3.428L22.286 12V0zm14.571 11.143l-3.428 3.428h-3.429l-3 3v-3H6.857V1.714h13.714Z\" fill=\"#999999\"/></svg>",
5
5
  "iconDarkSvg": "<svg viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M11.571 4.714h1.715v5.143H11.57zm4.715 0H18v5.143h-1.714zM6 0L1.714 4.286v15.428h5.143V24l4.286-4.286h3.428L22.286 12V0zm14.571 11.143l-3.428 3.428h-3.429l-3 3v-3H6.857V1.714h13.714Z\" fill=\"#9146FF\"/></svg>",
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@opentabs-dev/opentabs-plugin-twitch",
3
3
  "description": "OpenTabs plugin for Twitch",
4
- "version": "0.0.78",
4
+ "version": "0.0.80",
5
5
  "type": "module",
6
6
  "main": "dist/adapter.iife.js",
7
7
  "keywords": [
@@ -48,11 +48,11 @@
48
48
  "zod": "^4.0.0"
49
49
  },
50
50
  "dependencies": {
51
- "@opentabs-dev/plugin-sdk": "^0.0.78"
51
+ "@opentabs-dev/plugin-sdk": "^0.0.80"
52
52
  },
53
53
  "devDependencies": {
54
54
  "@biomejs/biome": "2.4.6",
55
- "@opentabs-dev/plugin-tools": "^0.0.78",
55
+ "@opentabs-dev/plugin-tools": "^0.0.80",
56
56
  "jiti": "^2.6.1",
57
57
  "typescript": "^5.9.3",
58
58
  "zod": "^4.3.6"