@thi.ng/axidraw 0.5.0 → 0.5.3

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 +3 -1
  3. package/package.json +11 -11
package/CHANGELOG.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # Change Log
2
2
 
3
- - **Last updated**: 2023-02-05T14:42:21Z
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
@@ -164,15 +164,17 @@ For Node.js REPL:
164
164
  const axidraw = await import("@thi.ng/axidraw");
165
165
  ```
166
166
 
167
- Package sizes (brotli'd, pre-treeshake): ESM: 3.97 KB
167
+ Package sizes (brotli'd, pre-treeshake): ESM: 2.15 KB
168
168
 
169
169
  ## Dependencies
170
170
 
171
171
  - [@thi.ng/api](https://github.com/thi-ng/umbrella/tree/develop/packages/api)
172
172
  - [@thi.ng/checks](https://github.com/thi-ng/umbrella/tree/develop/packages/checks)
173
173
  - [@thi.ng/compose](https://github.com/thi-ng/umbrella/tree/develop/packages/compose)
174
+ - [@thi.ng/date](https://github.com/thi-ng/umbrella/tree/develop/packages/date)
174
175
  - [@thi.ng/errors](https://github.com/thi-ng/umbrella/tree/develop/packages/errors)
175
176
  - [@thi.ng/logger](https://github.com/thi-ng/umbrella/tree/develop/packages/logger)
177
+ - [@thi.ng/transducers](https://github.com/thi-ng/umbrella/tree/develop/packages/transducers)
176
178
  - [@thi.ng/vectors](https://github.com/thi-ng/umbrella/tree/develop/packages/vectors)
177
179
  - [serialport](git://github.com/serialport/node-serialport.git)
178
180
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@thi.ng/axidraw",
3
- "version": "0.5.0",
3
+ "version": "0.5.3",
4
4
  "description": "Minimal AxiDraw plotter/drawing machine controller for Node.js",
5
5
  "type": "module",
6
6
  "module": "./index.js",
@@ -34,19 +34,19 @@
34
34
  "test": "testament test"
35
35
  },
36
36
  "dependencies": {
37
- "@thi.ng/api": "^8.7.0",
38
- "@thi.ng/checks": "^3.3.8",
39
- "@thi.ng/compose": "^2.1.25",
40
- "@thi.ng/date": "^2.4.2",
41
- "@thi.ng/errors": "^2.2.9",
42
- "@thi.ng/logger": "^1.4.8",
43
- "@thi.ng/transducers": "^8.3.31",
44
- "@thi.ng/vectors": "^7.6.0",
37
+ "@thi.ng/api": "^8.7.2",
38
+ "@thi.ng/checks": "^3.3.9",
39
+ "@thi.ng/compose": "^2.1.27",
40
+ "@thi.ng/date": "^2.4.4",
41
+ "@thi.ng/errors": "^2.2.11",
42
+ "@thi.ng/logger": "^1.4.9",
43
+ "@thi.ng/transducers": "^8.3.34",
44
+ "@thi.ng/vectors": "^7.6.3",
45
45
  "serialport": "^10.5.0"
46
46
  },
47
47
  "devDependencies": {
48
48
  "@microsoft/api-extractor": "^7.34.2",
49
- "@thi.ng/testament": "^0.3.10",
49
+ "@thi.ng/testament": "^0.3.11",
50
50
  "rimraf": "^4.1.2",
51
51
  "tools": "^0.0.1",
52
52
  "typedoc": "^0.23.24",
@@ -104,5 +104,5 @@
104
104
  "status": "alpha",
105
105
  "year": 2022
106
106
  },
107
- "gitHead": "50ba9c87676fac60c46d2bc0e4d2c7711a374a68\n"
107
+ "gitHead": "7896250248d960109253215c75b115c46626293e\n"
108
108
  }