@eclipse-glsp/server 2.0.0 → 2.1.0-next.71
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.
|
@@ -41,7 +41,7 @@ export declare class ModelSubmissionHandler {
|
|
|
41
41
|
protected requestModelAction?: RequestModelAction;
|
|
42
42
|
/**
|
|
43
43
|
* Returns a list of actions to submit the initial revision of the client-side model, based on the injected
|
|
44
|
-
* {@link
|
|
44
|
+
* {@link ModelState}. Typically this method is invoked by the {@link RequestModelActionHandler} when the diagram
|
|
45
45
|
* is (re)loaded.
|
|
46
46
|
* <p>
|
|
47
47
|
* These actions are not processed by this {@link ModelSubmissionHandler}, but should be either manually dispatched
|
|
@@ -46,7 +46,7 @@ const model_state_1 = require("./model-state");
|
|
|
46
46
|
let ModelSubmissionHandler = class ModelSubmissionHandler {
|
|
47
47
|
/**
|
|
48
48
|
* Returns a list of actions to submit the initial revision of the client-side model, based on the injected
|
|
49
|
-
* {@link
|
|
49
|
+
* {@link ModelState}. Typically this method is invoked by the {@link RequestModelActionHandler} when the diagram
|
|
50
50
|
* is (re)loaded.
|
|
51
51
|
* <p>
|
|
52
52
|
* These actions are not processed by this {@link ModelSubmissionHandler}, but should be either manually dispatched
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@eclipse-glsp/server",
|
|
3
|
-
"version": "2.0.
|
|
3
|
+
"version": "2.1.0-next.71+7cb92ef",
|
|
4
4
|
"description": "A js server framework for Eclipse GLSP",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"eclipse",
|
|
@@ -59,8 +59,8 @@
|
|
|
59
59
|
"watch": "tsc -w"
|
|
60
60
|
},
|
|
61
61
|
"dependencies": {
|
|
62
|
-
"@eclipse-glsp/graph": "
|
|
63
|
-
"@eclipse-glsp/protocol": "
|
|
62
|
+
"@eclipse-glsp/graph": "2.1.0-next.71+7cb92ef",
|
|
63
|
+
"@eclipse-glsp/protocol": "next",
|
|
64
64
|
"@types/uuid": "8.3.1",
|
|
65
65
|
"commander": "^8.3.0",
|
|
66
66
|
"fast-json-patch": "^3.1.0",
|
|
@@ -76,5 +76,5 @@
|
|
|
76
76
|
"publishConfig": {
|
|
77
77
|
"access": "public"
|
|
78
78
|
},
|
|
79
|
-
"gitHead": "
|
|
79
|
+
"gitHead": "7cb92ef4d3e09fb2d8c8554992ea5d249cc6db8b"
|
|
80
80
|
}
|
|
@@ -74,7 +74,7 @@ export class ModelSubmissionHandler {
|
|
|
74
74
|
|
|
75
75
|
/**
|
|
76
76
|
* Returns a list of actions to submit the initial revision of the client-side model, based on the injected
|
|
77
|
-
* {@link
|
|
77
|
+
* {@link ModelState}. Typically this method is invoked by the {@link RequestModelActionHandler} when the diagram
|
|
78
78
|
* is (re)loaded.
|
|
79
79
|
* <p>
|
|
80
80
|
* These actions are not processed by this {@link ModelSubmissionHandler}, but should be either manually dispatched
|