Comparing version 3.0.2 to 3.1.0
Change Log | ||
========== | ||
## 3.1.0 | ||
- global types like `Window` and `Document` and now be used to register dependencies | ||
## 3.0.1 | ||
@@ -4,0 +7,0 @@ - encase now caches the wrapped function for better performance |
{ | ||
"name": "jpex", | ||
"version": "3.0.2", | ||
"version": "3.1.0", | ||
"description": "Javascript Prototype Extension", | ||
@@ -5,0 +5,0 @@ "main": "dist/cjs/jpex.js", |
@@ -63,2 +63,3 @@ const { types: t } = require('@babel/core'); | ||
} | ||
return `type:global:${name}`; | ||
} | ||
@@ -65,0 +66,0 @@ if (t.isTSTypeLiteral(typeNode) || t.isTSFunctionType(typeNode)) { |
78936
1869