@dudko.dev/vectorize-cli 0.4.0 → 0.4.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/README.md +5 -0
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -25,6 +25,11 @@ internal business use. Ask: sergey@dudko.dev
25
25
  A hosted API is planned at `vectorize-api.dudko.dev`, where a paid account will
26
26
  carry commercial permission for use of that service. Accounts are not open yet.
27
27
 
28
+ Your rights to this package come from `LICENSE` and, for commercial use, from a
29
+ written agreement with the copyright holder. No web page grants them — not this
30
+ project's, and not anyone else's — so nothing published at any address can widen
31
+ or narrow what `LICENSE` says.
32
+
28
33
  The WebAssembly modules come from `@dudko.dev/vectorize-core`, whose
29
34
  `THIRD-PARTY-NOTICES.md` carries the notices for the Rust crates linked into
30
35
  them.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dudko.dev/vectorize-cli",
3
- "version": "0.4.0",
3
+ "version": "0.4.1",
4
4
  "description": "Command-line raster → SVG converter",
5
5
  "type": "module",
6
6
  "license": "PolyForm-Noncommercial-1.0.0",
@@ -18,7 +18,7 @@
18
18
  "test": "vitest run"
19
19
  },
20
20
  "dependencies": {
21
- "@dudko.dev/vectorize-core": "workspace:*"
21
+ "@dudko.dev/vectorize-core": "0.4.1"
22
22
  },
23
23
  "devDependencies": {
24
24
  "@types/node": "^22.18.0",