@thi.ng/geom-axidraw 0.5.53 → 0.5.55
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 +3 -2
- package/package.json +17 -17
package/CHANGELOG.md
CHANGED
package/README.md
CHANGED
|
@@ -7,8 +7,9 @@
|
|
|
7
7
|

|
|
8
8
|
[](https://mastodon.thi.ng/@toxi)
|
|
9
9
|
|
|
10
|
-
This project
|
|
11
|
-
[@thi.ng/umbrella](https://github.com/thi-ng/umbrella/) monorepo and
|
|
10
|
+
This is a standalone project, maintained as part of the
|
|
11
|
+
[@thi.ng/umbrella](https://github.com/thi-ng/umbrella/) monorepo and
|
|
12
|
+
anti-framework.
|
|
12
13
|
|
|
13
14
|
- [About](#about)
|
|
14
15
|
- [Supported shape types](#supported-shape-types)
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@thi.ng/geom-axidraw",
|
|
3
|
-
"version": "0.5.
|
|
3
|
+
"version": "0.5.55",
|
|
4
4
|
"description": "Conversion and preparation of thi.ng/geom shapes & shape groups to/from AxiDraw pen plotter draw commands",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"module": "./index.js",
|
|
@@ -35,25 +35,25 @@
|
|
|
35
35
|
"test": "bun test"
|
|
36
36
|
},
|
|
37
37
|
"dependencies": {
|
|
38
|
-
"@thi.ng/api": "^8.9.
|
|
39
|
-
"@thi.ng/arrays": "^2.7.
|
|
40
|
-
"@thi.ng/axidraw": "^1.1.
|
|
41
|
-
"@thi.ng/compare": "^2.2.
|
|
42
|
-
"@thi.ng/defmulti": "^3.0.
|
|
43
|
-
"@thi.ng/geom": "^6.0.
|
|
44
|
-
"@thi.ng/geom-accel": "^3.5.
|
|
45
|
-
"@thi.ng/geom-api": "^3.4.
|
|
46
|
-
"@thi.ng/geom-clip-line": "^2.3.
|
|
47
|
-
"@thi.ng/geom-isec": "^2.1.
|
|
48
|
-
"@thi.ng/transducers": "^8.8.
|
|
49
|
-
"@thi.ng/vectors": "^7.8.
|
|
38
|
+
"@thi.ng/api": "^8.9.16",
|
|
39
|
+
"@thi.ng/arrays": "^2.7.13",
|
|
40
|
+
"@thi.ng/axidraw": "^1.1.46",
|
|
41
|
+
"@thi.ng/compare": "^2.2.12",
|
|
42
|
+
"@thi.ng/defmulti": "^3.0.14",
|
|
43
|
+
"@thi.ng/geom": "^6.0.17",
|
|
44
|
+
"@thi.ng/geom-accel": "^3.5.40",
|
|
45
|
+
"@thi.ng/geom-api": "^3.4.56",
|
|
46
|
+
"@thi.ng/geom-clip-line": "^2.3.56",
|
|
47
|
+
"@thi.ng/geom-isec": "^2.1.98",
|
|
48
|
+
"@thi.ng/transducers": "^8.8.20",
|
|
49
|
+
"@thi.ng/vectors": "^7.8.15"
|
|
50
50
|
},
|
|
51
51
|
"devDependencies": {
|
|
52
|
-
"@microsoft/api-extractor": "^7.
|
|
53
|
-
"esbuild": "^0.19.
|
|
52
|
+
"@microsoft/api-extractor": "^7.39.0",
|
|
53
|
+
"esbuild": "^0.19.10",
|
|
54
54
|
"rimraf": "^5.0.5",
|
|
55
55
|
"typedoc": "^0.25.4",
|
|
56
|
-
"typescript": "^5.3.
|
|
56
|
+
"typescript": "^5.3.3"
|
|
57
57
|
},
|
|
58
58
|
"keywords": [
|
|
59
59
|
"2d",
|
|
@@ -121,5 +121,5 @@
|
|
|
121
121
|
"status": "alpha",
|
|
122
122
|
"year": 2022
|
|
123
123
|
},
|
|
124
|
-
"gitHead": "
|
|
124
|
+
"gitHead": "b3db173682e1148cf08a6bd907b8d90b47b7c066\n"
|
|
125
125
|
}
|