@thi.ng/geom-axidraw 0.5.76 → 0.5.78

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 (2) hide show
  1. package/CHANGELOG.md +1 -1
  2. package/package.json +18 -18
package/CHANGELOG.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # Change Log
2
2
 
3
- - **Last updated**: 2024-03-07T20:40:47Z
3
+ - **Last updated**: 2024-03-13T14:04:31Z
4
4
  - **Generator**: [thi.ng/monopub](https://thi.ng/monopub)
5
5
 
6
6
  All notable changes to this project will be documented in this file.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@thi.ng/geom-axidraw",
3
- "version": "0.5.76",
3
+ "version": "0.5.78",
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",
@@ -36,25 +36,25 @@
36
36
  "tool:tangle": "../../node_modules/.bin/tangle src/**/*.ts"
37
37
  },
38
38
  "dependencies": {
39
- "@thi.ng/api": "^8.9.29",
40
- "@thi.ng/arrays": "^2.8.7",
41
- "@thi.ng/axidraw": "^1.1.65",
42
- "@thi.ng/compare": "^2.2.25",
43
- "@thi.ng/defmulti": "^3.0.30",
44
- "@thi.ng/geom": "^6.0.38",
45
- "@thi.ng/geom-accel": "^3.5.59",
46
- "@thi.ng/geom-api": "^3.4.75",
47
- "@thi.ng/geom-clip-line": "^2.3.75",
48
- "@thi.ng/geom-isec": "^2.1.117",
49
- "@thi.ng/transducers": "^8.9.11",
50
- "@thi.ng/vectors": "^7.10.17"
39
+ "@thi.ng/api": "^8.9.30",
40
+ "@thi.ng/arrays": "^2.8.9",
41
+ "@thi.ng/axidraw": "^1.1.67",
42
+ "@thi.ng/compare": "^2.2.26",
43
+ "@thi.ng/defmulti": "^3.0.32",
44
+ "@thi.ng/geom": "^6.0.40",
45
+ "@thi.ng/geom-accel": "^3.5.61",
46
+ "@thi.ng/geom-api": "^3.4.77",
47
+ "@thi.ng/geom-clip-line": "^2.3.77",
48
+ "@thi.ng/geom-isec": "^2.1.119",
49
+ "@thi.ng/transducers": "^8.9.13",
50
+ "@thi.ng/vectors": "^7.10.19"
51
51
  },
52
52
  "devDependencies": {
53
- "@microsoft/api-extractor": "^7.40.1",
54
- "esbuild": "^0.20.0",
53
+ "@microsoft/api-extractor": "^7.42.3",
54
+ "esbuild": "^0.20.1",
55
55
  "rimraf": "^5.0.5",
56
- "typedoc": "^0.25.7",
57
- "typescript": "^5.3.3"
56
+ "typedoc": "^0.25.12",
57
+ "typescript": "^5.4.2"
58
58
  },
59
59
  "keywords": [
60
60
  "2d",
@@ -122,5 +122,5 @@
122
122
  "status": "alpha",
123
123
  "year": 2022
124
124
  },
125
- "gitHead": "0d3bacf526db92363b43e81356e8cef18368272a\n"
125
+ "gitHead": "bc0f3cb07d6f1cab6dbdc5ff57428f5484e711bb\n"
126
126
  }