@creaditor/business-ai 1.0.65 → 1.0.68
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/business-ai.es.js +26975 -19595
- package/dist/business-ai.umd.js +1848 -247
- package/package.json +2 -2
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@creaditor/business-ai",
|
|
3
3
|
"private": false,
|
|
4
|
-
"version": "1.0.
|
|
4
|
+
"version": "1.0.68",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"publishConfig": {
|
|
7
7
|
"access": "public"
|
|
@@ -20,7 +20,7 @@
|
|
|
20
20
|
],
|
|
21
21
|
"scripts": {
|
|
22
22
|
"dev": "vite",
|
|
23
|
-
"build:deps": "npm --prefix ../cdtr-chat run build && npm --prefix ../cdtr-series-newsletter run build && npm --prefix ../cdtr-loader run build",
|
|
23
|
+
"build:deps": "npm --prefix ../cdtr-auth run build && npm --prefix ../cdtr-brain run build && npm --prefix ../cdtr-chat run build && npm --prefix ../cdtr-social-post run build && npm --prefix ../cdtr-newsletter run build && npm --prefix ../cdtr-series-newsletter run build && npm --prefix ../cdtr-loader run build",
|
|
24
24
|
"prebuild": "npm run build:deps",
|
|
25
25
|
"build": "tsc -p tsconfig.build.json && vite build",
|
|
26
26
|
"preview": "vite preview",
|