@polywrap/http-plugin-js
Advanced tools
Comparing version
@@ -93,3 +93,3 @@ "use strict"; | ||
exports.HttpPlugin = HttpPlugin; | ||
exports.httpPlugin = function () { | ||
var httpPlugin = function () { | ||
return { | ||
@@ -100,3 +100,4 @@ factory: function () { return new HttpPlugin({}); }, | ||
}; | ||
exports.httpPlugin = httpPlugin; | ||
exports.plugin = exports.httpPlugin; | ||
//# sourceMappingURL=index.js.map |
{ | ||
"name": "@polywrap/http-plugin-js", | ||
"description": "Polywrap HTTP Javascript Plugin", | ||
"version": "0.9.0", | ||
"version": "0.9.1", | ||
"license": "MIT", | ||
@@ -23,10 +23,10 @@ "repository": { | ||
"dependencies": { | ||
"@polywrap/core-js": "0.9.0", | ||
"@polywrap/core-js": "0.9.1", | ||
"axios": "0.21.4" | ||
}, | ||
"devDependencies": { | ||
"@polywrap/client-js": "0.9.0", | ||
"@polywrap/ens-resolver-plugin-js": "0.9.0", | ||
"@polywrap/ipfs-plugin-js": "0.9.0", | ||
"@polywrap/test-env-js": "0.9.0", | ||
"@polywrap/client-js": "0.9.1", | ||
"@polywrap/ens-resolver-plugin-js": "0.9.1", | ||
"@polywrap/ipfs-plugin-js": "0.9.1", | ||
"@polywrap/test-env-js": "0.9.1", | ||
"@types/jest": "26.0.8", | ||
@@ -39,3 +39,3 @@ "@types/prettier": "2.6.0", | ||
"ts-node": "8.10.2", | ||
"typescript": "4.0.7" | ||
"typescript": "4.1.6" | ||
}, | ||
@@ -42,0 +42,0 @@ "gitHead": "7346adaf5adb7e6bbb70d9247583e995650d390a", |
Sorry, the diff of this file is not supported yet
48450
0.11%783
0.13%+ Added
+ Added
+ Added
+ Added
+ Added
+ Added
- Removed
- Removed
- Removed
- Removed
- Removed
- Removed
Updated