clay-portal
Advanced tools
Comparing version 2.13.0 to 2.14.0
@@ -43,9 +43,11 @@ 'use strict'; | ||
/** | ||
* @param {$render.Params} opt_data | ||
* @param {{ | ||
* content: function() | ||
* }} opt_data | ||
* @param {Object<string, *>=} opt_ijData | ||
* @param {Object<string, *>=} opt_ijData_deprecated | ||
* @return {void} | ||
* @suppress {checkTypes|uselessCode} | ||
* @suppress {checkTypes} | ||
*/ | ||
var $render = function $render(opt_data, opt_ijData, opt_ijData_deprecated) { | ||
function $render(opt_data, opt_ijData, opt_ijData_deprecated) { | ||
opt_ijData = opt_ijData_deprecated || opt_ijData; | ||
@@ -55,7 +57,7 @@ /** @type {function()} */ | ||
content(); | ||
}; | ||
} | ||
exports.render = $render; | ||
/** | ||
* @typedef {{ | ||
* content: function(), | ||
* content: function() | ||
* }} | ||
@@ -62,0 +64,0 @@ */ |
{ | ||
"name": "clay-portal", | ||
"version": "2.13.0", | ||
"version": "2.14.0", | ||
"description": "Metal ClayPortal component", | ||
@@ -31,3 +31,3 @@ "license": "BSD-3-Clause", | ||
"dependencies": { | ||
"clay-component": "^2.13.0", | ||
"clay-component": "^2.14.0", | ||
"metal": "^2.16.0", | ||
@@ -44,8 +44,8 @@ "metal-component": "^2.16.0", | ||
"babel-preset-env": "^1.6.0", | ||
"browserslist-config-clay": "^2.13.0", | ||
"clay-css": "^2.13.0", | ||
"browserslist-config-clay": "^2.14.0", | ||
"clay-css": "^2.14.0", | ||
"metal-dom": "^2.13.2", | ||
"metal-tools-soy": "^6.0.0", | ||
"metal-tools-soy": "^4.3.2", | ||
"webpack": "^3.0.0", | ||
"webpack-config-clay": "^2.13.0" | ||
"webpack-config-clay": "^2.14.0" | ||
}, | ||
@@ -55,3 +55,3 @@ "browserslist": [ | ||
], | ||
"gitHead": "fef2c15a6c6a85daa328f93e4cb25d9ee4bb86dc" | ||
"gitHead": "cc93f63941787d174b5871282dc36ccf15ee85f5" | ||
} |
@@ -24,9 +24,11 @@ /* jshint ignore:start */ | ||
/** | ||
* @param {$render.Params} opt_data | ||
* @param {{ | ||
* content: function() | ||
* }} opt_data | ||
* @param {Object<string, *>=} opt_ijData | ||
* @param {Object<string, *>=} opt_ijData_deprecated | ||
* @return {void} | ||
* @suppress {checkTypes|uselessCode} | ||
* @suppress {checkTypes} | ||
*/ | ||
var $render = function(opt_data, opt_ijData, opt_ijData_deprecated) { | ||
function $render(opt_data, opt_ijData, opt_ijData_deprecated) { | ||
opt_ijData = opt_ijData_deprecated || opt_ijData; | ||
@@ -36,7 +38,7 @@ /** @type {function()} */ | ||
content(); | ||
}; | ||
} | ||
exports.render = $render; | ||
/** | ||
* @typedef {{ | ||
* content: function(), | ||
* content: function() | ||
* }} | ||
@@ -43,0 +45,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
248
16908
Updatedclay-component@^2.14.0