@thi.ng/geom-axidraw 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 (3) hide show
  1. package/CHANGELOG.md +1 -1
  2. package/README.md +1 -1
  3. package/package.json +14 -14
package/CHANGELOG.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # Change Log
2
2
 
3
- - **Last updated**: 2022-12-16T12:52:25Z
3
+ - **Last updated**: 2022-12-22T21:47:07Z
4
4
  - **Generator**: [thi.ng/monopub](https://thi.ng/monopub)
5
5
 
6
6
  All notable changes to this project will be documented in this file.
package/README.md CHANGED
@@ -27,7 +27,7 @@ This project is part of the
27
27
 
28
28
  ## About
29
29
 
30
- Conversion and preparation of thi.ng/geom shapes & shape groups to AxiDraw pen plotter draw commands
30
+ Conversion and preparation of thi.ng/geom shapes & shape groups to AxiDraw pen plotter draw commands. This is a support package for [@thi.ng/geom](https://github.com/thi-ng/umbrella/tree/develop/packages/geom).
31
31
 
32
32
  This package only deals with the conversion aspects. The
33
33
  [@thi.ng/axidraw](https://github.com/thi-ng/umbrella/blob/develop/packages/axidraw)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@thi.ng/geom-axidraw",
3
- "version": "0.1.2",
3
+ "version": "0.1.3",
4
4
  "description": "Conversion and preparation of thi.ng/geom shapes & shape groups to AxiDraw pen plotter draw commands",
5
5
  "type": "module",
6
6
  "module": "./index.js",
@@ -34,21 +34,21 @@
34
34
  "test": "testament test"
35
35
  },
36
36
  "dependencies": {
37
- "@thi.ng/api": "^8.6.1",
38
- "@thi.ng/arrays": "^2.4.6",
39
- "@thi.ng/axidraw": "^0.2.2",
40
- "@thi.ng/compare": "^2.1.20",
41
- "@thi.ng/defmulti": "^2.1.25",
42
- "@thi.ng/geom": "^4.0.2",
43
- "@thi.ng/geom-accel": "^3.2.30",
44
- "@thi.ng/geom-api": "^3.3.22",
45
- "@thi.ng/geom-clip-line": "^2.2.2",
46
- "@thi.ng/geom-isec": "^2.1.39",
47
- "@thi.ng/vectors": "^7.5.28"
37
+ "@thi.ng/api": "^8.6.2",
38
+ "@thi.ng/arrays": "^2.4.7",
39
+ "@thi.ng/axidraw": "^0.2.3",
40
+ "@thi.ng/compare": "^2.1.21",
41
+ "@thi.ng/defmulti": "^2.1.26",
42
+ "@thi.ng/geom": "^4.1.0",
43
+ "@thi.ng/geom-accel": "^3.2.31",
44
+ "@thi.ng/geom-api": "^3.3.23",
45
+ "@thi.ng/geom-clip-line": "^2.2.3",
46
+ "@thi.ng/geom-isec": "^2.1.40",
47
+ "@thi.ng/vectors": "^7.5.29"
48
48
  },
49
49
  "devDependencies": {
50
50
  "@microsoft/api-extractor": "^7.33.7",
51
- "@thi.ng/testament": "^0.3.7",
51
+ "@thi.ng/testament": "^0.3.8",
52
52
  "rimraf": "^3.0.2",
53
53
  "tools": "^0.0.1",
54
54
  "typedoc": "^0.23.22",
@@ -117,5 +117,5 @@
117
117
  "status": "alpha",
118
118
  "year": 2022
119
119
  },
120
- "gitHead": "7b2af448da8a63fb21704a79cc4cdf1f3d7d7a64\n"
120
+ "gitHead": "bc6f7f5e2765bb96fe64db804eaf4b2443b47fc6\n"
121
121
  }