react-sip-kit 0.5.21 → 0.7.0-beta

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/package.json CHANGED
@@ -1,99 +1,99 @@
1
- {
2
- "name": "react-sip-kit",
3
- "private": false,
4
- "version": "0.5.21",
5
- "type": "module",
6
- "author": {
7
- "name": "Shervin Ghajar",
8
- "email": "ssghajar.work@gmail.com"
9
- },
10
- "homepage": "https://github.com/shervin-ghajar/react-sip-kit#readme",
11
- "keywords": [
12
- "react",
13
- "sip",
14
- "sipjs",
15
- "jssip",
16
- "voip",
17
- "communication",
18
- "webRTC",
19
- "telephony",
20
- "react-hooks",
21
- "sip.js",
22
- "react-sip",
23
- "react-sip-provider",
24
- "real-time",
25
- "session-initiation-protocol",
26
- "frontend",
27
- "javascript",
28
- "typescript",
29
- "npm",
30
- "library",
31
- "utility",
32
- "responsive",
33
- "design",
34
- "state-management",
35
- "zustand"
36
- ],
37
- "repository": {
38
- "type": "git",
39
- "url": "https://github.com/shervin-ghajar/react-sip-kit.git"
40
- },
41
- "license": "MIT",
42
- "main": "dist/index.cjs",
43
- "module": "dist/index.mjs",
44
- "types": "dist/index.d.ts",
45
- "exports": {
46
- ".": {
47
- "import": "./dist/index.mjs",
48
- "require": "./dist/index.cjs",
49
- "types": "./dist/index.d.ts"
50
- }
51
- },
52
- "scripts": {
53
- "build": "rollup -c",
54
- "lint": "eslint .",
55
- "format": "prettier --write --cache . --plugin=prettier-plugin-organize-imports"
56
- },
57
- "dependencies": {
58
- "dayjs": "^1.11.13",
59
- "sip.js": "0.21.2",
60
- "zustand": "^5.0.1",
61
- "lodash.isequal": "^4.5.0"
62
- },
63
- "devDependencies": {
64
- "@eslint/js": "9.13.0",
65
- "@rollup/plugin-commonjs": "^28.0.3",
66
- "@rollup/plugin-node-resolve": "^16.0.1",
67
- "@rollup/plugin-terser": "^0.4.4",
68
- "@rollup/plugin-typescript": "^12.1.2",
69
- "@trivago/prettier-plugin-sort-imports": "^4.3.0",
70
- "@types/lodash.isequal": "^4.5.8",
71
- "@types/react": "18.3.12",
72
- "@types/react-dom": "18.3.1",
73
- "@typescript-eslint/eslint-plugin": "^8.15.0",
74
- "@typescript-eslint/parser": "^8.15.0",
75
- "eslint": "^9.15.0",
76
- "eslint-config-prettier": "^9.1.0",
77
- "eslint-plugin-prettier": "^5.2.1",
78
- "eslint-plugin-react-hooks": "5.0.0",
79
- "eslint-plugin-react-refresh": "0.4.14",
80
- "globals": "15.11.0",
81
- "prettier": "^3.3.3",
82
- "prettier-plugin-organize-imports": "^4.1.0",
83
- "rollup": "^4.41.1",
84
- "rollup-plugin-delete": "^3.0.1",
85
- "rollup-plugin-strip": "^1.2.2",
86
- "tslib": "^2.8.1",
87
- "typescript": "~5.6.2",
88
- "typescript-eslint": "8.11.0"
89
- },
90
- "peerDependencies": {
91
- "react": ">=17.0.0",
92
- "react-dom": ">=17.0.0"
93
- },
94
- "files": [
95
- "dist",
96
- "README.md",
97
- "LICENSE"
98
- ]
99
- }
1
+ {
2
+ "name": "react-sip-kit",
3
+ "private": false,
4
+ "version": "0.7.0-beta",
5
+ "type": "module",
6
+ "author": {
7
+ "name": "Shervin Ghajar",
8
+ "email": "ssghajar.work@gmail.com"
9
+ },
10
+ "homepage": "https://github.com/shervin-ghajar/react-sip-kit#readme",
11
+ "keywords": [
12
+ "react",
13
+ "sip",
14
+ "sipjs",
15
+ "jssip",
16
+ "voip",
17
+ "communication",
18
+ "webRTC",
19
+ "telephony",
20
+ "react-hooks",
21
+ "sip.js",
22
+ "react-sip",
23
+ "react-sip-provider",
24
+ "real-time",
25
+ "session-initiation-protocol",
26
+ "frontend",
27
+ "javascript",
28
+ "typescript",
29
+ "npm",
30
+ "library",
31
+ "utility",
32
+ "responsive",
33
+ "design",
34
+ "state-management",
35
+ "zustand"
36
+ ],
37
+ "repository": {
38
+ "type": "git",
39
+ "url": "https://github.com/shervin-ghajar/react-sip-kit.git"
40
+ },
41
+ "license": "MIT",
42
+ "main": "dist/index.cjs",
43
+ "module": "dist/index.mjs",
44
+ "types": "dist/index.d.ts",
45
+ "exports": {
46
+ ".": {
47
+ "import": "./dist/index.mjs",
48
+ "require": "./dist/index.cjs",
49
+ "types": "./dist/index.d.ts"
50
+ }
51
+ },
52
+ "scripts": {
53
+ "build": "rollup -c",
54
+ "lint": "eslint .",
55
+ "format": "prettier --write --cache . --plugin=prettier-plugin-organize-imports"
56
+ },
57
+ "dependencies": {
58
+ "dayjs": "^1.11.13",
59
+ "sip.js": "0.21.2",
60
+ "zustand": "^5.0.1",
61
+ "lodash.isequal": "^4.5.0"
62
+ },
63
+ "devDependencies": {
64
+ "@eslint/js": "9.13.0",
65
+ "@rollup/plugin-commonjs": "^28.0.3",
66
+ "@rollup/plugin-node-resolve": "^16.0.1",
67
+ "@rollup/plugin-terser": "^0.4.4",
68
+ "@rollup/plugin-typescript": "^12.1.2",
69
+ "@trivago/prettier-plugin-sort-imports": "^4.3.0",
70
+ "@types/lodash.isequal": "^4.5.8",
71
+ "@types/react": "18.3.12",
72
+ "@types/react-dom": "18.3.1",
73
+ "@typescript-eslint/eslint-plugin": "^8.15.0",
74
+ "@typescript-eslint/parser": "^8.15.0",
75
+ "eslint": "^9.15.0",
76
+ "eslint-config-prettier": "^9.1.0",
77
+ "eslint-plugin-prettier": "^5.2.1",
78
+ "eslint-plugin-react-hooks": "5.0.0",
79
+ "eslint-plugin-react-refresh": "0.4.14",
80
+ "globals": "15.11.0",
81
+ "prettier": "^3.3.3",
82
+ "prettier-plugin-organize-imports": "^4.1.0",
83
+ "rollup": "^4.41.1",
84
+ "rollup-plugin-delete": "^3.0.1",
85
+ "rollup-plugin-strip": "^1.2.2",
86
+ "tslib": "^2.8.1",
87
+ "typescript": "~5.6.2",
88
+ "typescript-eslint": "8.11.0"
89
+ },
90
+ "peerDependencies": {
91
+ "react": ">=17.0.0",
92
+ "react-dom": ">=17.0.0"
93
+ },
94
+ "files": [
95
+ "dist",
96
+ "README.md",
97
+ "LICENSE"
98
+ ]
99
+ }