@thi.ng/geom-axidraw 0.3.1 → 0.3.4

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 +1 -1
  3. package/package.json +19 -19
package/CHANGELOG.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # Change Log
2
2
 
3
- - **Last updated**: 2023-01-17T10:57:27Z
3
+ - **Last updated**: 2023-02-10T14:03:10Z
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
@@ -250,7 +250,7 @@ For Node.js REPL:
250
250
  const geomAxidraw = await import("@thi.ng/geom-axidraw");
251
251
  ```
252
252
 
253
- Package sizes (brotli'd, pre-treeshake): ESM: 1.31 KB
253
+ Package sizes (brotli'd, pre-treeshake): ESM: 1.32 KB
254
254
 
255
255
  ## Dependencies
256
256
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@thi.ng/geom-axidraw",
3
- "version": "0.3.1",
3
+ "version": "0.3.4",
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",
@@ -34,26 +34,26 @@
34
34
  "test": "testament test"
35
35
  },
36
36
  "dependencies": {
37
- "@thi.ng/api": "^8.6.3",
38
- "@thi.ng/arrays": "^2.5.1",
39
- "@thi.ng/axidraw": "^0.4.0",
40
- "@thi.ng/compare": "^2.1.22",
41
- "@thi.ng/defmulti": "^2.1.27",
42
- "@thi.ng/geom": "^4.2.0",
43
- "@thi.ng/geom-accel": "^3.2.33",
44
- "@thi.ng/geom-api": "^3.4.0",
45
- "@thi.ng/geom-clip-line": "^2.3.0",
46
- "@thi.ng/geom-isec": "^2.1.42",
47
- "@thi.ng/transducers": "^8.3.30",
48
- "@thi.ng/vectors": "^7.5.31"
37
+ "@thi.ng/api": "^8.7.2",
38
+ "@thi.ng/arrays": "^2.5.4",
39
+ "@thi.ng/axidraw": "^0.5.2",
40
+ "@thi.ng/compare": "^2.1.25",
41
+ "@thi.ng/defmulti": "^2.1.30",
42
+ "@thi.ng/geom": "^4.2.3",
43
+ "@thi.ng/geom-accel": "^3.3.2",
44
+ "@thi.ng/geom-api": "^3.4.3",
45
+ "@thi.ng/geom-clip-line": "^2.3.3",
46
+ "@thi.ng/geom-isec": "^2.1.45",
47
+ "@thi.ng/transducers": "^8.3.33",
48
+ "@thi.ng/vectors": "^7.6.2"
49
49
  },
50
50
  "devDependencies": {
51
- "@microsoft/api-extractor": "^7.33.7",
52
- "@thi.ng/testament": "^0.3.9",
53
- "rimraf": "^3.0.2",
51
+ "@microsoft/api-extractor": "^7.34.2",
52
+ "@thi.ng/testament": "^0.3.11",
53
+ "rimraf": "^4.1.2",
54
54
  "tools": "^0.0.1",
55
- "typedoc": "^0.23.22",
56
- "typescript": "^4.9.4"
55
+ "typedoc": "^0.23.24",
56
+ "typescript": "^4.9.5"
57
57
  },
58
58
  "keywords": [
59
59
  "2d",
@@ -121,5 +121,5 @@
121
121
  "status": "alpha",
122
122
  "year": 2022
123
123
  },
124
- "gitHead": "02425e5d92d381af664430d56609ee82948b4f59\n"
124
+ "gitHead": "cafa4ecea90fb681949dc3885a5bd6ddefa38b51\n"
125
125
  }