@apimatic/convert-to-stream
Advanced tools
Comparing version 0.0.0 to 0.0.1
@@ -10,6 +10,3 @@ const esbuild = require('esbuild'); | ||
minify: true, | ||
splitting: true, | ||
format: 'esm', | ||
target: ['esnext'] | ||
}) | ||
.catch(() => process.exit(1)); |
@@ -1,2 +0,2 @@ | ||
function r(e){return typeof e!="string"?e:new Blob([e])}export{r as convertToStream}; | ||
(()=>{function r(e){return typeof e!="string"?e:new Blob([e])}})(); | ||
//# sourceMappingURL=index.js.map |
{ | ||
"name": "@apimatic/convert-to-stream", | ||
"version": "0.0.0", | ||
"version": "0.0.1", | ||
"description": "converts the content to stream", | ||
@@ -5,0 +5,0 @@ "main": "lib/index.js", |
Sorry, the diff of this file is not supported yet
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
2817
56