Skip to content

Commit 4fb5fb3

Browse files
committed
refactor: 统一新版变量名为 rvNode 和 rvNodeMap
1 parent 0014a54 commit 4fb5fb3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "next-flow-interface",
3-
"version": "0.23.2",
3+
"version": "0.23.3",
44
"description": "Interface package for NEXT FlOW. You can use this package to build your own plugin that can control anything.",
55
"type": "module",
66
"module": "dist/index.js",

src/service/sync/step/attributes/rv-node-service-api.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ export default interface RvNodeServiceApi {
1212

1313
setToAllStep(nid: string, key: string, value: unknown): void
1414

15-
getAll(sid?: string): RecursiveMap<RvNode> | undefined
15+
getMap(sid?: string): RecursiveMap<RvNode> | undefined
1616

1717
get(nid: string, sid?: string): StoredRhineVar<RvNode> | undefined
1818
}

0 commit comments

Comments
 (0)