- @universal-call-sdk/adapter-ameyo@1.0.3
 - @universal-call-sdk/common@1.0.3
This commit is contained in:
varnit goyal
2024-11-02 11:27:16 +05:30
parent ece6c973c4
commit 884c308cf0
2 changed files with 7 additions and 10 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "@universal-call-sdk/adapter-ameyo",
"version": "1.0.2",
"version": "1.0.3",
"type": "module",
"scripts": {
"dev": "vite",
@@ -9,14 +9,11 @@
"preview": "vite preview"
},
"dependencies": {
"@universal-call-sdk/common": "^1.0.2"
"@universal-call-sdk/common": "^1.0.3"
},
"devDependencies": {
"@types/node": "^22.7.7",
"path": "^0.12.7",
"@eslint/js": "^9.11.1",
"@types/node": "^22.7.7",
"@types/react": "17.0.83",
"@types/react-dom": "17.0.25",
"@vitejs/plugin-react-swc": "^3.5.0",
@@ -24,6 +21,7 @@
"eslint-plugin-react-hooks": "^5.1.0-rc.0",
"eslint-plugin-react-refresh": "^0.4.12",
"globals": "^15.9.0",
"path": "^0.12.7",
"typescript": "^5.5.3",
"typescript-eslint": "^8.7.0",
"vite": "^5.4.8",

View File

@@ -1,6 +1,6 @@
{
"name": "@universal-call-sdk/common",
"version": "1.0.2",
"version": "1.0.3",
"type": "module",
"main": "dist/index.js",
"scripts": {
@@ -9,11 +9,9 @@
"lint": "eslint ",
"preview": "vite preview"
},
"dependencies": {},
"devDependencies": {
"@types/node": "^22.7.7",
"path": "^0.12.7",
"@eslint/js": "^9.11.1",
"@types/node": "^22.7.7",
"@types/react": "17.0.83",
"@types/react-dom": "17.0.25",
"@vitejs/plugin-react-swc": "^3.5.0",
@@ -21,6 +19,7 @@
"eslint-plugin-react-hooks": "^5.1.0-rc.0",
"eslint-plugin-react-refresh": "^0.4.12",
"globals": "^15.9.0",
"path": "^0.12.7",
"typescript": "^5.5.3",
"typescript-eslint": "^8.7.0",
"vite": "^5.4.8",