dori-side-widget 1.6.0 → 1.6.2
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 +20 -1
- package/dist/assets/{main-O1L_7pXr.js → main-DfmUO8rn.js} +1 -1
- package/dist/assets/main-DfmUO8rn.js.br +0 -0
- package/dist/assets/main-DfmUO8rn.js.gz +0 -0
- package/dist/widget.js +1 -1
- package/dist/widget.js.br +0 -0
- package/dist/widget.js.gz +0 -0
- package/package.json +6 -2
- package/dist/assets/main-O1L_7pXr.js.br +0 -0
- package/dist/assets/main-O1L_7pXr.js.gz +0 -0
package/README.md
CHANGED
|
@@ -69,6 +69,25 @@ npm run build
|
|
|
69
69
|
|
|
70
70
|
This will create a `dist` folder with the production-ready widget files.
|
|
71
71
|
|
|
72
|
+
### Scoped NPM Publish (`@dori-ai/dori-side-widget`)
|
|
73
|
+
|
|
74
|
+
Use these scripts to publish the scoped package with branch-safe tags:
|
|
75
|
+
|
|
76
|
+
```bash
|
|
77
|
+
# From dev branch -> publishes tag "dev" with auto dev timestamp version
|
|
78
|
+
npm run publish:dev:scoped
|
|
79
|
+
|
|
80
|
+
# From main branch -> publishes tag "latest" with package.json version
|
|
81
|
+
npm run publish:prod:scoped
|
|
82
|
+
```
|
|
83
|
+
|
|
84
|
+
Dry-run checks:
|
|
85
|
+
|
|
86
|
+
```bash
|
|
87
|
+
npm run publish:dev:dry
|
|
88
|
+
npm run publish:prod:dry
|
|
89
|
+
```
|
|
90
|
+
|
|
72
91
|
### Development vs Production
|
|
73
92
|
|
|
74
93
|
- **Development**: `npm run dev` - Uses direct DOM rendering for easier debugging
|
|
@@ -157,4 +176,4 @@ The widget automatically updates when you use the `@latest` tag. For version-spe
|
|
|
157
176
|
|
|
158
177
|
---
|
|
159
178
|
|
|
160
|
-
**Dori Chat Widget** - Making customer support smarter and more engaging.
|
|
179
|
+
**Dori Chat Widget** - Making customer support smarter and more engaging.
|