next-flow-interface 0.16.1 → 0.16.2

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
@@ -546,6 +546,7 @@ interface RvLabelAttributeApi {
546
546
  defaultValue: RvLabel;
547
547
  generate(): RvLabel;
548
548
  ensure(nid: string): boolean;
549
+ get(sid: string, nid: string): RvLabel | undefined;
549
550
  }
550
551
 
551
552
  interface RvLocation {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "next-flow-interface",
3
- "version": "0.16.1",
3
+ "version": "0.16.2",
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",