@opentabs-dev/opentabs-plugin-coinbase 0.0.75 → 0.0.76

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.71",
2
+ "sdkVersion": "0.0.76",
3
3
  "iconSvg": "<svg viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M12 0C5.373 0 0 5.373 0 12s5.373 12 12 12 12-5.373 12-12S18.627 0 12 0zm-1.243 16.846a5.082 5.082 0 01-3.532-1.332 4.993 4.993 0 01-1.474-3.49c-.013-1.327.5-2.605 1.427-3.556a5.07 5.07 0 013.532-1.487h.094c1.12.014 2.187.442 3.003 1.205l-1.59 1.69a2.574 2.574 0 00-1.46-.485 2.578 2.578 0 00-1.807.752 2.514 2.514 0 00-.726 1.847c.005.696.285 1.362.78 1.856a2.578 2.578 0 001.86.754c.586 0 1.146-.22 1.578-.619l1.537 1.727a5.098 5.098 0 01-3.222 1.138z\" fill=\"#0052FF\"/></svg>",
4
4
  "iconInactiveSvg": "<svg viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M12 0C5.373 0 0 5.373 0 12s5.373 12 12 12 12-5.373 12-12S18.627 0 12 0zm-1.243 16.846a5.082 5.082 0 01-3.532-1.332 4.993 4.993 0 01-1.474-3.49c-.013-1.327.5-2.605 1.427-3.556a5.07 5.07 0 013.532-1.487h.094c1.12.014 2.187.442 3.003 1.205l-1.59 1.69a2.574 2.574 0 00-1.46-.485 2.578 2.578 0 00-1.807.752 2.514 2.514 0 00-.726 1.847c.005.696.285 1.362.78 1.856a2.578 2.578 0 001.86.754c.586 0 1.146-.22 1.578-.619l1.537 1.727a5.098 5.098 0 01-3.222 1.138z\" fill=\"#999999\"/></svg>",
5
5
  "iconDarkSvg": "<svg viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M12 0C5.373 0 0 5.373 0 12s5.373 12 12 12 12-5.373 12-12S18.627 0 12 0zm-1.243 16.846a5.082 5.082 0 01-3.532-1.332 4.993 4.993 0 01-1.474-3.49c-.013-1.327.5-2.605 1.427-3.556a5.07 5.07 0 013.532-1.487h.094c1.12.014 2.187.442 3.003 1.205l-1.59 1.69a2.574 2.574 0 00-1.46-.485 2.578 2.578 0 00-1.807.752 2.514 2.514 0 00-.726 1.847c.005.696.285 1.362.78 1.856a2.578 2.578 0 001.86.754c.586 0 1.146-.22 1.578-.619l1.537 1.727a5.098 5.098 0 01-3.222 1.138z\" fill=\"#1a63ff\"/></svg>",
package/package.json CHANGED
@@ -4,7 +4,7 @@
4
4
  "publishConfig": {
5
5
  "access": "public"
6
6
  },
7
- "version": "0.0.75",
7
+ "version": "0.0.76",
8
8
  "type": "module",
9
9
  "main": "dist/adapter.iife.js",
10
10
  "keywords": [
@@ -42,10 +42,10 @@
42
42
  "zod": "^4.0.0"
43
43
  },
44
44
  "dependencies": {
45
- "@opentabs-dev/plugin-sdk": "^0.0.75"
45
+ "@opentabs-dev/plugin-sdk": "^0.0.76"
46
46
  },
47
47
  "devDependencies": {
48
- "@opentabs-dev/plugin-tools": "^0.0.75",
48
+ "@opentabs-dev/plugin-tools": "^0.0.76",
49
49
  "@biomejs/biome": "2.4.6",
50
50
  "jiti": "^2.6.1",
51
51
  "typescript": "^5.9.3",