diff --git a/package-lock.json b/package-lock.json index e258ba6..afce88d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,15 +1,15 @@ { "name": "@daily-co/react-native-daily-js", - "version": "0.64.0", + "version": "0.65.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@daily-co/react-native-daily-js", - "version": "0.64.0", + "version": "0.65.0", "license": "BSD-2-Clause", "dependencies": { - "@daily-co/daily-js": "^0.66.0", + "@daily-co/daily-js": "^0.67.0", "@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.66.0", - "resolved": "https://registry.npmjs.org/@daily-co/daily-js/-/daily-js-0.66.0.tgz", - "integrity": "sha512-TkfOEs99nLOqWCuF3XgdZ+xrsP+lUXjINAfENjsly98x3o7gmMzQ+bWVx6pkozUkDqu3yhXI0oIHHB0CwX/RsA==", + "version": "0.67.0", + "resolved": "https://registry.npmjs.org/@daily-co/daily-js/-/daily-js-0.67.0.tgz", + "integrity": "sha512-aTOqM6T+T56PVVmIOSbj6He7aU8NjHiKMFe7uS944tU9TwJ7jscTfPkre/v4IKFuYYahUVh9Ko5R08KKE8hprQ==", "dependencies": { "@babel/runtime": "^7.12.5", "@sentry/browser": "^7.60.1", @@ -425,9 +425,9 @@ } }, "@daily-co/daily-js": { - "version": "0.66.0", - "resolved": "https://registry.npmjs.org/@daily-co/daily-js/-/daily-js-0.66.0.tgz", - "integrity": "sha512-TkfOEs99nLOqWCuF3XgdZ+xrsP+lUXjINAfENjsly98x3o7gmMzQ+bWVx6pkozUkDqu3yhXI0oIHHB0CwX/RsA==", + "version": "0.67.0", + "resolved": "https://registry.npmjs.org/@daily-co/daily-js/-/daily-js-0.67.0.tgz", + "integrity": "sha512-aTOqM6T+T56PVVmIOSbj6He7aU8NjHiKMFe7uS944tU9TwJ7jscTfPkre/v4IKFuYYahUVh9Ko5R08KKE8hprQ==", "requires": { "@babel/runtime": "^7.12.5", "@sentry/browser": "^7.60.1", diff --git a/package.json b/package.json index 8600219..227d53b 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.64.0", + "version": "0.65.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.66.0", + "@daily-co/daily-js": "^0.67.0", "@types/react-native-background-timer": "^2.0.0", "base-64": "^1.0.0", "react-native-url-polyfill": "^1.1.2"