js.foresight-devtools 1.0.2 → 1.0.4
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.
- package/dist/index.d.ts +1 -0
- package/dist/index.js +75 -77
- package/dist/index.js.map +1 -1
- package/package.json +8 -10
- package/dist/index.d.mts +0 -587
- package/dist/index.mjs +0 -1716
- package/dist/index.mjs.map +0 -1
package/dist/index.d.ts
CHANGED
|
@@ -349,6 +349,7 @@ interface ElementUnregisteredPayload extends PayloadBase {
|
|
|
349
349
|
id: string;
|
|
350
350
|
registerCount: number;
|
|
351
351
|
unregisterReason: string;
|
|
352
|
+
wasLastElement: boolean;
|
|
352
353
|
}
|
|
353
354
|
interface ElementDataUpdatedPayload extends PayloadBase {
|
|
354
355
|
type: "elementDataUpdated";
|