@molin.ai/shop-ai 0.6.21 → 0.6.22
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/molin-shop-ai.min.js +50 -50
- package/package.json +3 -4
package/package.json
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@molin.ai/shop-ai",
|
|
3
|
-
"version": "0.6.
|
|
3
|
+
"version": "0.6.22",
|
|
4
4
|
"description": "Molin Shop AI",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"molin",
|
|
7
7
|
"ai",
|
|
8
|
-
"shop",
|
|
9
8
|
"live chat",
|
|
9
|
+
"customer support",
|
|
10
10
|
"sales"
|
|
11
11
|
],
|
|
12
12
|
"homepage": "https://molin.ai",
|
|
@@ -23,8 +23,7 @@
|
|
|
23
23
|
"scripts": {
|
|
24
24
|
"start": "esbuild molin-shop-ai=./src/molin-shop-ai.js --bundle --watch --target=es2021 --platform=neutral --sourcemap=inline --main-fields=es2015,browser,module,main --conditions=browser,module,import --outdir=demo/dist --servedir=demo",
|
|
25
25
|
"build": "esbuild molin-shop-ai.min=./src/molin-shop-ai.js --bundle --minify --analyze --target=es2021 --platform=neutral --main-fields=es2015,browser,module,main --conditions=browser,module,import --outdir=dist",
|
|
26
|
-
"
|
|
27
|
-
"prepublishOnly": "npm run build && npm run licenses",
|
|
26
|
+
"prepublishOnly": "npm run build",
|
|
28
27
|
"publish:latest": "npm publish --access public --tag latest",
|
|
29
28
|
"publish:beta": "npm publish --access public --tag beta"
|
|
30
29
|
},
|