@thi.ng/geom-axidraw 0.6.3 → 0.6.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.
- package/CHANGELOG.md +1 -1
- package/README.md +1 -1
- package/package.json +16 -16
package/CHANGELOG.md
CHANGED
package/README.md
CHANGED
|
@@ -7,7 +7,7 @@
|
|
|
7
7
|
[](https://mastodon.thi.ng/@toxi)
|
|
8
8
|
|
|
9
9
|
> [!NOTE]
|
|
10
|
-
> This is one of
|
|
10
|
+
> This is one of 188 standalone projects, maintained as part
|
|
11
11
|
> of the [@thi.ng/umbrella](https://github.com/thi-ng/umbrella/) monorepo
|
|
12
12
|
> and anti-framework.
|
|
13
13
|
>
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@thi.ng/geom-axidraw",
|
|
3
|
-
"version": "0.6.
|
|
3
|
+
"version": "0.6.5",
|
|
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",
|
|
@@ -36,23 +36,23 @@
|
|
|
36
36
|
"tool:tangle": "../../node_modules/.bin/tangle src/**/*.ts"
|
|
37
37
|
},
|
|
38
38
|
"dependencies": {
|
|
39
|
-
"@thi.ng/api": "^8.11.
|
|
40
|
-
"@thi.ng/arrays": "^2.9.
|
|
41
|
-
"@thi.ng/axidraw": "^1.1.
|
|
42
|
-
"@thi.ng/compare": "^2.3.
|
|
43
|
-
"@thi.ng/defmulti": "^3.0.
|
|
44
|
-
"@thi.ng/geom": "^8.0.
|
|
45
|
-
"@thi.ng/geom-accel": "^4.0.
|
|
46
|
-
"@thi.ng/geom-clip-line": "^2.3.
|
|
47
|
-
"@thi.ng/geom-isec": "^4.0.
|
|
48
|
-
"@thi.ng/transducers": "^9.0.
|
|
49
|
-
"@thi.ng/vectors": "^7.11.
|
|
39
|
+
"@thi.ng/api": "^8.11.5",
|
|
40
|
+
"@thi.ng/arrays": "^2.9.10",
|
|
41
|
+
"@thi.ng/axidraw": "^1.1.84",
|
|
42
|
+
"@thi.ng/compare": "^2.3.8",
|
|
43
|
+
"@thi.ng/defmulti": "^3.0.43",
|
|
44
|
+
"@thi.ng/geom": "^8.0.3",
|
|
45
|
+
"@thi.ng/geom-accel": "^4.0.3",
|
|
46
|
+
"@thi.ng/geom-clip-line": "^2.3.93",
|
|
47
|
+
"@thi.ng/geom-isec": "^4.0.3",
|
|
48
|
+
"@thi.ng/transducers": "^9.0.9",
|
|
49
|
+
"@thi.ng/vectors": "^7.11.3"
|
|
50
50
|
},
|
|
51
51
|
"devDependencies": {
|
|
52
52
|
"@microsoft/api-extractor": "^7.47.0",
|
|
53
|
-
"esbuild": "^0.
|
|
54
|
-
"typedoc": "^0.
|
|
55
|
-
"typescript": "^5.5.
|
|
53
|
+
"esbuild": "^0.23.0",
|
|
54
|
+
"typedoc": "^0.26.3",
|
|
55
|
+
"typescript": "^5.5.3"
|
|
56
56
|
},
|
|
57
57
|
"keywords": [
|
|
58
58
|
"2d",
|
|
@@ -121,5 +121,5 @@
|
|
|
121
121
|
"status": "alpha",
|
|
122
122
|
"year": 2022
|
|
123
123
|
},
|
|
124
|
-
"gitHead": "
|
|
124
|
+
"gitHead": "ba4f2cd15eeb0cae30efe222524da4fed2a57267\n"
|
|
125
125
|
}
|