@opentabs-dev/opentabs-plugin-npm 0.0.76 → 0.0.78

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.76",
2
+ "sdkVersion": "0.0.78",
3
3
  "iconSvg": "<svg viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M1.763 0C.786 0 0 .786 0 1.763v20.474C0 23.214.786 24 1.763 24h20.474c.977 0 1.763-.786 1.763-1.763V1.763C24 .786 23.214 0 22.237 0zM5.13 5.323l13.837.019-.009 13.836h-3.464l.01-10.382h-3.456L12.04 19.17H5.113z\" fill=\"#CB3837\"/></svg>",
4
4
  "iconInactiveSvg": "<svg viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M1.763 0C.786 0 0 .786 0 1.763v20.474C0 23.214.786 24 1.763 24h20.474c.977 0 1.763-.786 1.763-1.763V1.763C24 .786 23.214 0 22.237 0zM5.13 5.323l13.837.019-.009 13.836h-3.464l.01-10.382h-3.456L12.04 19.17H5.113z\" fill=\"#999999\"/></svg>",
5
5
  "iconDarkSvg": "<svg viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M1.763 0C.786 0 0 .786 0 1.763v20.474C0 23.214.786 24 1.763 24h20.474c.977 0 1.763-.786 1.763-1.763V1.763C24 .786 23.214 0 22.237 0zM5.13 5.323l13.837.019-.009 13.836h-3.464l.01-10.382h-3.456L12.04 19.17H5.113z\" fill=\"#CB3837\"/></svg>",
package/package.json CHANGED
@@ -1,11 +1,17 @@
1
1
  {
2
2
  "name": "@opentabs-dev/opentabs-plugin-npm",
3
3
  "description": "OpenTabs plugin for npm registry",
4
- "version": "0.0.76",
4
+ "version": "0.0.78",
5
5
  "type": "module",
6
6
  "main": "dist/adapter.iife.js",
7
7
  "keywords": [
8
- "opentabs-plugin"
8
+ "opentabs-plugin",
9
+ "opentabs",
10
+ "mcp",
11
+ "modelcontextprotocol",
12
+ "chrome-extension",
13
+ "ai-agent",
14
+ "browser-automation"
9
15
  ],
10
16
  "opentabs": {
11
17
  "displayName": "npm",
@@ -41,11 +47,11 @@
41
47
  "zod": "^4.0.0"
42
48
  },
43
49
  "dependencies": {
44
- "@opentabs-dev/plugin-sdk": "^0.0.76"
50
+ "@opentabs-dev/plugin-sdk": "^0.0.78"
45
51
  },
46
52
  "devDependencies": {
47
53
  "@biomejs/biome": "2.4.6",
48
- "@opentabs-dev/plugin-tools": "^0.0.76",
54
+ "@opentabs-dev/plugin-tools": "^0.0.78",
49
55
  "jiti": "^2.6.1",
50
56
  "typescript": "^5.9.3",
51
57
  "zod": "^4.0.0"