@thi.ng/geom-axidraw 0.1.1 → 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.
- package/CHANGELOG.md +1 -1
- package/README.md +1 -1
- package/package.json +14 -14
package/CHANGELOG.md
CHANGED
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.
|
|
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.
|
|
38
|
-
"@thi.ng/arrays": "^2.4.
|
|
39
|
-
"@thi.ng/axidraw": "^0.2.
|
|
40
|
-
"@thi.ng/compare": "^2.1.
|
|
41
|
-
"@thi.ng/defmulti": "^2.1.
|
|
42
|
-
"@thi.ng/geom": "^4.0
|
|
43
|
-
"@thi.ng/geom-accel": "^3.2.
|
|
44
|
-
"@thi.ng/geom-api": "^3.3.
|
|
45
|
-
"@thi.ng/geom-clip-line": "^2.2.
|
|
46
|
-
"@thi.ng/geom-isec": "^2.1.
|
|
47
|
-
"@thi.ng/vectors": "^7.5.
|
|
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.
|
|
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": "
|
|
120
|
+
"gitHead": "bc6f7f5e2765bb96fe64db804eaf4b2443b47fc6\n"
|
|
121
121
|
}
|