@thi.ng/geom-axidraw 0.1.1 → 0.1.2

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 +13 -13
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@thi.ng/geom-axidraw",
3
- "version": "0.1.1",
3
+ "version": "0.1.2",
4
4
  "description": "Conversion and preparation of thi.ng/geom shapes & shape groups to AxiDraw pen plotter draw commands",
5
5
  "type": "module",
6
6
  "module": "./index.js",
@@ -34,17 +34,17 @@
34
34
  "test": "testament test"
35
35
  },
36
36
  "dependencies": {
37
- "@thi.ng/api": "^8.6.0",
38
- "@thi.ng/arrays": "^2.4.5",
39
- "@thi.ng/axidraw": "^0.2.1",
40
- "@thi.ng/compare": "^2.1.19",
41
- "@thi.ng/defmulti": "^2.1.24",
42
- "@thi.ng/geom": "^4.0.1",
43
- "@thi.ng/geom-accel": "^3.2.29",
44
- "@thi.ng/geom-api": "^3.3.21",
45
- "@thi.ng/geom-clip-line": "^2.2.1",
46
- "@thi.ng/geom-isec": "^2.1.38",
47
- "@thi.ng/vectors": "^7.5.27"
37
+ "@thi.ng/api": "^8.6.1",
38
+ "@thi.ng/arrays": "^2.4.6",
39
+ "@thi.ng/axidraw": "^0.2.2",
40
+ "@thi.ng/compare": "^2.1.20",
41
+ "@thi.ng/defmulti": "^2.1.25",
42
+ "@thi.ng/geom": "^4.0.2",
43
+ "@thi.ng/geom-accel": "^3.2.30",
44
+ "@thi.ng/geom-api": "^3.3.22",
45
+ "@thi.ng/geom-clip-line": "^2.2.2",
46
+ "@thi.ng/geom-isec": "^2.1.39",
47
+ "@thi.ng/vectors": "^7.5.28"
48
48
  },
49
49
  "devDependencies": {
50
50
  "@microsoft/api-extractor": "^7.33.7",
@@ -117,5 +117,5 @@
117
117
  "status": "alpha",
118
118
  "year": 2022
119
119
  },
120
- "gitHead": "f445a9cc8022bcdebbf6ff91fd66ced016d72f01\n"
120
+ "gitHead": "7b2af448da8a63fb21704a79cc4cdf1f3d7d7a64\n"
121
121
  }