@thi.ng/geom-axidraw 1.0.90 → 1.0.92

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/README.md +1 -1
  2. package/package.json +13 -13
package/README.md CHANGED
@@ -8,7 +8,7 @@
8
8
 
9
9
  > [!NOTE]
10
10
 
11
- > This is one of 215 standalone projects. LLM-free, human-made and
11
+ > This is one of 216 standalone projects. LLM-free, human-made and
12
12
  > cared for software, maintained as part of the
13
13
  > [@thi.ng/umbrella](https://codeberg.org/thi.ng/umbrella/) ecosystem and
14
14
  > anti-framework.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@thi.ng/geom-axidraw",
3
- "version": "1.0.90",
3
+ "version": "1.0.92",
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",
@@ -40,17 +40,17 @@
40
40
  "tool:tangle": "../../node_modules/.bin/tangle src/**/*.ts"
41
41
  },
42
42
  "dependencies": {
43
- "@thi.ng/api": "^8.12.24",
44
- "@thi.ng/arrays": "^2.14.21",
45
- "@thi.ng/axidraw": "^1.1.188",
46
- "@thi.ng/compare": "^2.5.12",
47
- "@thi.ng/defmulti": "^3.0.101",
48
- "@thi.ng/geom": "^8.3.32",
49
- "@thi.ng/geom-accel": "^4.1.93",
50
- "@thi.ng/geom-clip-line": "^2.3.180",
51
- "@thi.ng/geom-isec": "^4.0.90",
52
- "@thi.ng/transducers": "^9.6.38",
53
- "@thi.ng/vectors": "^8.6.34"
43
+ "@thi.ng/api": "^8.12.26",
44
+ "@thi.ng/arrays": "^2.14.23",
45
+ "@thi.ng/axidraw": "^1.1.190",
46
+ "@thi.ng/compare": "^2.5.14",
47
+ "@thi.ng/defmulti": "^3.0.103",
48
+ "@thi.ng/geom": "^8.3.34",
49
+ "@thi.ng/geom-accel": "^4.1.95",
50
+ "@thi.ng/geom-clip-line": "^2.3.182",
51
+ "@thi.ng/geom-isec": "^4.0.92",
52
+ "@thi.ng/transducers": "^9.6.40",
53
+ "@thi.ng/vectors": "^8.6.36"
54
54
  },
55
55
  "devDependencies": {
56
56
  "esbuild": "^0.28.0",
@@ -125,5 +125,5 @@
125
125
  "tag": "axidraw",
126
126
  "year": 2022
127
127
  },
128
- "gitHead": "b302822c51b2ab255f8f27f8dd010433d95f29df"
128
+ "gitHead": "c47c56420bcae2e0477d252a497be44f08ca185a"
129
129
  }