@geode/opengeodeweb-viewer 1.14.0 → 1.15.0-rc.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.
|
@@ -248,8 +248,8 @@
|
|
|
248
248
|
},
|
|
249
249
|
"edges": {
|
|
250
250
|
"width": {
|
|
251
|
-
"$id": "opengeodeweb_viewer.mesh.edges.
|
|
252
|
-
"rpc": "
|
|
251
|
+
"$id": "opengeodeweb_viewer.mesh.edges.width",
|
|
252
|
+
"rpc": "width",
|
|
253
253
|
"type": "object",
|
|
254
254
|
"properties": {
|
|
255
255
|
"id": {
|
|
@@ -357,22 +357,23 @@
|
|
|
357
357
|
],
|
|
358
358
|
"additionalProperties": false
|
|
359
359
|
},
|
|
360
|
-
"
|
|
361
|
-
"$id": "opengeodeweb_viewer.mesh.edges.
|
|
362
|
-
"rpc": "
|
|
360
|
+
"edge_attribute": {
|
|
361
|
+
"$id": "opengeodeweb_viewer.mesh.edges.edge_attribute",
|
|
362
|
+
"rpc": "edge_attribute",
|
|
363
363
|
"type": "object",
|
|
364
364
|
"properties": {
|
|
365
365
|
"id": {
|
|
366
366
|
"type": "string",
|
|
367
367
|
"minLength": 1
|
|
368
368
|
},
|
|
369
|
-
"
|
|
370
|
-
"type": "
|
|
369
|
+
"name": {
|
|
370
|
+
"type": "string",
|
|
371
|
+
"minLength": 1
|
|
371
372
|
}
|
|
372
373
|
},
|
|
373
374
|
"required": [
|
|
374
375
|
"id",
|
|
375
|
-
"
|
|
376
|
+
"name"
|
|
376
377
|
],
|
|
377
378
|
"additionalProperties": false
|
|
378
379
|
},
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@geode/opengeodeweb-viewer",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.15.0-rc.2",
|
|
4
4
|
"description": "",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"json": "npx opengeodeweb-microservice-generate opengeodeweb_viewer rpc rpc .",
|
|
@@ -8,7 +8,7 @@
|
|
|
8
8
|
"build": "npm run json"
|
|
9
9
|
},
|
|
10
10
|
"dependencies": {
|
|
11
|
-
"@geode/opengeodeweb-microservice": "
|
|
11
|
+
"@geode/opengeodeweb-microservice": "next"
|
|
12
12
|
},
|
|
13
13
|
"exports": {
|
|
14
14
|
"./opengeodeweb_viewer_schemas.json": {
|