cometchat-visual-builder-no-code 1.0.10-test19 → 1.0.10-test20
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/main.js +1 -1
- package/dist/src/index.d.ts +1 -1
- package/dist/src/noCodeConstants.d.ts +1 -4
- package/package.json +4 -2
- package/dist/330.main.js +0 -1
package/dist/src/index.d.ts
CHANGED
|
@@ -1,8 +1,5 @@
|
|
|
1
|
-
/** Type definition for noCode constants. */
|
|
2
1
|
type NoCodeConstants = {
|
|
3
|
-
/** The domain URL for the dashboard. */
|
|
4
2
|
noCodeDomain: string;
|
|
5
3
|
};
|
|
6
|
-
|
|
7
|
-
declare let noCodeConstants: NoCodeConstants;
|
|
4
|
+
declare const noCodeConstants: NoCodeConstants;
|
|
8
5
|
export default noCodeConstants;
|
package/package.json
CHANGED
|
@@ -1,10 +1,11 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "cometchat-visual-builder-no-code",
|
|
3
|
-
"version": "1.0.10-
|
|
3
|
+
"version": "1.0.10-test20",
|
|
4
4
|
"description": "CometChat Chat Builder No-Code Integration",
|
|
5
5
|
"cometChatCustomConfig": {
|
|
6
6
|
"name": "cometchat-visual-builder-react-no-code",
|
|
7
|
-
"version": "1.0.0-development"
|
|
7
|
+
"version": "1.0.0-development",
|
|
8
|
+
"production": false
|
|
8
9
|
},
|
|
9
10
|
"author": "CometChat",
|
|
10
11
|
"dependencies": {
|
|
@@ -54,6 +55,7 @@
|
|
|
54
55
|
"webpack-cli": "^6.0.1"
|
|
55
56
|
},
|
|
56
57
|
"overrides": {
|
|
58
|
+
"@cometchat/chat-sdk-javascript": "4.0.14-wp",
|
|
57
59
|
"rimraf": "^4.0.0",
|
|
58
60
|
"glob": "^9.0.0",
|
|
59
61
|
"resolve-url-loader": {
|
package/dist/330.main.js
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
"use strict";(this.webpackChunkVisualBuilder=this.webpackChunkVisualBuilder||[]).push([[330],{8330:e=>{e.exports=JSON.parse('{"name":"cometchat-visual-builder-no-code","version":"1.0.10-test19","description":"CometChat Chat Builder No-Code Integration","cometChatCustomConfig":{"name":"cometchat-visual-builder-react-no-code","version":"1.0.0-development"},"author":"CometChat","dependencies":{"@cometchat/calls-sdk-javascript":"4.0.12","@cometchat/chat-uikit-react":"^6.1.2-beta","react":"18.2.0","react-dom":"18.2.0","react-frame-component":"^5.2.7","react-router-dom":"6.14.2","react-scripts":"^5.0.1","react-shadow":"^20.6.0","web-vitals":"2.1.4"},"scripts":{"start":"react-scripts start","build":"react-scripts build","build-lib":"rm -rf dist/ && webpack --mode production","test":"react-scripts test","eject":"react-scripts eject"},"eslintConfig":{"extends":["react-app","react-app/jest"]},"devDependencies":{"@svgr/webpack":"^8.1.0","@testing-library/jest-dom":"5.17.0","@testing-library/react":"13.4.0","@testing-library/user-event":"13.5.0","@types/jest":"27.5.2","@types/node":"16.18.38","@types/react":"18.2.15","@types/react-dom":"18.2.7","@typescript-eslint/eslint-plugin":"^8.15.0","@typescript-eslint/parser":"^8.15.0","copy-webpack-plugin":"^13.0.0","css-loader":"^7.1.2","eslint":"^8.0.0","raw-loader":"^4.0.2","sass":"^1.78.0","style-loader":"^4.0.0","ts-loader":"^9.5.2","typescript":"^4.9.5","webpack":"^5.99.9","webpack-cli":"^6.0.1"},"overrides":{"rimraf":"^4.0.0","glob":"^9.0.0","resolve-url-loader":{"postcss":"8.4.49"},"svgo":{"nth-check":"2.1.1"},"@svgr/webpack":{"nth-check":"2.1.1"},"cross-spawn":"7.0.6"},"browserslist":{"production":[">0.2%","not dead","not op_mini all"],"development":["last 1 chrome version","last 1 firefox version","last 1 safari version"]},"homepage":"https://www.cometchat.com","main":"dist/main.js","files":["dist"],"publishConfig":{"access":"public"},"license":"SEE LICENSE IN LICENSE.md","bugs":{"url":"https://help.cometchat.com/hc/en-us"}}')}}]);
|