@thi.ng/geom-io-obj 0.3.31 → 0.3.33
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 +6 -6
- package/package.json +9 -9
package/CHANGELOG.md
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
# Change Log
|
|
2
2
|
|
|
3
|
-
- **Last updated**: 2022-
|
|
3
|
+
- **Last updated**: 2022-11-23T22:46:54Z
|
|
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.
|
|
@@ -38,9 +38,9 @@ and/or version bumps of transitive dependencies.
|
|
|
38
38
|
|
|
39
39
|
#### ♻️ Refactoring
|
|
40
40
|
|
|
41
|
-
- update imports in all tests/pkgs ([effd591](https://github.com/thi-ng/umbrella/commit/effd591))
|
|
42
41
|
- update imports in all pkgs ([5fa2b6f](https://github.com/thi-ng/umbrella/commit/5fa2b6f))
|
|
43
42
|
- add .js suffix for all relative imports
|
|
43
|
+
- update imports in all tests/pkgs ([effd591](https://github.com/thi-ng/umbrella/commit/effd591))
|
|
44
44
|
|
|
45
45
|
## [0.2.0](https://github.com/thi-ng/umbrella/tree/@thi.ng/geom-io-obj@0.2.0) (2021-10-12)
|
|
46
46
|
|
|
@@ -61,15 +61,15 @@ and/or version bumps of transitive dependencies.
|
|
|
61
61
|
|
|
62
62
|
#### ♻️ Refactoring
|
|
63
63
|
|
|
64
|
+
- update all tests in _all_ pkgs ([8b582bc](https://github.com/thi-ng/umbrella/commit/8b582bc))
|
|
65
|
+
- update all to use [@thi.ng/testament](https://github.com/thi-ng/umbrella/tree/main/packages/testament)
|
|
66
|
+
- update imports ([a71ccba](https://github.com/thi-ng/umbrella/commit/a71ccba))
|
|
64
67
|
- update deps & imports in various pkgs ([e1cf29e](https://github.com/thi-ng/umbrella/commit/e1cf29e))
|
|
65
68
|
- largely related to recent updates/restructuring of these packages:
|
|
66
69
|
- api
|
|
67
70
|
- defmulti
|
|
68
71
|
- errors
|
|
69
72
|
- logger
|
|
70
|
-
- update imports ([a71ccba](https://github.com/thi-ng/umbrella/commit/a71ccba))
|
|
71
|
-
- update all tests in _all_ pkgs ([8b582bc](https://github.com/thi-ng/umbrella/commit/8b582bc))
|
|
72
|
-
- update all to use [@thi.ng/testament](https://github.com/thi-ng/umbrella/tree/main/packages/testament)
|
|
73
73
|
|
|
74
74
|
### [0.1.28](https://github.com/thi-ng/umbrella/tree/@thi.ng/geom-io-obj@0.1.28) (2020-12-07)
|
|
75
75
|
|
|
@@ -87,5 +87,5 @@ and/or version bumps of transitive dependencies.
|
|
|
87
87
|
|
|
88
88
|
#### 🚀 Features
|
|
89
89
|
|
|
90
|
-
- add more opts, tessellator, tests ([ea65418](https://github.com/thi-ng/umbrella/commit/ea65418))
|
|
91
90
|
- import as new pkg ([2708bbf](https://github.com/thi-ng/umbrella/commit/2708bbf))
|
|
91
|
+
- add more opts, tessellator, tests ([ea65418](https://github.com/thi-ng/umbrella/commit/ea65418))
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@thi.ng/geom-io-obj",
|
|
3
|
-
"version": "0.3.
|
|
3
|
+
"version": "0.3.33",
|
|
4
4
|
"description": "Wavefront OBJ parser (& exporter soon)",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"module": "./index.js",
|
|
@@ -34,16 +34,16 @@
|
|
|
34
34
|
"test": "testament test"
|
|
35
35
|
},
|
|
36
36
|
"dependencies": {
|
|
37
|
-
"@thi.ng/api": "^8.
|
|
38
|
-
"@thi.ng/errors": "^2.2.
|
|
39
|
-
"@thi.ng/vectors": "^7.5.
|
|
37
|
+
"@thi.ng/api": "^8.5.0",
|
|
38
|
+
"@thi.ng/errors": "^2.2.4",
|
|
39
|
+
"@thi.ng/vectors": "^7.5.25"
|
|
40
40
|
},
|
|
41
41
|
"devDependencies": {
|
|
42
42
|
"@microsoft/api-extractor": "^7.33.5",
|
|
43
|
-
"@thi.ng/testament": "^0.3.
|
|
43
|
+
"@thi.ng/testament": "^0.3.5",
|
|
44
44
|
"rimraf": "^3.0.2",
|
|
45
45
|
"tools": "^0.0.1",
|
|
46
|
-
"typedoc": "^0.23.
|
|
46
|
+
"typedoc": "^0.23.20",
|
|
47
47
|
"typescript": "^4.8.4"
|
|
48
48
|
},
|
|
49
49
|
"keywords": [
|
|
@@ -65,8 +65,8 @@
|
|
|
65
65
|
"node": ">=12.7"
|
|
66
66
|
},
|
|
67
67
|
"files": [
|
|
68
|
-
"
|
|
69
|
-
"
|
|
68
|
+
"./*.js",
|
|
69
|
+
"./*.d.ts"
|
|
70
70
|
],
|
|
71
71
|
"exports": {
|
|
72
72
|
".": {
|
|
@@ -84,5 +84,5 @@
|
|
|
84
84
|
"status": "alpha",
|
|
85
85
|
"year": 2016
|
|
86
86
|
},
|
|
87
|
-
"gitHead": "
|
|
87
|
+
"gitHead": "75ec32ff7f1b7b5e72e7a04ace24732cd5d6c774\n"
|
|
88
88
|
}
|