@thi.ng/quad-edge 3.1.115 → 3.1.117

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 +10 -9
  2. package/package.json +6 -6
package/README.md CHANGED
@@ -1,6 +1,6 @@
1
1
  <!-- This file is generated - DO NOT EDIT! -->
2
- <!-- Please see: https://github.com/thi-ng/umbrella/blob/develop/CONTRIBUTING.md#changes-to-readme-files -->
3
- # ![@thi.ng/quad-edge](https://raw.githubusercontent.com/thi-ng/umbrella/develop/assets/banners/thing-quad-edge.svg?83a8d81f)
2
+ <!-- Please see: https://codeberg.org/thi.ng/umbrella/src/branch/develop/CONTRIBUTING.md#changes-to-readme-files -->
3
+ # ![@thi.ng/quad-edge](https://codeberg.org/thi.ng/umbrella/media/branch/develop/assets/banners/thing-quad-edge.svg?83a8d81f)
4
4
 
5
5
  [![npm version](https://img.shields.io/npm/v/@thi.ng/quad-edge.svg)](https://www.npmjs.com/package/@thi.ng/quad-edge)
6
6
  ![npm downloads](https://img.shields.io/npm/dm/@thi.ng/quad-edge.svg)
@@ -8,11 +8,12 @@
8
8
 
9
9
  > [!NOTE]
10
10
  > This is one of 214 standalone projects, maintained as part
11
- > of the [@thi.ng/umbrella](https://github.com/thi-ng/umbrella/) monorepo
11
+ > of the [@thi.ng/umbrella](https://codeberg.org/thi.ng/umbrella/) ecosystem
12
12
  > and anti-framework.
13
13
  >
14
- > 🚀 Please help me to work full-time on these projects by [sponsoring me on
15
- > GitHub](https://github.com/sponsors/postspectacular). Thank you! ❤️
14
+ > 🚀 Please help me to work full-time on these projects by [sponsoring
15
+ > me](https://codeberg.org/thi.ng/umbrella/src/branch/develop/CONTRIBUTING.md#donations).
16
+ > Thank you! ❤️
16
17
 
17
18
  - [About](#about)
18
19
  - [Status](#status)
@@ -28,7 +29,7 @@
28
29
  Quadedge data structure after Guibas & Stolfi.
29
30
 
30
31
  See the related
31
- [@thi.ng/geom-voronoi](https://github.com/thi-ng/umbrella/tree/develop/packages/geom-voronoi)
32
+ [@thi.ng/geom-voronoi](https://codeberg.org/thi.ng/umbrella/src/branch/develop/packages/geom-voronoi)
32
33
  package for concrete usage. This package merely provides the underlying
33
34
  graph data structure.
34
35
 
@@ -44,11 +45,11 @@ Reference:
44
45
 
45
46
  **STABLE** - used in production
46
47
 
47
- [Search or submit any issues for this package](https://github.com/thi-ng/umbrella/issues?q=%5Bquad-edge%5D+in%3Atitle)
48
+ [Search or submit any issues for this package](https://codeberg.org/thi.ng/umbrella/issues?q=%5Bquad-edge%5D)
48
49
 
49
50
  ## Related packages
50
51
 
51
- - [@thi.ng/geom-voronoi](https://github.com/thi-ng/umbrella/tree/develop/packages/geom-voronoi) - Fast, incremental 2D Delaunay & Voronoi mesh implementation
52
+ - [@thi.ng/geom-voronoi](https://codeberg.org/thi.ng/umbrella/src/branch/develop/packages/geom-voronoi) - Fast, incremental 2D Delaunay & Voronoi mesh implementation
52
53
 
53
54
  ## Installation
54
55
 
@@ -80,7 +81,7 @@ Package sizes (brotli'd, pre-treeshake): ESM: 558 bytes
80
81
 
81
82
  ## Dependencies
82
83
 
83
- - [@thi.ng/errors](https://github.com/thi-ng/umbrella/tree/develop/packages/errors)
84
+ - [@thi.ng/errors](https://codeberg.org/thi.ng/umbrella/src/branch/develop/packages/errors)
84
85
 
85
86
  ## API
86
87
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@thi.ng/quad-edge",
3
- "version": "3.1.115",
3
+ "version": "3.1.117",
4
4
  "description": "Quadedge data structure after Guibas & Stolfi",
5
5
  "type": "module",
6
6
  "module": "./index.js",
@@ -8,7 +8,7 @@
8
8
  "sideEffects": false,
9
9
  "repository": {
10
10
  "type": "git",
11
- "url": "git+https://github.com/thi-ng/umbrella.git",
11
+ "url": "git+https://codeberg.org/thi.ng/umbrella.git",
12
12
  "directory": "packages/quad-edge"
13
13
  },
14
14
  "homepage": "https://thi.ng/quad-edge",
@@ -40,11 +40,11 @@
40
40
  "tool:tangle": "../../node_modules/.bin/tangle src/**/*.ts"
41
41
  },
42
42
  "dependencies": {
43
- "@thi.ng/errors": "^2.6.6"
43
+ "@thi.ng/errors": "^2.6.8"
44
44
  },
45
45
  "devDependencies": {
46
- "esbuild": "^0.27.2",
47
- "typedoc": "^0.28.16",
46
+ "esbuild": "^0.28.0",
47
+ "typedoc": "^0.28.18",
48
48
  "typescript": "^5.9.3"
49
49
  },
50
50
  "keywords": [
@@ -81,5 +81,5 @@
81
81
  ],
82
82
  "year": 2015
83
83
  },
84
- "gitHead": "1107498d31504dc63d1a457b5def387d7a134f69\n"
84
+ "gitHead": "a780d4a5f6f5fc595c9d28527686f63534927d32"
85
85
  }