@thi.ng/geom-axidraw 0.3.10 → 0.3.12
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/package.json +19 -19
package/CHANGELOG.md
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@thi.ng/geom-axidraw",
|
|
3
|
-
"version": "0.3.
|
|
3
|
+
"version": "0.3.12",
|
|
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",
|
|
@@ -25,7 +25,7 @@
|
|
|
25
25
|
"license": "Apache-2.0",
|
|
26
26
|
"scripts": {
|
|
27
27
|
"build": "yarn clean && tsc --declaration",
|
|
28
|
-
"clean": "rimraf '*.js' '*.d.ts' '*.map' doc",
|
|
28
|
+
"clean": "rimraf --glob '*.js' '*.d.ts' '*.map' doc",
|
|
29
29
|
"doc": "typedoc --excludePrivate --excludeInternal --out doc src/index.ts",
|
|
30
30
|
"doc:ae": "mkdir -p .ae/doc .ae/temp && api-extractor run --local --verbose",
|
|
31
31
|
"doc:readme": "yarn doc:stats && tools:readme",
|
|
@@ -34,25 +34,25 @@
|
|
|
34
34
|
"test": "testament test"
|
|
35
35
|
},
|
|
36
36
|
"dependencies": {
|
|
37
|
-
"@thi.ng/api": "^8.7.
|
|
38
|
-
"@thi.ng/arrays": "^2.5.
|
|
39
|
-
"@thi.ng/axidraw": "^0.5.
|
|
40
|
-
"@thi.ng/compare": "^2.1.
|
|
41
|
-
"@thi.ng/defmulti": "^2.1.
|
|
42
|
-
"@thi.ng/geom": "^4.2.
|
|
43
|
-
"@thi.ng/geom-accel": "^3.3.
|
|
44
|
-
"@thi.ng/geom-api": "^3.4.
|
|
45
|
-
"@thi.ng/geom-clip-line": "^2.3.
|
|
46
|
-
"@thi.ng/geom-isec": "^2.1.
|
|
47
|
-
"@thi.ng/transducers": "^8.3.
|
|
48
|
-
"@thi.ng/vectors": "^7.6.
|
|
37
|
+
"@thi.ng/api": "^8.7.4",
|
|
38
|
+
"@thi.ng/arrays": "^2.5.8",
|
|
39
|
+
"@thi.ng/axidraw": "^0.5.8",
|
|
40
|
+
"@thi.ng/compare": "^2.1.27",
|
|
41
|
+
"@thi.ng/defmulti": "^2.1.33",
|
|
42
|
+
"@thi.ng/geom": "^4.2.11",
|
|
43
|
+
"@thi.ng/geom-accel": "^3.3.8",
|
|
44
|
+
"@thi.ng/geom-api": "^3.4.9",
|
|
45
|
+
"@thi.ng/geom-clip-line": "^2.3.9",
|
|
46
|
+
"@thi.ng/geom-isec": "^2.1.51",
|
|
47
|
+
"@thi.ng/transducers": "^8.3.38",
|
|
48
|
+
"@thi.ng/vectors": "^7.6.8"
|
|
49
49
|
},
|
|
50
50
|
"devDependencies": {
|
|
51
|
-
"@microsoft/api-extractor": "^7.34.
|
|
52
|
-
"@thi.ng/testament": "^0.3.
|
|
53
|
-
"rimraf": "^4.
|
|
51
|
+
"@microsoft/api-extractor": "^7.34.4",
|
|
52
|
+
"@thi.ng/testament": "^0.3.13",
|
|
53
|
+
"rimraf": "^4.4.0",
|
|
54
54
|
"tools": "^0.0.1",
|
|
55
|
-
"typedoc": "^0.23.
|
|
55
|
+
"typedoc": "^0.23.26",
|
|
56
56
|
"typescript": "^4.9.5"
|
|
57
57
|
},
|
|
58
58
|
"keywords": [
|
|
@@ -121,5 +121,5 @@
|
|
|
121
121
|
"status": "alpha",
|
|
122
122
|
"year": 2022
|
|
123
123
|
},
|
|
124
|
-
"gitHead": "
|
|
124
|
+
"gitHead": "cc46c097a3a173fb1ef41f57a858d03037063141\n"
|
|
125
125
|
}
|