@univerjs/protocol 0.1.40-alpha.2 → 0.1.40-alpha.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.
@@ -164,4 +164,6 @@ export interface UniscriptRun {
164
164
  name: string;
165
165
  /** content of uniscirpt */
166
166
  script: string;
167
+ /** id of uniscript */
168
+ scriptId: string;
167
169
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@univerjs/protocol",
3
- "version": "v0.1.40-alpha.2",
3
+ "version": "0.1.40-alpha.3",
4
4
  "private": false,
5
5
  "description": "A protocol of Univer repos",
6
6
  "author": "DreamNum <developer@univer.ai>",