aesthetic-adapter-glamor
Advanced tools
Comparing version 1.6.1 to 1.6.2
@@ -0,1 +1,6 @@ | ||
# 1.6.2 - 11/10/17 | ||
#### 🛠 Internal | ||
* Tested against React 16.1. | ||
* Improved build process. | ||
# 1.6.1 - 10/18/17 | ||
@@ -2,0 +7,0 @@ #### 🛠 Internal |
@@ -7,10 +7,2 @@ 'use strict'; | ||
var _keys = require('babel-runtime/core-js/object/keys'); | ||
var _keys2 = _interopRequireDefault(_keys); | ||
var _getPrototypeOf = require('babel-runtime/core-js/object/get-prototype-of'); | ||
var _getPrototypeOf2 = _interopRequireDefault(_getPrototypeOf); | ||
var _classCallCheck2 = require('babel-runtime/helpers/classCallCheck'); | ||
@@ -49,3 +41,3 @@ | ||
(0, _classCallCheck3.default)(this, GlamorAdapter); | ||
return (0, _possibleConstructorReturn3.default)(this, (GlamorAdapter.__proto__ || (0, _getPrototypeOf2.default)(GlamorAdapter)).apply(this, arguments)); | ||
return (0, _possibleConstructorReturn3.default)(this, (GlamorAdapter.__proto__ || Object.getPrototypeOf(GlamorAdapter)).apply(this, arguments)); | ||
} | ||
@@ -66,3 +58,3 @@ | ||
(0, _keys2.default)(declarations).forEach(function (setName) { | ||
Object.keys(declarations).forEach(function (setName) { | ||
var value = declarations[setName]; | ||
@@ -69,0 +61,0 @@ |
@@ -7,6 +7,2 @@ 'use strict'; | ||
var _getPrototypeOf = require('babel-runtime/core-js/object/get-prototype-of'); | ||
var _getPrototypeOf2 = _interopRequireDefault(_getPrototypeOf); | ||
var _classCallCheck2 = require('babel-runtime/helpers/classCallCheck'); | ||
@@ -59,3 +55,3 @@ | ||
var _this = (0, _possibleConstructorReturn3.default)(this, (UnifiedGlamorAdapter.__proto__ || (0, _getPrototypeOf2.default)(UnifiedGlamorAdapter)).call(this, options)); | ||
var _this = (0, _possibleConstructorReturn3.default)(this, (UnifiedGlamorAdapter.__proto__ || Object.getPrototypeOf(UnifiedGlamorAdapter)).call(this, options)); | ||
@@ -97,3 +93,3 @@ _this.onDeclaration = function (setName, properties) { | ||
value: function transform(styleName, declarations) { | ||
return (0, _get3.default)(UnifiedGlamorAdapter.prototype.__proto__ || (0, _getPrototypeOf2.default)(UnifiedGlamorAdapter.prototype), 'transform', this).call(this, styleName, this.convert(declarations)); | ||
return (0, _get3.default)(UnifiedGlamorAdapter.prototype.__proto__ || Object.getPrototypeOf(UnifiedGlamorAdapter.prototype), 'transform', this).call(this, styleName, this.convert(declarations)); | ||
} | ||
@@ -100,0 +96,0 @@ }]); |
{ | ||
"name": "aesthetic-adapter-glamor", | ||
"version": "1.6.1", | ||
"version": "1.6.2", | ||
"description": "Glamor support for Aesthetic.", | ||
@@ -14,6 +14,6 @@ "keywords": [ | ||
"scripts": { | ||
"build": "build-lib ./src -d ./lib" | ||
"build": "build-lib --react" | ||
}, | ||
"dependencies": { | ||
"aesthetic-utils": "^1.6.1", | ||
"aesthetic-utils": "^1.6.2", | ||
"babel-runtime": "^6.26.0", | ||
@@ -23,10 +23,10 @@ "prop-types": "^15.6.0" | ||
"peerDependencies": { | ||
"aesthetic": "^1.7.0", | ||
"aesthetic": "^1.7.1", | ||
"glamor": "^2.20.40" | ||
}, | ||
"devDependencies": { | ||
"@milesj/build-tool-config": "^0.33.0", | ||
"aesthetic": "^1.7.0", | ||
"@milesj/build-tool-config": "^0.41.2", | ||
"aesthetic": "^1.7.1", | ||
"glamor": "^2.20.40" | ||
} | ||
} |
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
15690
12
296
3
Updatedaesthetic-utils@^1.6.2