@thi.ng/geom-axidraw 0.5.73 → 0.5.75
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 +16 -15
package/CHANGELOG.md
CHANGED
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.75",
|
|
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",
|
|
@@ -32,21 +32,22 @@
|
|
|
32
32
|
"doc:ae": "mkdir -p .ae/doc .ae/temp && api-extractor run --local --verbose",
|
|
33
33
|
"doc:readme": "bun ../../tools/src/module-stats.ts && bun ../../tools/src/readme.ts",
|
|
34
34
|
"pub": "yarn npm publish --access public",
|
|
35
|
-
"test": "bun test"
|
|
35
|
+
"test": "bun test",
|
|
36
|
+
"tool:tangle": "../../node_modules/.bin/tangle src/**/*.ts"
|
|
36
37
|
},
|
|
37
38
|
"dependencies": {
|
|
38
|
-
"@thi.ng/api": "^8.9.
|
|
39
|
-
"@thi.ng/arrays": "^2.8.
|
|
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.9.
|
|
49
|
-
"@thi.ng/vectors": "^7.10.
|
|
39
|
+
"@thi.ng/api": "^8.9.29",
|
|
40
|
+
"@thi.ng/arrays": "^2.8.7",
|
|
41
|
+
"@thi.ng/axidraw": "^1.1.65",
|
|
42
|
+
"@thi.ng/compare": "^2.2.25",
|
|
43
|
+
"@thi.ng/defmulti": "^3.0.30",
|
|
44
|
+
"@thi.ng/geom": "^6.0.37",
|
|
45
|
+
"@thi.ng/geom-accel": "^3.5.59",
|
|
46
|
+
"@thi.ng/geom-api": "^3.4.75",
|
|
47
|
+
"@thi.ng/geom-clip-line": "^2.3.75",
|
|
48
|
+
"@thi.ng/geom-isec": "^2.1.117",
|
|
49
|
+
"@thi.ng/transducers": "^8.9.11",
|
|
50
|
+
"@thi.ng/vectors": "^7.10.17"
|
|
50
51
|
},
|
|
51
52
|
"devDependencies": {
|
|
52
53
|
"@microsoft/api-extractor": "^7.40.1",
|
|
@@ -121,5 +122,5 @@
|
|
|
121
122
|
"status": "alpha",
|
|
122
123
|
"year": 2022
|
|
123
124
|
},
|
|
124
|
-
"gitHead": "
|
|
125
|
+
"gitHead": "69100942474942f7446ac645d59d91e7dfc352f9\n"
|
|
125
126
|
}
|