@pipedream/platform
Advanced tools
Comparing version 1.1.0 to 1.1.1
@@ -119,3 +119,3 @@ "use strict"; | ||
} | ||
console.log(`export: ${key} - ${message}`); | ||
console.log(`export: ${key} - ${JSON.stringify(message, null, 2)}`); | ||
} |
@@ -120,3 +120,3 @@ import axios from "axios"; | ||
console.log(`export: ${key} - ${message}`); | ||
console.log(`export: ${key} - ${JSON.stringify(message, null, 2)}`); | ||
} |
{ | ||
"name": "@pipedream/platform", | ||
"version": "1.1.0", | ||
"version": "1.1.1", | ||
"description": "Pipedream platform globals (typing and runtime type checking)", | ||
@@ -15,5 +15,6 @@ "homepage": "https://pipedream.com", | ||
"dependencies": { | ||
"axios": "^0.19.0", | ||
"axios": "^0.21.2", | ||
"fp-ts": "^2.0.2", | ||
"io-ts": "^2.0.0" | ||
"io-ts": "^2.0.0", | ||
"querystring": "^0.2.1" | ||
}, | ||
@@ -20,0 +21,0 @@ "devDependencies": { |
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
31955
4
+ Addedquerystring@^0.2.1
+ Addedaxios@0.21.4(transitive)
+ Addedfollow-redirects@1.15.9(transitive)
+ Addedquerystring@0.2.1(transitive)
- Removedaxios@0.19.2(transitive)
- Removedfollow-redirects@1.5.10(transitive)
Updatedaxios@^0.21.2