@geode/opengeodeweb-viewer 1.11.3-rc.4 → 1.11.3-rc.5
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.
|
@@ -1168,6 +1168,14 @@
|
|
|
1168
1168
|
}
|
|
1169
1169
|
}
|
|
1170
1170
|
},
|
|
1171
|
+
"kill": {
|
|
1172
|
+
"$id": "opengeodeweb_viewer.kill",
|
|
1173
|
+
"rpc": "kill",
|
|
1174
|
+
"type": "object",
|
|
1175
|
+
"properties": {},
|
|
1176
|
+
"required": [],
|
|
1177
|
+
"additionalProperties": false
|
|
1178
|
+
},
|
|
1171
1179
|
"viewer": {
|
|
1172
1180
|
"update_data": {
|
|
1173
1181
|
"$id": "opengeodeweb_viewer.viewer.update_data",
|
package/package.json
CHANGED