twilio-sync
Advanced tools
Comparing version 3.0.6-rc.0 to 3.0.6-rc.1
@@ -6,2 +6,12 @@ # Change Log | ||
### [3.0.6-rc.1](https://github.com/twilio/rtd-sdk-monorepo-js/compare/twilio-sync@3.0.6-rc.0...twilio-sync@3.0.6-rc.1) (2021-11-09) | ||
### Bug Fixes | ||
* Fix argument typing for Sync maps ([d16c645](https://github.com/twilio/rtd-sdk-monorepo-js/commit/d16c64554e47f8b3b53376ce14c77f46d8dff029)) | ||
* Fix the post-install script to be runnable cross-platform ([a16eede](https://github.com/twilio/rtd-sdk-monorepo-js/commit/a16eede598dd3dbdda1997fbd2033fa2254f113f)) | ||
### [3.0.6-rc.0](https://github.com/twilio/rtd-sdk-monorepo-js/compare/twilio-sync@3.0.5...twilio-sync@3.0.6-rc.0) (2021-10-26) | ||
@@ -8,0 +18,0 @@ |
{ | ||
"name": "twilio-sync", | ||
"version": "3.0.6-rc.0", | ||
"version": "3.0.6-rc.1", | ||
"description": "Twilio Sync client library", | ||
@@ -34,8 +34,8 @@ "main": "./dist/lib.js", | ||
"precommit": "yarn lint:fix && yarn test:unit && yarn test:integration", | ||
"postinstall": "if [ -f ./dist/post-install.js ]; then node ./dist/post-install.js; fi" | ||
"postinstall": "node -e \"if (require('fs').existsSync('./dist/post-install.js')) require('./dist/post-install.js');\"" | ||
}, | ||
"dependencies": { | ||
"@babel/runtime": "^7.14.5", | ||
"@twilio/declarative-type-validator": "^0.1.10-rc.0", | ||
"@twilio/operation-retrier": "^4.0.6-rc.0", | ||
"@twilio/declarative-type-validator": "^0.1.10-rc.1", | ||
"@twilio/operation-retrier": "^4.0.6-rc.1", | ||
"core-js": "^3.17.3", | ||
@@ -45,3 +45,3 @@ "iso8601-duration": "=1.2.0", | ||
"platform": "^1.3.6", | ||
"twilsock": "^0.12.1-rc.0", | ||
"twilsock": "^0.12.1-rc.1", | ||
"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 not supported yet
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 not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
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
Install scripts
Supply chain riskInstall scripts are run when the package is installed. The majority of malware in npm is hidden in install scripts.
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
Install scripts
Supply chain riskInstall scripts are run when the package is installed. The majority of malware in npm is hidden in install scripts.
Found 1 instance in 1 package
11228268
50690