From 01c6a9eddb8a5db7ad885b40cec4746d7b714329 Mon Sep 17 00:00:00 2001 From: petar-basic Date: Fri, 18 Oct 2024 17:41:54 +0200 Subject: [PATCH] Public --- packages/react/package.json | 3 +++ packages/sdk/package.json | 3 +++ packages/ui/package.json | 3 +++ 3 files changed, 9 insertions(+) diff --git a/packages/react/package.json b/packages/react/package.json index 5a72549..a6c7676 100644 --- a/packages/react/package.json +++ b/packages/react/package.json @@ -1,6 +1,9 @@ { "name": "@rasahq/chat-widget-react", "version": "0.1.0", + "publishConfig": { + "access": "public" + }, "description": "The Rasa Chatbot React Library enables seamless integration of Rasa-powered chatbot into React applications using web components.", "homepage": "https://github.com/RasaHQ/chat-widget#readme", "license": "ISC", diff --git a/packages/sdk/package.json b/packages/sdk/package.json index 1ee986c..78e720d 100644 --- a/packages/sdk/package.json +++ b/packages/sdk/package.json @@ -1,6 +1,9 @@ { "name": "@rasahq/chat-widget-sdk", "version": "0.1.0", + "publishConfig": { + "access": "public" + }, "description": "The core package provides essential functionality to connect and interact with a Rasa server.", "homepage": "https://github.com/RasaHQ/chat-widget#readme", "license": "ISC", diff --git a/packages/ui/package.json b/packages/ui/package.json index 8c581dc..d0a872f 100644 --- a/packages/ui/package.json +++ b/packages/ui/package.json @@ -1,6 +1,9 @@ { "name": "@rasahq/chat-widget-ui", "version": "0.1.0", + "publishConfig": { + "access": "public" + }, "description": "A lightweight and efficient chatbot widget built with StencilJS, designed for seamless integration and customizable interface.", "main": "dist/index.cjs.js", "module": "dist/index.js",