@primexperts.co/pulse-agent 2.2.0 → 3.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 +5 -5
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -4,11 +4,11 @@ Embeddable floating Pulse chat widget for client websites.
4
4
 
5
5
  ## Documentation
6
6
 
7
- - Integration channels guide: `docs/INTEGRATION-CHANNELS.md`
8
- - Full implementation guide: `docs/IMPLEMENTATION-GUIDE.md`
9
- - FAQ: `docs/FAQ.md`
10
- - Troubleshooting: `docs/TROUBLESHOOTING.md`
11
- - Changelog: `docs/CHANGELOG.md`
7
+ - Adds a floating webchat launcher to any browser-based website or SPA.
8
+ - Resolves the active Pulse webchat configuration by organization slug.
9
+ - Sends visitor messages over public REST endpoints and receives agent replies over Server-Sent Events.
10
+ - Supports optional pre-chat profile capture, conversation history loading, transcript email requests, and manual open/close controls.
11
+ - Works with Angular, React, Vue, Next.js/Nuxt client components, static sites, and plain browser JavaScript.
12
12
 
13
13
  ## Install
14
14
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@primexperts.co/pulse-agent",
3
- "version": "2.2.0",
3
+ "version": "3.0.0",
4
4
  "description": "Embeddable Pulse floating chat agent widget.",
5
5
  "type": "module",
6
6
  "main": "./dist/index.js",