cronapi-js 2.8.33 → 2.8.34

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/cronapi.js +0 -1
  2. package/package.json +1 -1
package/cronapi.js CHANGED
@@ -5636,7 +5636,6 @@ if (!window.fixedTimeZone) {
5636
5636
  * @param {ObjectType.STRING} subtitle {{subtitle}}
5637
5637
  * @param {ObjectType.OBJECT} buttonConfirmDialogAlert {{confimDialogAlert.listButton}}
5638
5638
  * @platform W
5639
- * @multilayer true
5640
5639
  */
5641
5640
  this.cronapi.notification.confirmDialogAlert = function(/** @type {ObjectType.STRING} @description {{icon}} @blockType util_dropdown @keys error|success|warning|info @values {{error}}|{{success}}|{{warning}}|{{info}} */ icon, title, subtitle, /** @type {ObjectType.OBJECT} */ buttonConfirmDialogAlert) {
5642
5641
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "cronapi-js",
3
- "version": "2.8.33",
3
+ "version": "2.8.34",
4
4
  "description": "Public library for CronApp's users",
5
5
  "main": "cronapi.js",
6
6
  "scripts": {