@geode/opengeodeweb-front 10.29.0-rc.5 → 10.29.0-rc.7

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.
@@ -83,7 +83,7 @@ const Section_menu = [ModelEdgesOptions, ModelPointsOptions, ModelStyleOptions];
83
83
 
84
84
  const StructuralModel_menu = [ModelEdgesOptions, ModelPointsOptions, ModelStyleOptions];
85
85
 
86
- const ModelComponent_menu = [ModelStyleOptions];
86
+ const ModelComponent_menu = [ModelEdgesOptions, ModelPointsOptions, ModelStyleOptions];
87
87
 
88
88
  const menusData = {
89
89
  mesh: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@geode/opengeodeweb-front",
3
- "version": "10.29.0-rc.5",
3
+ "version": "10.29.0-rc.7",
4
4
  "description": "OpenSource Vue/Nuxt/Pinia/Vuetify framework for web applications",
5
5
  "homepage": "https://github.com/Geode-solutions/OpenGeodeWeb-Front",
6
6
  "bugs": {
@@ -39,8 +39,8 @@ function sanitizeLabelValue(label) {
39
39
  function requestConfig(parent, image, email, projectName) {
40
40
  const resources = {
41
41
  limits: {
42
- cpu: "1000m",
43
- memory: "1Gi",
42
+ cpu: "3000m",
43
+ memory: "3Gi",
44
44
  },
45
45
  };
46
46
  const labels = {