@webinex/chatify 2.0.0-build3 → 2.0.0-build5

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.
Files changed (2) hide show
  1. package/dist/index.d.ts +3114 -3158
  2. package/package.json +4 -3
package/package.json CHANGED
@@ -2,10 +2,9 @@
2
2
  "name": "@webinex/chatify",
3
3
  "description": "Webinex Wispo",
4
4
  "private": false,
5
- "version": "2.0.0-build3",
5
+ "version": "2.0.0-build5",
6
6
  "author": "Webinex Dev",
7
7
  "license": "Apache-2.0",
8
- "main": "dist/cjs/index.js",
9
8
  "module": "dist/esm/index.js",
10
9
  "types": "dist/index.d.ts",
11
10
  "type": "module",
@@ -26,7 +25,8 @@
26
25
  "prettier:write": "prettier --write \"src/**/*.{js,jsx,ts,tsx}\"",
27
26
  "prettier:check": "prettier --check \"src/**/*.{js,jsx,ts,tsx}\"",
28
27
  "parcel": "parcel --target demo --dist-dir ./dist/demo",
29
- "parcel:build": "rimraf ../Webinex.Chatify.Example/wwwroot && cross-env NODE_ENV=production parcel build --target demo --dist-dir ../Webinex.Chatify.Example/wwwroot"
28
+ "parcel:build": "rimraf ../Webinex.Chatify.Example/wwwroot && cross-env NODE_ENV=production parcel build --target demo --dist-dir ../Webinex.Chatify.Example/wwwroot",
29
+ "build:types": "dts-bundle-generator --project tsconfig.json --out dist/index.d.ts"
30
30
  },
31
31
  "devDependencies": {
32
32
  "@microsoft/signalr": "^8.0.0",
@@ -47,6 +47,7 @@
47
47
  "classnames": "^2.3.2",
48
48
  "cross-env": "^7.0.3",
49
49
  "dayjs": "^1.11.7",
50
+ "dts-bundle-generator": "^9.5.1",
50
51
  "eslint": "^8.38.0",
51
52
  "eslint-config-react-app": "^7.0.1",
52
53
  "immer": "^10.0.3",