hongdown 0.2.0-dev.69 → 0.2.0-dev.73

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 +1 -1
  2. package/package.json +7 -7
package/README.md CHANGED
@@ -357,7 +357,7 @@ if (warnings.length > 0) {
357
357
  The library works in Node.js, Bun, Deno, and web browsers. See the
358
358
  [TypeScript type definitions] for all available options.
359
359
 
360
- [TypeScript type definitions]: ./npm/wasm/src/types.ts
360
+ [TypeScript type definitions]: ./packages/wasm/src/types.ts
361
361
 
362
362
 
363
363
  Development
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "hongdown",
3
- "version": "0.2.0-dev.69+25f3a0fa",
3
+ "version": "0.2.0-dev.73+d5332428",
4
4
  "type": "module",
5
5
  "description": "A Markdown formatter that enforces Hong Minhee's Markdown style conventions",
6
6
  "license": "GPL-3.0-or-later",
@@ -27,11 +27,11 @@
27
27
  "node": "\u003e=18"
28
28
  },
29
29
  "optionalDependencies": {
30
- "@hongdown/darwin-arm64": "0.2.0-dev.69+25f3a0fa",
31
- "@hongdown/darwin-x64": "0.2.0-dev.69+25f3a0fa",
32
- "@hongdown/linux-arm64": "0.2.0-dev.69+25f3a0fa",
33
- "@hongdown/linux-x64": "0.2.0-dev.69+25f3a0fa",
34
- "@hongdown/win32-arm64": "0.2.0-dev.69+25f3a0fa",
35
- "@hongdown/win32-x64": "0.2.0-dev.69+25f3a0fa"
30
+ "@hongdown/darwin-arm64": "0.2.0-dev.73+d5332428",
31
+ "@hongdown/darwin-x64": "0.2.0-dev.73+d5332428",
32
+ "@hongdown/linux-arm64": "0.2.0-dev.73+d5332428",
33
+ "@hongdown/linux-x64": "0.2.0-dev.73+d5332428",
34
+ "@hongdown/win32-arm64": "0.2.0-dev.73+d5332428",
35
+ "@hongdown/win32-x64": "0.2.0-dev.73+d5332428"
36
36
  }
37
37
  }