@robylon/web-react-sdk 1.1.44-staging.5 → 1.1.44

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.
@@ -36,7 +36,6 @@ export declare class ChatbotIframe {
36
36
  private hasRegistered;
37
37
  private resizeHandler;
38
38
  private overridesPayloadCache;
39
- private proactiveDataSentInRegistration;
40
39
  /**
41
40
  * Creates a new ChatbotIframe
42
41
  * @param config The iframe configuration
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@robylon/web-react-sdk",
3
- "version": "1.1.44-staging.5",
3
+ "version": "1.1.44",
4
4
  "description": "React SDK for Robylon AI Chatbot",
5
5
  "main": "dist/cjs/index.js",
6
6
  "module": "dist/esm/index.js",
@@ -45,9 +45,7 @@
45
45
  "build:development:cloudfront": "npm run clean && cross-env NODE_ENV=development TARGET=cloudfront rollup -c",
46
46
  "build:staging:cloudfront": "npm run clean && cross-env NODE_ENV=staging PUBLISH_TYPE=staging TARGET=cloudfront rollup -c",
47
47
  "build:production:cloudfront": "npm run clean && cross-env NODE_ENV=production PUBLISH_TYPE=production TARGET=cloudfront rollup -c",
48
- "dev:watch": "cross-env NODE_ENV=development TARGET=npm rollup -c -w",
49
- "dev:watch:vanilla": "cross-env NODE_ENV=development TARGET=unpkg rollup -c -w",
50
- "dev:serve": "npx serve -s . -l 3002"
48
+ "dev:watch": "cross-env NODE_ENV=development TARGET=npm rollup -c -w"
51
49
  },
52
50
  "publishConfig": {
53
51
  "access": "public"