@thi.ng/geom-api
Advanced tools
Comparing version 3.1.0 to 3.1.1
# Change Log | ||
Last updated: 2021-11-17T23:24:59Z | ||
- **Last updated**: 2021-11-19T07:59:50Z | ||
- **Generator**: [thi.ng/monopub](https://thi.ng/monopub) | ||
@@ -8,4 +9,4 @@ All notable changes to this project will be documented in this file. | ||
**Note:** Unlisted _patch_ versions only involve non-code changes and/or | ||
version bumps of transitive dependencies. | ||
**Note:** Unlisted _patch_ versions only involve non-code or otherwise excluded changes | ||
and/or version bumps of transitive dependencies. | ||
@@ -12,0 +13,0 @@ ## [3.1.0](https://github.com/thi-ng/umbrella/tree/@thi.ng/geom-api@3.1.0) (2021-11-17) |
{ | ||
"name": "@thi.ng/geom-api", | ||
"version": "3.1.0", | ||
"version": "3.1.1", | ||
"description": "Shared type & interface declarations for @thi.ng/geom packages", | ||
@@ -33,16 +33,16 @@ "type": "module", | ||
"doc:stats": "tools:module-stats", | ||
"pub": "yarn build && yarn npm publish --access public", | ||
"pub": "yarn npm publish --access public", | ||
"test": "testament test" | ||
}, | ||
"dependencies": { | ||
"@thi.ng/api": "^8.3.0", | ||
"@thi.ng/vectors": "^7.2.0" | ||
"@thi.ng/api": "^8.3.1", | ||
"@thi.ng/vectors": "^7.2.1" | ||
}, | ||
"devDependencies": { | ||
"@microsoft/api-extractor": "^7.18.19", | ||
"@thi.ng/testament": "^0.2.0", | ||
"@thi.ng/testament": "^0.2.1", | ||
"rimraf": "^3.0.2", | ||
"tools": "^0.0.1", | ||
"typedoc": "^0.22.8", | ||
"typescript": "^4.4.4" | ||
"typedoc": "^0.22.9", | ||
"typescript": "^4.5.2" | ||
}, | ||
@@ -100,3 +100,3 @@ "keywords": [ | ||
}, | ||
"gitHead": "519eedf95c076202f3429eb8e46ccff275bfe446\n" | ||
"gitHead": "8bd27c8bde0b770e7c001943f11c951cd345d668\n" | ||
} |
29144
24
226
Updated@thi.ng/api@^8.3.1
Updated@thi.ng/vectors@^7.2.1