@thi.ng/axidraw 1.1.110 → 1.1.111
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.
- package/CHANGELOG.md +3 -1
- package/package.json +13 -14
package/CHANGELOG.md
CHANGED
|
@@ -1,9 +1,11 @@
|
|
|
1
1
|
# Change Log
|
|
2
2
|
|
|
3
|
-
- **Last updated**: 2025-01-
|
|
3
|
+
- **Last updated**: 2025-01-23T13:39:11Z
|
|
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.
|
|
7
|
+
Only versions published since **2022-01-01** are listed here.
|
|
8
|
+
Please consult the Git history for older version information.
|
|
7
9
|
See [Conventional Commits](https://conventionalcommits.org/) for commit guidelines.
|
|
8
10
|
|
|
9
11
|
**Note:** Unlisted _patch_ versions only involve non-code or otherwise excluded changes
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@thi.ng/axidraw",
|
|
3
|
-
"version": "1.1.
|
|
3
|
+
"version": "1.1.111",
|
|
4
4
|
"description": "Minimal AxiDraw plotter/drawing machine controller for Node.js",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"module": "./index.js",
|
|
@@ -40,23 +40,22 @@
|
|
|
40
40
|
"tool:tangle": "../../node_modules/.bin/tangle src/**/*.ts"
|
|
41
41
|
},
|
|
42
42
|
"dependencies": {
|
|
43
|
-
"@thi.ng/api": "^8.11.
|
|
44
|
-
"@thi.ng/checks": "^3.6.
|
|
45
|
-
"@thi.ng/compose": "^3.0.
|
|
46
|
-
"@thi.ng/date": "^2.7.
|
|
47
|
-
"@thi.ng/errors": "^2.5.
|
|
48
|
-
"@thi.ng/logger": "^3.0.
|
|
49
|
-
"@thi.ng/math": "^5.11.
|
|
50
|
-
"@thi.ng/transducers": "^9.2.
|
|
51
|
-
"@thi.ng/units": "^1.0.
|
|
52
|
-
"@thi.ng/vectors": "^7.12.
|
|
43
|
+
"@thi.ng/api": "^8.11.18",
|
|
44
|
+
"@thi.ng/checks": "^3.6.21",
|
|
45
|
+
"@thi.ng/compose": "^3.0.21",
|
|
46
|
+
"@thi.ng/date": "^2.7.41",
|
|
47
|
+
"@thi.ng/errors": "^2.5.24",
|
|
48
|
+
"@thi.ng/logger": "^3.0.29",
|
|
49
|
+
"@thi.ng/math": "^5.11.18",
|
|
50
|
+
"@thi.ng/transducers": "^9.2.16",
|
|
51
|
+
"@thi.ng/units": "^1.0.4",
|
|
52
|
+
"@thi.ng/vectors": "^7.12.18",
|
|
53
53
|
"serialport": "^13.0.0"
|
|
54
54
|
},
|
|
55
55
|
"devDependencies": {
|
|
56
|
-
"@microsoft/api-extractor": "^7.48.1",
|
|
57
56
|
"esbuild": "^0.24.2",
|
|
58
57
|
"typedoc": "^0.27.6",
|
|
59
|
-
"typescript": "^5.7.
|
|
58
|
+
"typescript": "^5.7.3"
|
|
60
59
|
},
|
|
61
60
|
"keywords": [
|
|
62
61
|
"2d",
|
|
@@ -120,5 +119,5 @@
|
|
|
120
119
|
"year": 2022,
|
|
121
120
|
"screenshot": "axidraw/axiscape-1280.jpg"
|
|
122
121
|
},
|
|
123
|
-
"gitHead": "
|
|
122
|
+
"gitHead": "b92b48abda9941d608be8a2e1c83447e679a6f79\n"
|
|
124
123
|
}
|