twilio-sync
Advanced tools
Comparing version 3.0.5-rc.15 to 3.0.5-rc.16
@@ -6,2 +6,10 @@ # Change Log | ||
### [3.0.5-rc.16](https://github.com/twilio/rtd-sdk-monorepo-js/compare/twilio-sync@3.0.5-rc.15...twilio-sync@3.0.5-rc.16) (2021-09-12) | ||
**Note:** Version bump only for package twilio-sync | ||
### [3.0.5-rc.15](https://github.com/twilio/rtd-sdk-monorepo-js/compare/twilio-sync@3.0.5-rc.14...twilio-sync@3.0.5-rc.15) (2021-09-12) | ||
@@ -8,0 +16,0 @@ |
@@ -10,3 +10,4 @@ // Return if monorepo install. | ||
// Change the "browser" property to "./dist/react-native.js" if React Native | ||
// is detected. | ||
const fs = require("fs"); | ||
@@ -16,12 +17,8 @@ | ||
const mainProjectPackageJson = require(mainProjectPackageJsonPath); | ||
const dependencyPackageJsonPath = "../package.json"; | ||
const dependencyPackageJsonPath = `${__dirname}/../package.json`; | ||
const dependencyPackageJson = require(dependencyPackageJsonPath); | ||
if (typeof mainProjectPackageJson?.dependencies?.["react-native"] !== "undefined") { | ||
console.log(dependencyPackageJson.name, "React Native detected."); | ||
dependencyPackageJson["browser"] = "./dist/react-native.js"; | ||
fs.writeFileSync(dependencyPackageJsonPath, JSON.stringify(dependencyPackageJson, null, 2)); | ||
return; | ||
} | ||
console.log(dependencyPackageJson.name, "No React Native detected."); |
{ | ||
"name": "twilio-sync", | ||
"version": "3.0.5-rc.15", | ||
"version": "3.0.5-rc.16", | ||
"description": "Twilio Sync client library", | ||
@@ -38,4 +38,4 @@ "main": "./dist/lib.js", | ||
"@babel/runtime": "^7.14.5", | ||
"@twilio/declarative-type-validator": "^0.1.9-rc.6", | ||
"@twilio/operation-retrier": "^4.0.5-rc.8", | ||
"@twilio/declarative-type-validator": "^0.1.9-rc.7", | ||
"@twilio/operation-retrier": "^4.0.5-rc.9", | ||
"core-js": "^3.17.3", | ||
@@ -45,3 +45,3 @@ "iso8601-duration": "=1.2.0", | ||
"platform": "^1.3.6", | ||
"twilsock": "^0.11.6-rc.15", | ||
"twilsock": "^0.11.6-rc.16", | ||
"uuid": "^3.3.2" | ||
@@ -48,0 +48,0 @@ }, |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
11228326
50682