@thi.ng/hiccup-markdown 3.2.194 → 3.2.197

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/README.md +5 -3
  2. package/package.json +13 -13
package/README.md CHANGED
@@ -7,9 +7,11 @@
7
7
  [![Mastodon Follow](https://img.shields.io/mastodon/follow/109331703950160316?domain=https%3A%2F%2Fmastodon.thi.ng&style=social)](https://mastodon.thi.ng/@toxi)
8
8
 
9
9
  > [!NOTE]
10
- > This is one of 215 standalone projects, maintained as part
11
- > of the [@thi.ng/umbrella](https://codeberg.org/thi.ng/umbrella/) ecosystem
12
- > and anti-framework.
10
+
11
+ > This is one of 215 standalone projects. LLM-free, human-made and
12
+ > cared for software, maintained as part of the
13
+ > [@thi.ng/umbrella](https://codeberg.org/thi.ng/umbrella/) ecosystem and
14
+ > anti-framework.
13
15
  >
14
16
  > 🚀 Please help me to work full-time on these projects by [sponsoring
15
17
  > me](https://codeberg.org/thi.ng/umbrella/src/branch/develop/CONTRIBUTING.md#donations).
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@thi.ng/hiccup-markdown",
3
- "version": "3.2.194",
3
+ "version": "3.2.197",
4
4
  "description": "Markdown parser & serializer from/to Hiccup format",
5
5
  "type": "module",
6
6
  "module": "./index.js",
@@ -40,17 +40,17 @@
40
40
  "tool:tangle": "../../node_modules/.bin/tangle src/**/*.ts"
41
41
  },
42
42
  "dependencies": {
43
- "@thi.ng/api": "^8.12.22",
44
- "@thi.ng/arrays": "^2.14.19",
45
- "@thi.ng/checks": "^3.9.2",
46
- "@thi.ng/defmulti": "^3.0.99",
47
- "@thi.ng/emoji": "^1.0.40",
48
- "@thi.ng/errors": "^2.6.11",
49
- "@thi.ng/hiccup": "^5.4.7",
50
- "@thi.ng/logger": "^3.3.5",
51
- "@thi.ng/parse": "^2.6.54",
52
- "@thi.ng/strings": "^3.12.4",
53
- "@thi.ng/text-canvas": "^3.0.121"
43
+ "@thi.ng/api": "^8.12.25",
44
+ "@thi.ng/arrays": "^2.14.22",
45
+ "@thi.ng/checks": "^3.9.5",
46
+ "@thi.ng/defmulti": "^3.0.102",
47
+ "@thi.ng/emoji": "^1.0.43",
48
+ "@thi.ng/errors": "^2.6.14",
49
+ "@thi.ng/hiccup": "^5.4.10",
50
+ "@thi.ng/logger": "^3.3.8",
51
+ "@thi.ng/parse": "^2.6.57",
52
+ "@thi.ng/strings": "^3.12.7",
53
+ "@thi.ng/text-canvas": "^3.0.124"
54
54
  },
55
55
  "devDependencies": {
56
56
  "esbuild": "^0.28.0",
@@ -102,5 +102,5 @@
102
102
  ],
103
103
  "year": 2018
104
104
  },
105
- "gitHead": "17d2d1a6542704f55f2daa37550a4213b4a32cd8"
105
+ "gitHead": "65b041e97110e16c01cf968949b72a0873f14445"
106
106
  }