@thi.ng/geom-axidraw 1.0.76 → 1.0.77

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.76",
3
+ "version": "1.0.77",
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",
@@ -42,15 +42,15 @@
42
42
  "dependencies": {
43
43
  "@thi.ng/api": "^8.12.17",
44
44
  "@thi.ng/arrays": "^2.14.13",
45
- "@thi.ng/axidraw": "^1.1.174",
45
+ "@thi.ng/axidraw": "^1.1.175",
46
46
  "@thi.ng/compare": "^2.5.5",
47
47
  "@thi.ng/defmulti": "^3.0.94",
48
- "@thi.ng/geom": "^8.3.22",
49
- "@thi.ng/geom-accel": "^4.1.83",
50
- "@thi.ng/geom-clip-line": "^2.3.170",
51
- "@thi.ng/geom-isec": "^4.0.80",
48
+ "@thi.ng/geom": "^8.3.23",
49
+ "@thi.ng/geom-accel": "^4.1.84",
50
+ "@thi.ng/geom-clip-line": "^2.3.171",
51
+ "@thi.ng/geom-isec": "^4.0.81",
52
52
  "@thi.ng/transducers": "^9.6.30",
53
- "@thi.ng/vectors": "^8.6.24"
53
+ "@thi.ng/vectors": "^8.6.25"
54
54
  },
55
55
  "devDependencies": {
56
56
  "esbuild": "^0.27.2",
@@ -125,5 +125,5 @@
125
125
  "tag": "axidraw",
126
126
  "year": 2022
127
127
  },
128
- "gitHead": "1107498d31504dc63d1a457b5def387d7a134f69\n"
128
+ "gitHead": "d46ec975b426bb2ceb137cab734395c97436d59b\n"
129
129
  }