@nonamelego/dsh-catppuccin 0.2.7-beta.3 → 0.2.7

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 (2) hide show
  1. package/lib/index.js +1 -1
  2. package/package.json +1 -1
package/lib/index.js CHANGED
@@ -3,7 +3,7 @@ import { basename, dirname, join } from "node:path";
3
3
  import { readFile, readdir } from "node:fs/promises";
4
4
  import { homedir } from "node:os";
5
5
  //#region package.json
6
- var version = "0.2.7-beta.3";
6
+ var version = "0.2.7";
7
7
  //#endregion
8
8
  //#region src/versions.ts
9
9
  /** Parse a semver string, or null when it is not `v?x.y.z[-pre][+build]`. */
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@nonamelego/dsh-catppuccin",
3
3
  "description": "Catppuccin themes + a toggleable glassmorphism skin 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, with adjustable frosted glass for the top bar, sidebar, composer, stats line and trajectory view.",
4
- "version": "0.2.7-beta.3",
4
+ "version": "0.2.7",
5
5
  "type": "module",
6
6
  "main": "lib/index.js",
7
7
  "repository": {