From d8d0592ffd9f9b828189432e37b5a445efc2b9b1 Mon Sep 17 00:00:00 2001 From: mattie ruth backman Date: Thu, 12 Sep 2024 16:15:18 -0400 Subject: [PATCH] imp(cm): bump rn-daily-js to 0.69.0 and dependency on daily-js to 0.71.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 02b0c0a..e87a29a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,15 +1,15 @@ { "name": "@daily-co/react-native-daily-js", - "version": "0.68.0", + "version": "0.69.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@daily-co/react-native-daily-js", - "version": "0.68.0", + "version": "0.69.0", "license": "BSD-2-Clause", "dependencies": { - "@daily-co/daily-js": "^0.70.0", + "@daily-co/daily-js": "^0.71.2", "@types/react-native-background-timer": "^2.0.0", "base-64": "^1.0.0", "react-native-url-polyfill": "^1.1.2" @@ -40,9 +40,9 @@ } }, "node_modules/@daily-co/daily-js": { - "version": "0.70.0", - "resolved": "https://registry.npmjs.org/@daily-co/daily-js/-/daily-js-0.70.0.tgz", - "integrity": "sha512-+a/L5OUusyQ8TTYPC+t2ocZz+RDI9W25+YympkBdvuhqBFov1ry5v9s5u/+U10eFfNaskwXKrA+No9zAy2ebiQ==", + "version": "0.71.2", + "resolved": "https://registry.npmjs.org/@daily-co/daily-js/-/daily-js-0.71.2.tgz", + "integrity": "sha512-wBhINS5gJE+EKp1RoWcnpjVn2cW5/3AhVsOroFvvU8DJHjwOgTffFoiVfPmn7Tes33Gx91h0diNOflDkEs1AQw==", "dependencies": { "@babel/runtime": "^7.12.5", "@sentry/browser": "^7.60.1", @@ -425,9 +425,9 @@ } }, "@daily-co/daily-js": { - "version": "0.70.0", - "resolved": "https://registry.npmjs.org/@daily-co/daily-js/-/daily-js-0.70.0.tgz", - "integrity": "sha512-+a/L5OUusyQ8TTYPC+t2ocZz+RDI9W25+YympkBdvuhqBFov1ry5v9s5u/+U10eFfNaskwXKrA+No9zAy2ebiQ==", + "version": "0.71.2", + "resolved": "https://registry.npmjs.org/@daily-co/daily-js/-/daily-js-0.71.2.tgz", + "integrity": "sha512-wBhINS5gJE+EKp1RoWcnpjVn2cW5/3AhVsOroFvvU8DJHjwOgTffFoiVfPmn7Tes33Gx91h0diNOflDkEs1AQw==", "requires": { "@babel/runtime": "^7.12.5", "@sentry/browser": "^7.60.1", diff --git a/package.json b/package.json index f5ec6de..674701e 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.68.0", + "version": "0.69.0", "description": "React Native library for making video calls using Daily", "main": "dist/index.js", "types": "dist/index.d.ts", @@ -30,7 +30,7 @@ "baseUrl": "https://github.com/daily-co/react-native-daily-js" }, "dependencies": { - "@daily-co/daily-js": "^0.70.0", + "@daily-co/daily-js": "^0.71.2", "@types/react-native-background-timer": "^2.0.0", "base-64": "^1.0.0", "react-native-url-polyfill": "^1.1.2"