@thi.ng/geom-axidraw 0.5.72 → 0.5.73

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 (3) hide show
  1. package/CHANGELOG.md +1 -1
  2. package/README.md +2 -0
  3. package/package.json +12 -12
package/CHANGELOG.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # Change Log
2
2
 
3
- - **Last updated**: 2024-03-01T15:22:50Z
3
+ - **Last updated**: 2024-03-02T14:05:53Z
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/README.md CHANGED
@@ -92,6 +92,8 @@ any package-specific attribs must be stored under the `__axi` key:
92
92
  custom drawing tools](#supporting-custom-drawing-tools).
93
93
 
94
94
  ```ts
95
+ import { circle } from "@thi.ng/geom";
96
+
95
97
  // a circle which will be plotted at only 10% of the normal speed
96
98
  circle(100, { __axi: { speed: 0.1 } })
97
99
  ```
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@thi.ng/geom-axidraw",
3
- "version": "0.5.72",
3
+ "version": "0.5.73",
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,17 +36,17 @@
36
36
  },
37
37
  "dependencies": {
38
38
  "@thi.ng/api": "^8.9.27",
39
- "@thi.ng/arrays": "^2.8.4",
40
- "@thi.ng/axidraw": "^1.1.62",
39
+ "@thi.ng/arrays": "^2.8.5",
40
+ "@thi.ng/axidraw": "^1.1.63",
41
41
  "@thi.ng/compare": "^2.2.23",
42
- "@thi.ng/defmulti": "^3.0.27",
43
- "@thi.ng/geom": "^6.0.34",
44
- "@thi.ng/geom-accel": "^3.5.56",
45
- "@thi.ng/geom-api": "^3.4.72",
46
- "@thi.ng/geom-clip-line": "^2.3.72",
47
- "@thi.ng/geom-isec": "^2.1.114",
48
- "@thi.ng/transducers": "^8.9.8",
49
- "@thi.ng/vectors": "^7.10.14"
42
+ "@thi.ng/defmulti": "^3.0.28",
43
+ "@thi.ng/geom": "^6.0.35",
44
+ "@thi.ng/geom-accel": "^3.5.57",
45
+ "@thi.ng/geom-api": "^3.4.73",
46
+ "@thi.ng/geom-clip-line": "^2.3.73",
47
+ "@thi.ng/geom-isec": "^2.1.115",
48
+ "@thi.ng/transducers": "^8.9.9",
49
+ "@thi.ng/vectors": "^7.10.15"
50
50
  },
51
51
  "devDependencies": {
52
52
  "@microsoft/api-extractor": "^7.40.1",
@@ -121,5 +121,5 @@
121
121
  "status": "alpha",
122
122
  "year": 2022
123
123
  },
124
- "gitHead": "d660ae8fd1bf64d919b4334f19509f1f539d70f6\n"
124
+ "gitHead": "df9e312af741d87e6b450afcfea6a6e381662b1e\n"
125
125
  }