@thi.ng/geom-io-obj 0.3.208 → 0.3.210

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 +12 -11
  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/geom-io-obj](https://raw.githubusercontent.com/thi-ng/umbrella/develop/assets/banners/thing-geom-io-obj.svg?bfe84d70)
2
+ <!-- Please see: https://codeberg.org/thi.ng/umbrella/src/branch/develop/CONTRIBUTING.md#changes-to-readme-files -->
3
+ # ![@thi.ng/geom-io-obj](https://codeberg.org/thi.ng/umbrella/media/branch/develop/assets/banners/thing-geom-io-obj.svg?bfe84d70)
4
4
 
5
5
  [![npm version](https://img.shields.io/npm/v/@thi.ng/geom-io-obj.svg)](https://www.npmjs.com/package/@thi.ng/geom-io-obj)
6
6
  ![npm downloads](https://img.shields.io/npm/dm/@thi.ng/geom-io-obj.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
  - [Features](#features)
@@ -27,7 +28,7 @@
27
28
 
28
29
  ## About
29
30
 
30
- Wavefront OBJ parser (& exporter soon). This is a support package for [@thi.ng/geom](https://github.com/thi-ng/umbrella/tree/develop/packages/geom).
31
+ Wavefront OBJ parser (& exporter soon). This is a support package for [@thi.ng/geom](https://codeberg.org/thi.ng/umbrella/src/branch/develop/packages/geom).
31
32
 
32
33
  ### Features
33
34
 
@@ -51,7 +52,7 @@ Wavefront OBJ parser (& exporter soon). This is a support package for [@thi.ng/g
51
52
 
52
53
  **ALPHA** - bleeding edge / work-in-progress
53
54
 
54
- [Search or submit any issues for this package](https://github.com/thi-ng/umbrella/issues?q=%5Bgeom-io-obj%5D+in%3Atitle)
55
+ [Search or submit any issues for this package](https://codeberg.org/thi.ng/umbrella/issues?q=%5Bgeom-io-obj%5D)
55
56
 
56
57
  ## Installation
57
58
 
@@ -83,9 +84,9 @@ Package sizes (brotli'd, pre-treeshake): ESM: 1004 bytes
83
84
 
84
85
  ## Dependencies
85
86
 
86
- - [@thi.ng/api](https://github.com/thi-ng/umbrella/tree/develop/packages/api)
87
- - [@thi.ng/errors](https://github.com/thi-ng/umbrella/tree/develop/packages/errors)
88
- - [@thi.ng/vectors](https://github.com/thi-ng/umbrella/tree/develop/packages/vectors)
87
+ - [@thi.ng/api](https://codeberg.org/thi.ng/umbrella/src/branch/develop/packages/api)
88
+ - [@thi.ng/errors](https://codeberg.org/thi.ng/umbrella/src/branch/develop/packages/errors)
89
+ - [@thi.ng/vectors](https://codeberg.org/thi.ng/umbrella/src/branch/develop/packages/vectors)
89
90
 
90
91
  Note: @thi.ng/api is in _most_ cases a type-only import (not used at runtime)
91
92
 
@@ -96,7 +97,7 @@ Note: @thi.ng/api is in _most_ cases a type-only import (not used at runtime)
96
97
  TODO
97
98
 
98
99
  See
99
- [api.ts](https://github.com/thi-ng/umbrella/tree/develop/packages/geom-io-obj/src/api.ts)
100
+ [api.ts](https://codeberg.org/thi.ng/umbrella/src/branch/develop/packages/geom-io-obj/src/api.ts)
100
101
  for details about resulting data structure. Also see tests for more.
101
102
 
102
103
  ```ts
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@thi.ng/geom-io-obj",
3
- "version": "0.3.208",
3
+ "version": "0.3.210",
4
4
  "description": "Wavefront OBJ parser (& exporter soon)",
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/geom-io-obj"
13
13
  },
14
14
  "homepage": "https://thi.ng/geom-io-obj",
@@ -40,9 +40,9 @@
40
40
  "tool:tangle": "../../node_modules/.bin/tangle src/**/*.ts"
41
41
  },
42
42
  "dependencies": {
43
- "@thi.ng/api": "^8.12.17",
44
- "@thi.ng/errors": "^2.6.6",
45
- "@thi.ng/vectors": "^8.6.24"
43
+ "@thi.ng/api": "^8.12.18",
44
+ "@thi.ng/errors": "^2.6.7",
45
+ "@thi.ng/vectors": "^8.6.26"
46
46
  },
47
47
  "devDependencies": {
48
48
  "esbuild": "^0.27.2",
@@ -88,5 +88,5 @@
88
88
  "status": "alpha",
89
89
  "year": 2016
90
90
  },
91
- "gitHead": "1107498d31504dc63d1a457b5def387d7a134f69\n"
91
+ "gitHead": "8ddf86ea0a1e658ddbf19cc645b29d0c176e29c4\n"
92
92
  }