happy-dom
Advanced tools
Comparing version 0.2.0 to 0.2.1
@@ -9,2 +9,3 @@ import SVGGraphicsElement from './SVGGraphicsElement'; | ||
import SVGTransform from '../../html-element/SVGTransform'; | ||
import SVGAnimatedRect from '../../html-element/SVGAnimatedRect'; | ||
/** | ||
@@ -11,0 +12,0 @@ * SVGSVGElement. |
@@ -33,2 +33,3 @@ "use strict"; | ||
var SVGTransform_1 = __importDefault(require("../../html-element/SVGTransform")); | ||
var SVGAnimatedRect_1 = __importDefault(require("../../html-element/SVGAnimatedRect")); | ||
var SVGSVGElementPropertyAttributes = __importStar(require("./SVGSVGElementPropertyAttributes.json")); | ||
@@ -82,3 +83,3 @@ /** | ||
get: function () { | ||
return new SVGAnimatedRect(); | ||
return new SVGAnimatedRect_1.default(); | ||
}, | ||
@@ -85,0 +86,0 @@ enumerable: true, |
{ | ||
"name": "happy-dom", | ||
"version": "0.2.0", | ||
"version": "0.2.1", | ||
"license": "MIT", | ||
@@ -5,0 +5,0 @@ "homepage": "https://github.com/capricorn86/happy-dom#readme", |
@@ -9,2 +9,3 @@ import SVGGraphicsElement from './SVGGraphicsElement'; | ||
import SVGTransform from '../../html-element/SVGTransform'; | ||
import SVGAnimatedRect from '../../html-element/SVGAnimatedRect'; | ||
import * as SVGSVGElementPropertyAttributes from './SVGSVGElementPropertyAttributes.json'; | ||
@@ -11,0 +12,0 @@ |
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
431474
11119