@yashshukla/observeiq-node 0.1.1 → 0.1.2

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 -8
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -146,14 +146,7 @@ cd packages/sdk
146
146
  npm run build
147
147
  ```
148
148
 
149
- 5. Run the mock emitter to test the full pipeline
150
-
151
- ```bash
152
- cd scripts
153
- ts-node mock-emitter.ts
154
- ```
155
-
156
- 6. Make your changes in `packages/sdk/src/`, rebuild, and verify spans appear in PostgreSQL.
149
+ 5. Make your changes in `packages/sdk/src/`, rebuild, and verify spans appear in PostgreSQL.
157
150
 
158
151
  Open a PR against `main`. Keep changes focused — one concern per PR.
159
152
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@yashshukla/observeiq-node",
3
- "version": "0.1.1",
3
+ "version": "0.1.2",
4
4
  "main": "dist/index.js",
5
5
  "types": "dist/index.d.ts",
6
6
  "scripts": {