@rkat/sdk 0.4.6 → 0.4.7

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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rkat/sdk",
3
- "version": "0.4.6",
3
+ "version": "0.4.7",
4
4
  "description": "TypeScript SDK for Meerkat agent runtime",
5
5
  "type": "module",
6
6
  "main": "./dist/index.js",
@@ -17,7 +17,9 @@
17
17
  ],
18
18
  "scripts": {
19
19
  "build": "tsc",
20
- "test": "node --test tests/"
20
+ "test": "node --test tests/",
21
+ "test:e2e": "npm run build && node --test tests/e2e_smoke.test.mjs tests/e2e_sdk_smoke.test.mjs",
22
+ "test:live-smoke": "npm run build && node --test tests/e2e_smoke.test.mjs"
21
23
  },
22
24
  "license": "MIT OR Apache-2.0",
23
25
  "devDependencies": {