@elliemae/pui-scripting-object 1.16.7 → 1.16.8

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.
@@ -28,10 +28,6 @@ export interface IEvent {
28
28
  * event requiers a response from its listeners
29
29
  */
30
30
  readonly requiresFeedback: boolean;
31
- /**
32
- * parameters associated with the event
33
- */
34
- readonly params: Record<string, unknown>;
35
31
  /**
36
32
  * scripting object from where the event was triggered
37
33
  */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@elliemae/pui-scripting-object",
3
- "version": "1.16.7",
3
+ "version": "1.16.8",
4
4
  "description": "Typescript defintions for Scripting Objects",
5
5
  "sideEffects": false,
6
6
  "main": "./dist/cjs/index.js",
@@ -66,8 +66,8 @@
66
66
  "sonar56x": true
67
67
  },
68
68
  "devDependencies": {
69
- "@elliemae/browserslist-config-elliemae-latest-browsers": "~1.5.0",
70
- "@elliemae/pui-cli": "~7.17.0",
69
+ "@elliemae/browserslist-config-elliemae-latest-browsers": "~1.6.0",
70
+ "@elliemae/pui-cli": "~7.18.0",
71
71
  "@elliemae/pui-doc-gen": "~1.3.0",
72
72
  "@elliemae/pui-theme": "~2.6.0",
73
73
  "@types/styled-components": "~5.1.26",