@svgsketch/cli 0.1.2 → 0.1.3

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/README.md +0 -1
  2. package/package.json +3 -2
package/README.md CHANGED
@@ -33,4 +33,3 @@ svgsketch codegen icon.svgs -f react -o Icon.tsx --name Icon --typescript
33
33
  # Generate CSS+SVG markup
34
34
  svgsketch codegen design.svgs -f css -o design-snippet.svg
35
35
  ```
36
-
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@svgsketch/cli",
3
- "version": "0.1.2",
3
+ "version": "0.1.3",
4
4
  "private": false,
5
5
  "description": "CLI tool for rendering and validating SVGSketch documents",
6
6
  "main": "dist/index.js",
@@ -39,8 +39,9 @@
39
39
  "commander": "^13.1.0"
40
40
  },
41
41
  "devDependencies": {
42
+ "@types/node": "^26.1.1",
42
43
  "tsup": "^8.5.0",
43
- "typescript": "^5.9.3",
44
+ "typescript": "^6.0.3",
44
45
  "vitest": "^4.0.18"
45
46
  }
46
47
  }