@aslaluroba/help-center-react 2.1.2 → 2.1.3
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/index.esm.js +0 -15
- package/dist/index.esm.js.map +1 -1
- package/dist/index.js +0 -15
- package/dist/index.js.map +1 -1
- package/package.json +2 -2
package/package.json
CHANGED
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
"main": "dist/index.js",
|
|
4
4
|
"module": "dist/index.esm.js",
|
|
5
5
|
"types": "dist/index.d.ts",
|
|
6
|
-
"version": "2.1.
|
|
6
|
+
"version": "2.1.3",
|
|
7
7
|
"description": "BabylAI Help Center Widget for React and Next.js",
|
|
8
8
|
"private": false,
|
|
9
9
|
"exports": {
|
|
@@ -27,7 +27,7 @@
|
|
|
27
27
|
"version:patch": "npm version patch --no-git-tag-version",
|
|
28
28
|
"version:minor": "npm version minor --no-git-tag-version",
|
|
29
29
|
"version:major": "npm version major --no-git-tag-version",
|
|
30
|
-
"publish": "yarn clean && yarn build && yarn version:patch && yarn publish --access public",
|
|
30
|
+
"publish:patch": "yarn clean && yarn build && yarn version:patch && yarn publish --access public",
|
|
31
31
|
"publish:minor": "yarn clean && yarn build && yarn version:minor && yarn publish --access public",
|
|
32
32
|
"publish:major": "yarn clean && yarn build && yarn version:major && yarn publish --access public"
|
|
33
33
|
},
|