From e9ef03a2671a48bfe232436b4f9b876d4aa57cf7 Mon Sep 17 00:00:00 2001 From: Wyatt Carss Date: Wed, 12 Apr 2023 18:33:43 -0400 Subject: [PATCH] Bump react-native-daily-js and its daily-js dependency. react-native-daily-js 0.40.0 -> 0.41.0 daily-js 0.42.2 -> 0.43.0 --- package-lock.json | 18 +++++++++--------- package.json | 4 ++-- 2 files changed, 11 insertions(+), 11 deletions(-) diff --git a/package-lock.json b/package-lock.json index 921a0ff..1d52b7a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,15 +1,15 @@ { "name": "@daily-co/react-native-daily-js", - "version": "0.40.0", + "version": "0.41.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@daily-co/react-native-daily-js", - "version": "0.40.0", + "version": "0.41.0", "license": "ISC", "dependencies": { - "@daily-co/daily-js": "^0.42.2", + "@daily-co/daily-js": "^0.43.0", "@types/react-native-background-timer": "^2.0.0", "react-native-url-polyfill": "^1.1.2" }, @@ -37,9 +37,9 @@ } }, "node_modules/@daily-co/daily-js": { - "version": "0.42.2", - "resolved": "https://registry.npmjs.org/@daily-co/daily-js/-/daily-js-0.42.2.tgz", - "integrity": "sha512-mTr2O3KVxOQrCPfbt+9d8nd7BkutfrIMfOMbDxMeWLlCGTOC15CRWskYkVLJPBE2ZwemUqMzVAqpQ00oIc+6xA==", + "version": "0.43.0", + "resolved": "https://registry.npmjs.org/@daily-co/daily-js/-/daily-js-0.43.0.tgz", + "integrity": "sha512-ci5og4A2srPAal2pXRJ+pQmLlQnTMHGSqdqmEJcMexgQL7L+2nF3A3Y8DZ5nZxX6Qal9fzZGc909OocURDOPtw==", "dependencies": { "@babel/runtime": "^7.12.5", "bowser": "^2.8.1", @@ -442,9 +442,9 @@ } }, "@daily-co/daily-js": { - "version": "0.42.2", - "resolved": "https://registry.npmjs.org/@daily-co/daily-js/-/daily-js-0.42.2.tgz", - "integrity": "sha512-mTr2O3KVxOQrCPfbt+9d8nd7BkutfrIMfOMbDxMeWLlCGTOC15CRWskYkVLJPBE2ZwemUqMzVAqpQ00oIc+6xA==", + "version": "0.43.0", + "resolved": "https://registry.npmjs.org/@daily-co/daily-js/-/daily-js-0.43.0.tgz", + "integrity": "sha512-ci5og4A2srPAal2pXRJ+pQmLlQnTMHGSqdqmEJcMexgQL7L+2nF3A3Y8DZ5nZxX6Qal9fzZGc909OocURDOPtw==", "requires": { "@babel/runtime": "^7.12.5", "bowser": "^2.8.1", diff --git a/package.json b/package.json index 748faab..51fe55c 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "@daily-co/react-native-daily-js", "private": true, "//": "^ COMMENT OUT 'private: true' BEFORE RUNNING NPM PUBLISH", - "version": "0.40.0", + "version": "0.41.0", "description": "React Native library for making video calls using Daily", "main": "dist/index.js", "types": "dist/index.d.ts", @@ -28,7 +28,7 @@ "baseUrl": "https://github.com/daily-co/react-native-daily-js" }, "dependencies": { - "@daily-co/daily-js": "^0.42.2", + "@daily-co/daily-js": "^0.43.0", "@types/react-native-background-timer": "^2.0.0", "react-native-url-polyfill": "^1.1.2" },