@thi.ng/markdown-table 1.0.46 → 1.0.47

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 (1) hide show
  1. package/package.json +10 -10
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@thi.ng/markdown-table",
3
- "version": "1.0.46",
3
+ "version": "1.0.47",
4
4
  "description": "Markdown table formatter/generator with support for column alignments",
5
5
  "type": "module",
6
6
  "module": "./index.js",
@@ -39,16 +39,16 @@
39
39
  "tool:tangle": "../../node_modules/.bin/tangle src/**/*.ts"
40
40
  },
41
41
  "dependencies": {
42
- "@thi.ng/api": "^8.12.12",
43
- "@thi.ng/checks": "^3.8.2",
44
- "@thi.ng/compose": "^3.0.49",
45
- "@thi.ng/errors": "^2.6.1",
46
- "@thi.ng/strings": "^3.9.33",
47
- "@thi.ng/transducers": "^9.6.21"
42
+ "@thi.ng/api": "^8.12.13",
43
+ "@thi.ng/checks": "^3.8.3",
44
+ "@thi.ng/compose": "^3.0.50",
45
+ "@thi.ng/errors": "^2.6.2",
46
+ "@thi.ng/strings": "^3.9.34",
47
+ "@thi.ng/transducers": "^9.6.22"
48
48
  },
49
49
  "devDependencies": {
50
- "esbuild": "^0.27.0",
51
- "typedoc": "^0.28.14",
50
+ "esbuild": "^0.27.2",
51
+ "typedoc": "^0.28.16",
52
52
  "typescript": "^5.9.3"
53
53
  },
54
54
  "keywords": [
@@ -90,5 +90,5 @@
90
90
  ],
91
91
  "year": 2021
92
92
  },
93
- "gitHead": "deb511294f7a120091b654af0ff7e8a399a465b3\n"
93
+ "gitHead": "828ec2e9ffde7307231b03cff46598c0915b1857\n"
94
94
  }