@opentabs-dev/opentabs-plugin-meticulous 0.0.78 → 0.0.79

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.79",
3
3
  "iconSvg": "<svg viewBox=\"0 0 18 18\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <g transform=\"translate(1, 0)\"> <path d=\"M2.34131 0H0V17.3123H1.65712V2.45609L4.4692 8.65928L5.3417 6.61884L2.34131 0ZM14.2048 6.80147V17.3123H16V2.60093L14.2048 6.80147Z\" fill=\"black\"/> <path d=\"M13.6131 0L8.2023 11.9781H7.77547L6.35687 8.86081L5.48438 10.9012L6.73349 13.6596H9.09991L12.659 5.78755L12.7092 5.67419L15.1321 0H13.6131Z\" fill=\"#6E64BD\"/> </g> </svg>",
4
4
  "iconInactiveSvg": "<svg viewBox=\"0 0 18 18\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <g transform=\"translate(1, 0)\"> <path d=\"M2.34131 0H0V17.3123H1.65712V2.45609L4.4692 8.65928L5.3417 6.61884L2.34131 0ZM14.2048 6.80147V17.3123H16V2.60093L14.2048 6.80147Z\" fill=\"#999999\"/> <path d=\"M13.6131 0L8.2023 11.9781H7.77547L6.35687 8.86081L5.48438 10.9012L6.73349 13.6596H9.09991L12.659 5.78755L12.7092 5.67419L15.1321 0H13.6131Z\" fill=\"#999999\"/> </g> </svg>",
5
5
  "iconDarkSvg": "<svg viewBox=\"0 0 18 18\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <g transform=\"translate(1, 0)\"> <path d=\"M2.34131 0H0V17.3123H1.65712V2.45609L4.4692 8.65928L5.3417 6.61884L2.34131 0ZM14.2048 6.80147V17.3123H16V2.60093L14.2048 6.80147Z\" fill=\"#ffffff\"/> <path d=\"M13.6131 0L8.2023 11.9781H7.77547L6.35687 8.86081L5.48438 10.9012L6.73349 13.6596H9.09991L12.659 5.78755L12.7092 5.67419L15.1321 0H13.6131Z\" fill=\"#6E64BD\"/> </g> </svg>",
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@opentabs-dev/opentabs-plugin-meticulous",
3
3
  "description": "OpenTabs plugin for Meticulous",
4
- "version": "0.0.78",
4
+ "version": "0.0.79",
5
5
  "type": "module",
6
6
  "main": "dist/adapter.iife.js",
7
7
  "keywords": [
@@ -46,11 +46,11 @@
46
46
  "zod": "^4.0.0"
47
47
  },
48
48
  "dependencies": {
49
- "@opentabs-dev/plugin-sdk": "^0.0.78"
49
+ "@opentabs-dev/plugin-sdk": "^0.0.79"
50
50
  },
51
51
  "devDependencies": {
52
52
  "@biomejs/biome": "2.4.5",
53
- "@opentabs-dev/plugin-tools": "^0.0.78",
53
+ "@opentabs-dev/plugin-tools": "^0.0.79",
54
54
  "jiti": "^2.6.1",
55
55
  "typescript": "^5.9.3",
56
56
  "zod": "^4.0.0"