@thi.ng/geom-axidraw 1.0.21 → 1.0.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 +8 -8
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@thi.ng/geom-axidraw",
3
- "version": "1.0.21",
3
+ "version": "1.0.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",
@@ -41,15 +41,15 @@
41
41
  "dependencies": {
42
42
  "@thi.ng/api": "^8.11.27",
43
43
  "@thi.ng/arrays": "^2.11.0",
44
- "@thi.ng/axidraw": "^1.1.125",
44
+ "@thi.ng/axidraw": "^1.1.127",
45
45
  "@thi.ng/compare": "^2.4.19",
46
46
  "@thi.ng/defmulti": "^3.0.67",
47
- "@thi.ng/geom": "^8.1.41",
48
- "@thi.ng/geom-accel": "^4.1.36",
49
- "@thi.ng/geom-clip-line": "^2.3.133",
50
- "@thi.ng/geom-isec": "^4.0.43",
47
+ "@thi.ng/geom": "^8.1.43",
48
+ "@thi.ng/geom-accel": "^4.1.38",
49
+ "@thi.ng/geom-clip-line": "^2.3.135",
50
+ "@thi.ng/geom-isec": "^4.0.45",
51
51
  "@thi.ng/transducers": "^9.3.0",
52
- "@thi.ng/vectors": "^8.1.0"
52
+ "@thi.ng/vectors": "^8.2.0"
53
53
  },
54
54
  "devDependencies": {
55
55
  "esbuild": "^0.25.3",
@@ -124,5 +124,5 @@
124
124
  "tag": "axidraw",
125
125
  "year": 2022
126
126
  },
127
- "gitHead": "4354686a6fb1f82c09ea48f92f87786191b231a0\n"
127
+ "gitHead": "99ea3cda41e61b66f3914c5c9c9b7bb60ee3ee84\n"
128
128
  }