next-flow-interface 0.18.24 → 0.18.26

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/dist/index.d.ts +1 -0
  2. package/package.json +1 -1
package/dist/index.d.ts CHANGED
@@ -2107,6 +2107,7 @@ type PluginServiceSubscriber = (id: string, type: PluginEventType) => void;
2107
2107
  interface PluginState {
2108
2108
  instance?: BasePlugin;
2109
2109
  element?: HTMLScriptElement;
2110
+ styleElement?: HTMLLinkElement;
2110
2111
  installed: boolean;
2111
2112
  enabled: boolean;
2112
2113
  debug?: boolean;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "next-flow-interface",
3
- "version": "0.18.24",
3
+ "version": "0.18.26",
4
4
  "description": "Interface package for NEXT FlOW. You can use this package to build your own plugin that can control anything.",
5
5
  "type": "module",
6
6
  "module": "dist/index.js",