Skip to content

Commit

Permalink
build: update/fix pkg deps & meta
Browse files Browse the repository at this point in the history
  • Loading branch information
postspectacular committed Dec 22, 2022
1 parent 47573bb commit 663d0f3
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 6 deletions.
2 changes: 1 addition & 1 deletion packages/adjacency/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@thi.ng/adjacency",
"version": "2.2.20",
"description": "Sparse & bitwise adjacency matrices and related functions for directed & undirected graphs",
"description": "Sparse & bitwise adjacency matrices, lists and selected traversal algorithms for directed & undirected graphs",
"type": "module",
"module": "./index.js",
"typings": "./index.d.ts",
Expand Down
3 changes: 2 additions & 1 deletion packages/axidraw/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@
},
"dependencies": {
"@thi.ng/api": "^8.6.1",
"@thi.ng/checks": "^3.3.5",
"@thi.ng/compose": "^2.1.22",
"@thi.ng/errors": "^2.2.6",
"@thi.ng/logger": "^1.4.5",
Expand All @@ -57,7 +58,7 @@
"geometry",
"io",
"logger",
"node",
"node-only",
"penplotter",
"polyline",
"serialport",
Expand Down
1 change: 0 additions & 1 deletion packages/poisson/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,6 @@
"@thi.ng/checks": "^3.3.5",
"@thi.ng/geom-api": "^3.3.22",
"@thi.ng/random": "^3.3.19",
"@thi.ng/transducers": "^8.3.27",
"@thi.ng/vectors": "^7.5.28"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/transclude/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,6 @@
"dependencies": {
"@thi.ng/api": "^8.6.1",
"@thi.ng/checks": "^3.3.5",
"@thi.ng/errors": "^2.2.6",
"@thi.ng/file-io": "^0.3.23",
"@thi.ng/logger": "^1.4.5",
"@thi.ng/strings": "^3.3.21",
Expand All @@ -56,6 +55,7 @@
"generator",
"json",
"markdown",
"node-only",
"npm",
"template",
"text",
Expand Down
3 changes: 1 addition & 2 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2420,6 +2420,7 @@ __metadata:
dependencies:
"@microsoft/api-extractor": ^7.33.7
"@thi.ng/api": ^8.6.1
"@thi.ng/checks": ^3.3.5
"@thi.ng/compose": ^2.1.22
"@thi.ng/errors": ^2.2.6
"@thi.ng/logger": ^1.4.5
Expand Down Expand Up @@ -4295,7 +4296,6 @@ __metadata:
"@thi.ng/geom-api": ^3.3.22
"@thi.ng/random": ^3.3.19
"@thi.ng/testament": ^0.3.7
"@thi.ng/transducers": ^8.3.27
"@thi.ng/vectors": ^7.5.28
rimraf: ^3.0.2
tools: "workspace:^"
Expand Down Expand Up @@ -5019,7 +5019,6 @@ __metadata:
"@microsoft/api-extractor": ^7.33.7
"@thi.ng/api": ^8.6.1
"@thi.ng/checks": ^3.3.5
"@thi.ng/errors": ^2.2.6
"@thi.ng/file-io": ^0.3.23
"@thi.ng/logger": ^1.4.5
"@thi.ng/strings": ^3.3.21
Expand Down

0 comments on commit 663d0f3

Please sign in to comment.