diff --git a/framework/package.json b/framework/package.json index 44009324..964c776a 100644 --- a/framework/package.json +++ b/framework/package.json @@ -1,6 +1,6 @@ { "name": "framework", - "version": "0.12.6", + "version": "0.12.7", "description": "", "main": "gruntfile.js", "devDependencies": { diff --git a/framework/testing/framework/platypus.d.ts b/framework/testing/framework/platypus.d.ts index 14b7d1e9..3afb9da1 100644 --- a/framework/testing/framework/platypus.d.ts +++ b/framework/testing/framework/platypus.d.ts @@ -1,5 +1,5 @@ /** - * PlatypusTS v0.12.6 (http://getplatypi.com) + * PlatypusTS v0.12.7 (http://getplatypi.com) * Copyright 2015 Platypi, LLC. All rights reserved. * * PlatypusTS is licensed under the GPL-3.0 found at @@ -4068,6 +4068,10 @@ declare module plat { * Contains DOM helper methods for manipulating this control's element. */ dom: ui.Dom; + /** + * Contains helper methods for data manipulation. + */ + utils: Utils; /** * Finds the ancestor control for the given control that contains the root * context. @@ -7292,6 +7296,10 @@ declare module plat { * Contains DOM helper methods for manipulating this control's element. */ dom: Dom; + /** + * Contains helper methods for data manipulation. + */ + utils: Utils; /** * Specified options for the animation. */