diff --git a/package-lock.json b/package-lock.json index 5adfb4c..4ef1f3d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -13,9 +13,9 @@ } }, "@daily-co/daily-js": { - "version": "0.14.0-alpha.0", - "resolved": "https://registry.npmjs.org/@daily-co/daily-js/-/daily-js-0.14.0-alpha.0.tgz", - "integrity": "sha512-p5RxTxDA2T7XQE1QQJv5GlrXmT0lrk1MMmSOZucvfbDaFuaNtc0lGwVD6qgPl5Y9HCjGOZ0WO9CM5aKoTG2xuQ==", + "version": "0.14.0", + "resolved": "https://registry.npmjs.org/@daily-co/daily-js/-/daily-js-0.14.0.tgz", + "integrity": "sha512-OD2epVohYraTfOH/ZuO5rP9Ej4Rfu/ufGXX0XJQG+mAu1hJ1610JWunnszTmfhk+uUH4aA9i7+5/PQ2meOXUtQ==", "requires": { "@babel/runtime": "^7.12.5", "bowser": "^2.8.1", diff --git a/package.json b/package.json index e029343..a969a03 100644 --- a/package.json +++ b/package.json @@ -26,7 +26,7 @@ "baseUrl": "https://github.com/daily-co/react-native-daily-js" }, "dependencies": { - "@daily-co/daily-js": "0.14.0-alpha.0", + "@daily-co/daily-js": "^0.14.0", "@types/react-native-background-timer": "^2.0.0", "react-native-url-polyfill": "^1.1.2" },