@react-spring/zdog
Advanced tools
Comparing version 9.0.0-beta.31 to 9.0.0-beta.32
@@ -28,7 +28,7 @@ 'use strict'; | ||
Object.keys(core).forEach(function (key) { | ||
Object.defineProperty(exports, key, { | ||
Object.keys(core).forEach(function (k) { | ||
if (k !== 'default') Object.defineProperty(exports, k, { | ||
enumerable: true, | ||
get: function () { | ||
return core[key]; | ||
return core[k]; | ||
} | ||
@@ -35,0 +35,0 @@ }); |
{ | ||
"name": "@react-spring/zdog", | ||
"version": "9.0.0-beta.31", | ||
"version": "9.0.0-beta.32", | ||
"description": "Cross-platform animation engine", | ||
@@ -31,5 +31,5 @@ "keywords": [ | ||
"@babel/runtime": "^7.3.1", | ||
"@react-spring/animated": "^9.0.0-beta.31", | ||
"@react-spring/core": "^9.0.0-beta.31", | ||
"@react-spring/shared": "^9.0.0-beta.31" | ||
"@react-spring/animated": "^9.0.0-beta.32", | ||
"@react-spring/core": "^9.0.0-beta.32", | ||
"@react-spring/shared": "^9.0.0-beta.32" | ||
}, | ||
@@ -36,0 +36,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
11415