From 0ccecf943976d1deb184b00f8e486c0ab2410c96 Mon Sep 17 00:00:00 2001 From: Wyatt Carss Date: Thu, 30 Mar 2023 17:11:32 -0400 Subject: [PATCH] Bump react-native-daily-js and its daily-js dep. react-native-daily-js 0.39.0 -> 0.40.0 daily-js 0.41.0 -> 0.42.2 --- 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 9578cdd..921a0ff 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,15 +1,15 @@ { "name": "@daily-co/react-native-daily-js", - "version": "0.39.0", + "version": "0.40.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@daily-co/react-native-daily-js", - "version": "0.39.0", + "version": "0.40.0", "license": "ISC", "dependencies": { - "@daily-co/daily-js": "^0.41.0", + "@daily-co/daily-js": "^0.42.2", "@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.41.0", - "resolved": "https://registry.npmjs.org/@daily-co/daily-js/-/daily-js-0.41.0.tgz", - "integrity": "sha512-eDBbJMoWRkweipMnwEJzBPg7GLcCloP2CXmvgFYiSoSp4QcvpSAmvODIIEX3mQHU14AIFsVSZ1lFMiLhbTllyA==", + "version": "0.42.2", + "resolved": "https://registry.npmjs.org/@daily-co/daily-js/-/daily-js-0.42.2.tgz", + "integrity": "sha512-mTr2O3KVxOQrCPfbt+9d8nd7BkutfrIMfOMbDxMeWLlCGTOC15CRWskYkVLJPBE2ZwemUqMzVAqpQ00oIc+6xA==", "dependencies": { "@babel/runtime": "^7.12.5", "bowser": "^2.8.1", @@ -442,9 +442,9 @@ } }, "@daily-co/daily-js": { - "version": "0.41.0", - "resolved": "https://registry.npmjs.org/@daily-co/daily-js/-/daily-js-0.41.0.tgz", - "integrity": "sha512-eDBbJMoWRkweipMnwEJzBPg7GLcCloP2CXmvgFYiSoSp4QcvpSAmvODIIEX3mQHU14AIFsVSZ1lFMiLhbTllyA==", + "version": "0.42.2", + "resolved": "https://registry.npmjs.org/@daily-co/daily-js/-/daily-js-0.42.2.tgz", + "integrity": "sha512-mTr2O3KVxOQrCPfbt+9d8nd7BkutfrIMfOMbDxMeWLlCGTOC15CRWskYkVLJPBE2ZwemUqMzVAqpQ00oIc+6xA==", "requires": { "@babel/runtime": "^7.12.5", "bowser": "^2.8.1", diff --git a/package.json b/package.json index e4863d8..748faab 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.39.0", + "version": "0.40.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.41.0", + "@daily-co/daily-js": "^0.42.2", "@types/react-native-background-timer": "^2.0.0", "react-native-url-polyfill": "^1.1.2" },