@mavvrikai/n8n-sdk 0.0.0

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 +11 -0
package/README.md ADDED
@@ -0,0 +1,11 @@
1
+ # @mavvrikai/n8n-sdk
2
+
3
+ Placeholder release reserving the package name. **Do not install `0.0.0`.**
4
+
5
+ Zero-workflow-change OpenTelemetry GenAI cost & token telemetry for self-hosted
6
+ n8n. Real releases ship from **v0.1.0** onward via the project's GitHub Actions
7
+ OIDC pipeline.
8
+
9
+ ```bash
10
+ npm install @mavvrikai/n8n-sdk
11
+ ```
package/package.json ADDED
@@ -0,0 +1,11 @@
1
+ {
2
+ "name": "@mavvrikai/n8n-sdk",
3
+ "version": "0.0.0",
4
+ "description": "Name placeholder — the real @mavvrikai/n8n-sdk ships from 0.1.0 onward.",
5
+ "license": "Apache-2.0",
6
+ "repository": {
7
+ "type": "git",
8
+ "url": "git+https://github.com/cloudwizio/agentic-n8n-sdk.git",
9
+ "directory": "packages/instrumentation"
10
+ }
11
+ }