@dudko.dev/vectorize-cli 0.4.3 → 0.4.5

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 +4 -4
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -7,15 +7,15 @@ the Rust tracing core compiled to WebAssembly, with SVG, PDF, EPS and DXF output
7
7
  ## Licence — read this before you install it
8
8
 
9
9
  **Free, with no time limit, for noncommercial use** under the
10
- [PolyForm Noncommercial License 1.0.0](https://polyformproject.org/licenses/noncommercial/1.0.0)
11
- (`LICENSE` in this package): personal study, research, experiment, hobby
10
+ PolyForm Noncommercial License 1.0.0, whose full text is `LICENSE` in this
11
+ package: personal study, research, experiment, hobby
12
12
  projects and amateur pursuits, plus use by charities, educational institutions,
13
13
  public research bodies, public safety and health organizations, environmental
14
14
  organizations and government institutions.
15
15
 
16
16
  **32 days to evaluate it at work**, under
17
- [PolyForm Free Trial 1.0.0](https://polyformproject.org/licenses/free-trial/1.0.0)
18
- (`LICENSE-FREE-TRIAL` in this package),
17
+ PolyForm Free Trial 1.0.0, whose full text is `LICENSE-FREE-TRIAL` in this
18
+ package,
19
19
  granted alongside the above — for trying it, not for redistributing it.
20
20
 
21
21
  **Anything else commercial needs a written licence**, including running it inside
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dudko.dev/vectorize-cli",
3
- "version": "0.4.3",
3
+ "version": "0.4.5",
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": "0.4.2"
21
+ "@dudko.dev/vectorize-core": "0.4.4"
22
22
  },
23
23
  "devDependencies": {
24
24
  "@types/node": "^22.18.0",