@nonamelego/dsh-catppuccin 0.1.1 → 0.1.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.
Files changed (1) hide show
  1. package/package.json +4 -2
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@nonamelego/dsh-catppuccin",
3
3
  "description": "Catppuccin themes for the DeepSeek Harness web GUI — Latte, Frappé, Macchiato and Mocha registered into the official theme system (Appearance settings), fully remapping the --dsw-* token ladder.",
4
- "version": "0.1.1",
4
+ "version": "0.1.2",
5
5
  "type": "module",
6
6
  "main": "lib/index.js",
7
7
  "repository": {
@@ -59,6 +59,9 @@
59
59
  "gen:palettes": "node scripts/generate-palettes.mjs"
60
60
  },
61
61
  "license": "MIT",
62
+ "dependencies": {
63
+ "schemastery": "^3.18.0"
64
+ },
62
65
  "peerDependencies": {
63
66
  "react": "^18.2.0"
64
67
  },
@@ -74,7 +77,6 @@
74
77
  "jsdom": "29.1.1",
75
78
  "lightningcss": "^1.32.0",
76
79
  "react": "^18.2.0",
77
- "schemastery": "^3.18.0",
78
80
  "tsdown": "^0.22.2",
79
81
  "typescript": "^5.7.0",
80
82
  "vite-tsconfig-paths": "^6.1.1",