@thi.ng/geom-axidraw 1.0.13 → 1.0.15

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 -2
  3. package/package.json +16 -16
package/CHANGELOG.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # Change Log
2
2
 
3
- - **Last updated**: 2025-02-19T20:59:58Z
3
+ - **Last updated**: 2025-03-17T13:40:35Z
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
@@ -1,13 +1,13 @@
1
1
  <!-- This file is generated - DO NOT EDIT! -->
2
2
  <!-- Please see: https://github.com/thi-ng/umbrella/blob/develop/CONTRIBUTING.md#changes-to-readme-files -->
3
- # ![@thi.ng/geom-axidraw](https://media.thi.ng/umbrella/banners-20230807/thing-geom-axidraw.svg?a2db6741)
3
+ # ![@thi.ng/geom-axidraw](https://raw.githubusercontent.com/thi-ng/umbrella/develop/assets/banners/thing-geom-axidraw.svg?a2db6741)
4
4
 
5
5
  [![npm version](https://img.shields.io/npm/v/@thi.ng/geom-axidraw.svg)](https://www.npmjs.com/package/@thi.ng/geom-axidraw)
6
6
  ![npm downloads](https://img.shields.io/npm/dm/@thi.ng/geom-axidraw.svg)
7
7
  [![Mastodon Follow](https://img.shields.io/mastodon/follow/109331703950160316?domain=https%3A%2F%2Fmastodon.thi.ng&style=social)](https://mastodon.thi.ng/@toxi)
8
8
 
9
9
  > [!NOTE]
10
- > This is one of 202 standalone projects, maintained as part
10
+ > This is one of 203 standalone projects, maintained as part
11
11
  > of the [@thi.ng/umbrella](https://github.com/thi-ng/umbrella/) monorepo
12
12
  > and anti-framework.
13
13
  >
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@thi.ng/geom-axidraw",
3
- "version": "1.0.13",
3
+ "version": "1.0.15",
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",
@@ -39,22 +39,22 @@
39
39
  "tool:tangle": "../../node_modules/.bin/tangle src/**/*.ts"
40
40
  },
41
41
  "dependencies": {
42
- "@thi.ng/api": "^8.11.21",
43
- "@thi.ng/arrays": "^2.10.18",
44
- "@thi.ng/axidraw": "^1.1.117",
45
- "@thi.ng/compare": "^2.4.13",
46
- "@thi.ng/defmulti": "^3.0.61",
47
- "@thi.ng/geom": "^8.1.33",
48
- "@thi.ng/geom-accel": "^4.1.28",
49
- "@thi.ng/geom-clip-line": "^2.3.125",
50
- "@thi.ng/geom-isec": "^4.0.35",
51
- "@thi.ng/transducers": "^9.2.21",
52
- "@thi.ng/vectors": "^7.12.23"
42
+ "@thi.ng/api": "^8.11.23",
43
+ "@thi.ng/arrays": "^2.10.20",
44
+ "@thi.ng/axidraw": "^1.1.119",
45
+ "@thi.ng/compare": "^2.4.15",
46
+ "@thi.ng/defmulti": "^3.0.63",
47
+ "@thi.ng/geom": "^8.1.35",
48
+ "@thi.ng/geom-accel": "^4.1.30",
49
+ "@thi.ng/geom-clip-line": "^2.3.127",
50
+ "@thi.ng/geom-isec": "^4.0.37",
51
+ "@thi.ng/transducers": "^9.2.23",
52
+ "@thi.ng/vectors": "^7.12.25"
53
53
  },
54
54
  "devDependencies": {
55
- "esbuild": "^0.25.0",
56
- "typedoc": "^0.27.7",
57
- "typescript": "^5.7.3"
55
+ "esbuild": "^0.25.1",
56
+ "typedoc": "^0.28.0",
57
+ "typescript": "^5.8.2"
58
58
  },
59
59
  "keywords": [
60
60
  "2d",
@@ -124,5 +124,5 @@
124
124
  "tag": "axidraw",
125
125
  "year": 2022
126
126
  },
127
- "gitHead": "5084790092321b8654373237225c5f428f092782\n"
127
+ "gitHead": "dfecb91b5b6a05db32d96f261e0c0ac6319240b9\n"
128
128
  }