@kaminari-ad/mcp 0.2.0 → 0.2.1

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.
@@ -0,0 +1,10 @@
1
+ #!/usr/bin/env node
2
+ export { err, ok } from 'neverthrow';
3
+
4
+ // src/shared/version.ts
5
+ var NAME = "@kaminari-ad/mcp";
6
+ var VERSION = "0.2.1";
7
+
8
+ export { NAME, VERSION };
9
+ //# sourceMappingURL=chunk-2H457UAT.js.map
10
+ //# sourceMappingURL=chunk-2H457UAT.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../src/shared/version.ts"],"names":[],"mappings":";;;;AASO,IAAM,IAAA,GAAO;AACb,IAAM,OAAA,GAAU","file":"chunk-2H457UAT.js","sourcesContent":["/**\n * Package version and name. Hard-coded as constants here, asserted to\n * match `package.json` by a unit test.\n *\n * Why not import `package.json`: it would force JSON-module support at\n * runtime and tsup-bundling would inline the entire manifest. Two\n * constants + one assertion test is simpler and gives the same safety.\n */\n\nexport const NAME = \"@kaminari-ad/mcp\";\nexport const VERSION = \"0.2.1\";\n"]}