@thi.ng/markdown-table 1.0.35 → 1.0.39

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/package.json +93 -93
  2. package/CHANGELOG.md +0 -30
package/package.json CHANGED
@@ -1,94 +1,94 @@
1
1
  {
2
- "name": "@thi.ng/markdown-table",
3
- "version": "1.0.35",
4
- "description": "Markdown table formatter/generator with support for column alignments",
5
- "type": "module",
6
- "module": "./index.js",
7
- "typings": "./index.d.ts",
8
- "sideEffects": false,
9
- "repository": {
10
- "type": "git",
11
- "url": "https://github.com/thi-ng/umbrella.git"
12
- },
13
- "homepage": "https://thi.ng/markdown-table",
14
- "funding": [
15
- {
16
- "type": "github",
17
- "url": "https://github.com/sponsors/postspectacular"
18
- },
19
- {
20
- "type": "patreon",
21
- "url": "https://patreon.com/thing_umbrella"
22
- },
23
- {
24
- "type": "liberapay",
25
- "url": "https://liberapay.com/thi.ng"
26
- }
27
- ],
28
- "author": "Karsten Schmidt (https://thi.ng)",
29
- "license": "Apache-2.0",
30
- "scripts": {
31
- "build": "yarn build:esbuild && yarn build:decl",
32
- "build:decl": "tsc --declaration --emitDeclarationOnly",
33
- "build:esbuild": "esbuild --format=esm --platform=neutral --target=es2022 --tsconfig=tsconfig.json --outdir=. src/**/*.ts",
34
- "clean": "bun ../../tools/src/clean-package.ts",
35
- "doc": "typedoc --options ../../typedoc.json --out doc src/index.ts",
36
- "doc:readme": "bun ../../tools/src/module-stats.ts && bun ../../tools/src/readme.ts",
37
- "pub": "yarn npm publish --access public",
38
- "test": "bun test",
39
- "tool:tangle": "../../node_modules/.bin/tangle src/**/*.ts"
40
- },
41
- "dependencies": {
42
- "@thi.ng/api": "^8.12.2",
43
- "@thi.ng/checks": "^3.7.18",
44
- "@thi.ng/compose": "^3.0.39",
45
- "@thi.ng/errors": "^2.5.42",
46
- "@thi.ng/strings": "^3.9.22",
47
- "@thi.ng/transducers": "^9.6.10"
48
- },
49
- "devDependencies": {
50
- "esbuild": "^0.25.9",
51
- "typedoc": "^0.28.12",
52
- "typescript": "^5.9.2"
53
- },
54
- "keywords": [
55
- "align",
56
- "ascii",
57
- "fileformat",
58
- "format",
59
- "generator",
60
- "markdown",
61
- "table",
62
- "text",
63
- "typescript"
64
- ],
65
- "publishConfig": {
66
- "access": "public"
67
- },
68
- "engines": {
69
- "node": ">=18"
70
- },
71
- "files": [
72
- "./*.js",
73
- "./*.d.ts"
74
- ],
75
- "exports": {
76
- ".": {
77
- "default": "./index.js"
78
- },
79
- "./api": {
80
- "default": "./api.js"
81
- },
82
- "./table": {
83
- "default": "./table.js"
84
- }
85
- },
86
- "thi.ng": {
87
- "related": [
88
- "hiccup-markdown",
89
- "text-canvas"
90
- ],
91
- "year": 2021
92
- },
93
- "gitHead": "b7ede4f099767e0175ea8e09257208f73970b220\n"
94
- }
2
+ "name": "@thi.ng/markdown-table",
3
+ "version": "1.0.39",
4
+ "description": "Markdown table formatter/generator with support for column alignments",
5
+ "type": "module",
6
+ "module": "./index.js",
7
+ "typings": "./index.d.ts",
8
+ "sideEffects": false,
9
+ "repository": {
10
+ "type": "git",
11
+ "url": "https://github.com/thi-ng/umbrella.git"
12
+ },
13
+ "homepage": "https://thi.ng/markdown-table",
14
+ "funding": [
15
+ {
16
+ "type": "github",
17
+ "url": "https://github.com/sponsors/postspectacular"
18
+ },
19
+ {
20
+ "type": "patreon",
21
+ "url": "https://patreon.com/thing_umbrella"
22
+ },
23
+ {
24
+ "type": "liberapay",
25
+ "url": "https://liberapay.com/thi.ng"
26
+ }
27
+ ],
28
+ "author": "Karsten Schmidt (https://thi.ng)",
29
+ "license": "Apache-2.0",
30
+ "scripts": {
31
+ "build": "yarn build:esbuild && yarn build:decl",
32
+ "build:decl": "tsc --declaration --emitDeclarationOnly",
33
+ "build:esbuild": "esbuild --format=esm --platform=neutral --target=es2022 --tsconfig=tsconfig.json --outdir=. src/**/*.ts",
34
+ "clean": "bun ../../tools/src/clean-package.ts",
35
+ "doc": "typedoc --options ../../typedoc.json --out doc src/index.ts",
36
+ "doc:readme": "bun ../../tools/src/module-stats.ts && bun ../../tools/src/readme.ts",
37
+ "pub": "npm publish --access public",
38
+ "test": "bun test",
39
+ "tool:tangle": "../../node_modules/.bin/tangle src/**/*.ts"
40
+ },
41
+ "dependencies": {
42
+ "@thi.ng/api": "^8.12.6",
43
+ "@thi.ng/checks": "^3.7.22",
44
+ "@thi.ng/compose": "^3.0.43",
45
+ "@thi.ng/errors": "^2.5.46",
46
+ "@thi.ng/strings": "^3.9.26",
47
+ "@thi.ng/transducers": "^9.6.14"
48
+ },
49
+ "devDependencies": {
50
+ "esbuild": "^0.25.11",
51
+ "typedoc": "^0.28.14",
52
+ "typescript": "^5.9.3"
53
+ },
54
+ "keywords": [
55
+ "align",
56
+ "ascii",
57
+ "fileformat",
58
+ "format",
59
+ "generator",
60
+ "markdown",
61
+ "table",
62
+ "text",
63
+ "typescript"
64
+ ],
65
+ "publishConfig": {
66
+ "access": "public"
67
+ },
68
+ "engines": {
69
+ "node": ">=18"
70
+ },
71
+ "files": [
72
+ "./*.js",
73
+ "./*.d.ts"
74
+ ],
75
+ "exports": {
76
+ ".": {
77
+ "default": "./index.js"
78
+ },
79
+ "./api": {
80
+ "default": "./api.js"
81
+ },
82
+ "./table": {
83
+ "default": "./table.js"
84
+ }
85
+ },
86
+ "thi.ng": {
87
+ "related": [
88
+ "hiccup-markdown",
89
+ "text-canvas"
90
+ ],
91
+ "year": 2021
92
+ },
93
+ "gitHead": "136a5e5ef0b69e82329db00d806c3c4e8f1aa063\n"
94
+ }
package/CHANGELOG.md DELETED
@@ -1,30 +0,0 @@
1
- # Change Log
2
-
3
- - **Last updated**: 2025-09-01T16:38:35Z
4
- - **Generator**: [thi.ng/monopub](https://thi.ng/monopub)
5
-
6
- All notable changes to this project will be documented in this file.
7
- Only versions published since **2022-01-01** are listed here.
8
- Please consult the Git history for older version information.
9
- See [Conventional Commits](https://conventionalcommits.org/) for commit guidelines.
10
-
11
- **Note:** Unlisted _patch_ versions only involve non-code or otherwise excluded changes
12
- and/or version bumps of transitive dependencies.
13
-
14
- ### [0.3.123](https://github.com/thi-ng/umbrella/tree/@thi.ng/markdown-table@0.3.123) (2024-06-21)
15
-
16
- #### ♻️ Refactoring
17
-
18
- - enforce uniform naming convention of internal functions ([56992b2](https://github.com/thi-ng/umbrella/commit/56992b2))
19
-
20
- ### [0.3.78](https://github.com/thi-ng/umbrella/tree/@thi.ng/markdown-table@0.3.78) (2023-11-09)
21
-
22
- #### ♻️ Refactoring
23
-
24
- - update all tests (packages A-S) ([e3085e4](https://github.com/thi-ng/umbrella/commit/e3085e4))
25
-
26
- ### [0.3.54](https://github.com/thi-ng/umbrella/tree/@thi.ng/markdown-table@0.3.54) (2023-08-04)
27
-
28
- #### ♻️ Refactoring
29
-
30
- - minor internal updates ([5165d05](https://github.com/thi-ng/umbrella/commit/5165d05))