@eka-care/medassist-core 1.0.0 → 1.0.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.
Files changed (2) hide show
  1. package/README.md +3 -3
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -1,17 +1,17 @@
1
- # @synapse/core
1
+ # @eka-care/medassist-core
2
2
 
3
3
  TypeScript SDK for real-time medical chatbot experiences with session management, WebSocket connectivity, and media handling.
4
4
 
5
5
  ## Installation
6
6
 
7
7
  ```bash
8
- npm install @synapse/core
8
+ npm install @eka-care/medassist-core
9
9
  ```
10
10
 
11
11
  ## Quick Start
12
12
 
13
13
  ```typescript
14
- import { SynapseSDK } from "@synapse/core";
14
+ import { SynapseSDK } from "@eka-care/medassist-core";
15
15
 
16
16
  const sdk = new SynapseSDK({
17
17
  agentId: "agent-123",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@eka-care/medassist-core",
3
- "version": "1.0.0",
3
+ "version": "1.0.1",
4
4
  "description": "TypeScript SDK for real-time medical chatbot experiences with session management, WebSocket connectivity, and media handling",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
@@ -22,12 +22,12 @@
22
22
  "typescript"
23
23
  ],
24
24
  "author": "Geethanjali S",
25
+ "homepage": "https://github.com/eka-care/medassist-core/blob/main/README.md",
25
26
  "license": "MIT",
26
27
  "repository": {
27
28
  "type": "git",
28
29
  "url": "https://github.com/eka-care/synapse-sdk.git"
29
30
  },
30
- "homepage": "https://github.com/eka-care/synapse-sdk/blob/main/README.md",
31
31
  "dependencies": {
32
32
  "jszip": "^3.10.1"
33
33
  },