@thi.ng/iges 2.1.210 → 2.1.211

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 +3 -3
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@thi.ng/iges",
3
- "version": "2.1.210",
3
+ "version": "2.1.211",
4
4
  "description": "IGES 5.3 serializer for (currently only) polygonal geometry, both open & closed",
5
5
  "type": "module",
6
6
  "module": "./index.js",
@@ -44,7 +44,7 @@
44
44
  "@thi.ng/defmulti": "^3.0.86",
45
45
  "@thi.ng/strings": "^3.9.31",
46
46
  "@thi.ng/transducers": "^9.6.19",
47
- "@thi.ng/vectors": "^8.6.15"
47
+ "@thi.ng/vectors": "^8.6.16"
48
48
  },
49
49
  "devDependencies": {
50
50
  "esbuild": "^0.27.0",
@@ -88,5 +88,5 @@
88
88
  "status": "alpha",
89
89
  "year": 2016
90
90
  },
91
- "gitHead": "824bf9047b5a10f777c5c5b4aeecf0c750a22c75\n"
91
+ "gitHead": "8625a1c6383737a8fdbe7a3f96ea3cbabc957fa6\n"
92
92
  }