@progus/connector 0.1.0 → 0.2.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 +1 -13
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -87,16 +87,4 @@ npm publish --access public
87
87
 
88
88
  ```bash
89
89
  npm run smoke
90
- ```
91
-
92
- ## Migration notes (Store Locator)
93
-
94
- Found integrations and call sites:
95
- - `web/controllers/partners.controller.js` (partner events + signing)
96
- - `web/controllers/auth/shopifyAuth.controller.js` (install event on OAuth)
97
- - `web/controllers/store.controller.js` (uninstall event)
98
- - `web/controllers/subscription.controller.js` (subscription event)
99
- - `web/routes/index.route.js` (save/check partner ID API)
100
- - `web/frontend/pages/plans.jsx` (partner ID UI)
101
- - `web/frontend/components/DashboardComponents/RecommendationsCard.jsx` (cross-sell)
102
- - `web/frontend/constants/recommendations.js` (apps catalog, moved to connector)
90
+ ```
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@progus/connector",
3
- "version": "0.1.0",
3
+ "version": "0.2.0",
4
4
  "description": "Progus partner/affiliate connector helpers",
5
5
  "license": "MIT",
6
6
  "type": "module",