@athena-tracker/tracker 1.3.0 → 1.3.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 +4 -4
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -46,8 +46,8 @@ npm install @athena-tracker/tracker
46
46
 
47
47
  If you're building a platform that generates apps for customers:
48
48
 
49
- 1. **Contact Pascal** to get partner credentials:
50
- - Email: partnerships@pascal.cx
49
+ 1. **Contact Markopolo** to get partner credentials:
50
+ - Email: support@markopolo.ai
51
51
  - Request: ATHENA B2B partner workspace
52
52
 
53
53
  2. **Receive credentials**:
@@ -95,8 +95,8 @@ async function provisionApp(appDetails) {
95
95
 
96
96
  If you're integrating tracking for merchant websites:
97
97
 
98
- 1. **Contact Pascal** for a partner API key:
99
- - Email: partnerships@pascal.cx
98
+ 1. **Contact Markopolo** for a partner API key:
99
+ - Email: support@markopolo.ai
100
100
  - Request: Partner merchant provisioning
101
101
 
102
102
  2. **Provision merchants via API**:
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@athena-tracker/tracker",
3
- "version": "1.3.0",
3
+ "version": "1.3.1",
4
4
  "description": "Behavioral analytics and ML prediction tracker for React Native and Web. Captures 90+ event types, predicts purchase intent, and classifies user archetypes with server-side or on-device inference.",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.esm.js",