@onramp-sdk/react 0.2.2 → 0.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.
- package/README.md +1 -1
- package/package.json +3 -3
package/README.md
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|
OnRamp onboarding funnel analytics for **React & Next.js**. Track where users drop off during onboarding, with hooks and a provider that fit naturally into a React tree.
|
|
4
4
|
|
|
5
|
-
**[
|
|
5
|
+
**[getonramp.dev](https://getonramp.dev)**
|
|
6
6
|
|
|
7
7
|
## Installation
|
|
8
8
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@onramp-sdk/react",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.3.1",
|
|
4
4
|
"description": "OnRamp onboarding funnel analytics for React & Next.js - track steps, see where users drop off.",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"type": "module",
|
|
@@ -37,8 +37,8 @@
|
|
|
37
37
|
}
|
|
38
38
|
},
|
|
39
39
|
"dependencies": {
|
|
40
|
-
"@onramp-sdk/core": "0.
|
|
41
|
-
"@onramp-sdk/shared": "0.
|
|
40
|
+
"@onramp-sdk/core": "0.6.1",
|
|
41
|
+
"@onramp-sdk/shared": "0.4.0"
|
|
42
42
|
},
|
|
43
43
|
"peerDependencies": {
|
|
44
44
|
"react": ">=18.0.0",
|