@tk_wfl/o2n-core 0.2.3 → 0.2.4

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 +11 -0
  2. package/package.json +1 -1
package/README.md ADDED
@@ -0,0 +1,11 @@
1
+ # @tk_wfl/o2n-core
2
+
3
+ Core library for **o2n** — the scanner, converter, migrator, and Notion API client shared by
4
+ [`@tk_wfl/o2n-cli`](https://www.npmjs.com/package/@tk_wfl/o2n-cli) and
5
+ [`@tk_wfl/o2n-mcp-server`](https://www.npmjs.com/package/@tk_wfl/o2n-mcp-server), o2n's CLI and
6
+ MCP server for migrating an Obsidian vault into a Notion workspace.
7
+
8
+ This package is not meant to be installed directly — use the CLI or MCP server package instead.
9
+
10
+ - Repository / full docs: https://github.com/TK-WFL/o2n
11
+ - License: MIT
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tk_wfl/o2n-core",
3
- "version": "0.2.3",
3
+ "version": "0.2.4",
4
4
  "description": "Obsidian vaultをNotionへ移行するo2nのコアロジック(scanner/converter/migrator/state)",
5
5
  "type": "module",
6
6
  "license": "MIT",