@elliemae/pui-scripting-object 1.16.1 → 1.16.3

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.
@@ -6,7 +6,7 @@ export declare type Listener<SO extends IScriptingObjectProxy, Params extends Re
6
6
  obj: SO;
7
7
  eventName: string;
8
8
  eventParams: Params;
9
- eventOptions: Options;
9
+ eventOptions?: Options;
10
10
  }) => ReturnType;
11
11
  /**
12
12
  * base class for events
@@ -19,4 +19,5 @@ export * from './objects/view.js';
19
19
  export * from './objects/shared.js';
20
20
  export { IEvent, Listener } from './event.js';
21
21
  export { IScriptingObjectProxy, IScriptingObject } from './scriptingObject.js';
22
+ export type { RemotingScriptingObject } from './remotingScriptingObject.js';
22
23
  export type { ScriptingObjects } from './scriptingObjectList.js';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@elliemae/pui-scripting-object",
3
- "version": "1.16.1",
3
+ "version": "1.16.3",
4
4
  "description": "Typescript defintions for Scripting Objects",
5
5
  "sideEffects": false,
6
6
  "main": "./dist/cjs/index.js",