dembrandt 0.8.0 → 0.8.1

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/index.js +1 -1
  2. package/package.json +1 -1
package/index.js CHANGED
@@ -23,7 +23,7 @@ import { join } from "path";
23
23
  program
24
24
  .name("dembrandt")
25
25
  .description("Extract design tokens from any website")
26
- .version("0.7.3")
26
+ .version("0.8.1")
27
27
  .argument("<url>")
28
28
  .option("--browser <type>", "Browser to use (chromium|firefox)", "chromium")
29
29
  .option("--json-only", "Output raw JSON")
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "dembrandt",
3
- "version": "0.8.0",
3
+ "version": "0.8.1",
4
4
  "description": "Extract design tokens and brand assets from any website",
5
5
  "main": "index.js",
6
6
  "type": "module",