@eventop/sdk 1.0.7 → 1.0.8
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/dist/index.cjs +1 -1
- package/dist/index.js +1 -1
- package/dist/react/index.cjs +1 -1
- package/dist/react/index.js +1 -1
- package/package.json +1 -1
package/dist/index.cjs
CHANGED
|
@@ -466,7 +466,7 @@ function useEventopTour() {
|
|
|
466
466
|
};
|
|
467
467
|
}
|
|
468
468
|
|
|
469
|
-
exports.
|
|
469
|
+
exports.EventopAIProvider = EventopProvider;
|
|
470
470
|
exports.EventopStep = EventopStep;
|
|
471
471
|
exports.EventopTarget = EventopTarget;
|
|
472
472
|
exports.useEventop = useEventop;
|
package/dist/index.js
CHANGED
package/dist/react/index.cjs
CHANGED
|
@@ -466,7 +466,7 @@ function useEventopTour() {
|
|
|
466
466
|
};
|
|
467
467
|
}
|
|
468
468
|
|
|
469
|
-
exports.
|
|
469
|
+
exports.EventopAIProvider = EventopProvider;
|
|
470
470
|
exports.EventopStep = EventopStep;
|
|
471
471
|
exports.EventopTarget = EventopTarget;
|
|
472
472
|
exports.useEventop = useEventop;
|
package/dist/react/index.js
CHANGED