@thi.ng/geom-axidraw 0.6.21 → 0.6.23

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.
Files changed (1) hide show
  1. package/package.json +10 -10
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@thi.ng/geom-axidraw",
3
- "version": "0.6.21",
3
+ "version": "0.6.23",
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",
@@ -37,16 +37,16 @@
37
37
  },
38
38
  "dependencies": {
39
39
  "@thi.ng/api": "^8.11.11",
40
- "@thi.ng/arrays": "^2.10.3",
41
- "@thi.ng/axidraw": "^1.1.97",
40
+ "@thi.ng/arrays": "^2.10.4",
41
+ "@thi.ng/axidraw": "^1.1.99",
42
42
  "@thi.ng/compare": "^2.4.3",
43
43
  "@thi.ng/defmulti": "^3.0.49",
44
- "@thi.ng/geom": "^8.1.12",
45
- "@thi.ng/geom-accel": "^4.1.9",
46
- "@thi.ng/geom-clip-line": "^2.3.106",
47
- "@thi.ng/geom-isec": "^4.0.16",
48
- "@thi.ng/transducers": "^9.2.6",
49
- "@thi.ng/vectors": "^7.12.4"
44
+ "@thi.ng/geom": "^8.1.14",
45
+ "@thi.ng/geom-accel": "^4.1.11",
46
+ "@thi.ng/geom-clip-line": "^2.3.108",
47
+ "@thi.ng/geom-isec": "^4.0.18",
48
+ "@thi.ng/transducers": "^9.2.7",
49
+ "@thi.ng/vectors": "^7.12.6"
50
50
  },
51
51
  "devDependencies": {
52
52
  "@microsoft/api-extractor": "^7.47.9",
@@ -121,5 +121,5 @@
121
121
  "status": "alpha",
122
122
  "year": 2022
123
123
  },
124
- "gitHead": "241df2019d93359c34da1a11a94e416b6ea73f32\n"
124
+ "gitHead": "36d88652f6712b0e7ed8e55d1f4d9b3718294f7f\n"
125
125
  }