@progus/connector 0.2.0 → 0.3.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 +2 -2
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -1,7 +1,7 @@
1
1
  # @progus/connector
2
2
 
3
3
  Headless connector for Progus partner/affiliate tracking, partner ID assignment,
4
- and cross-sell offers. No UI code, no embedded secrets.
4
+ and cross-sell offers.
5
5
 
6
6
  ## Installation
7
7
 
@@ -18,7 +18,7 @@ const connector = createProgusConnector({
18
18
  appKey: "progus-store-locator",
19
19
  apiBaseUrl: process.env.PARTNERS_API_URL!,
20
20
  signingSecret: process.env.PARTNERS_SECRET_KEY!,
21
- apiKey: process.env.PARTNERS_API_KEY, // optional
21
+ apiKey: process.env.PARTNERS_API_KEY,
22
22
  });
23
23
 
24
24
  await connector.trackInstall({
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@progus/connector",
3
- "version": "0.2.0",
3
+ "version": "0.3.0",
4
4
  "description": "Progus partner/affiliate connector helpers",
5
5
  "license": "MIT",
6
6
  "type": "module",