@geode/opengeodeweb-front 9.11.3-rc.3 → 9.11.3-rc.4

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.
@@ -0,0 +1,5 @@
1
+ {
2
+ "node": true,
3
+ "integration": true,
4
+ "microservices": "tests/integration/microservices"
5
+ }
@@ -11,6 +11,4 @@ jobs:
11
11
  uses: Geode-solutions/actions/.github/workflows/js-test.yml@master
12
12
  with:
13
13
  repos: ${{ vars.REPOS }}
14
- integration: true
15
- microservices_path: "tests/integration/microservices"
16
14
  secrets: inherit
@@ -9,6 +9,4 @@ jobs:
9
9
  uses: Geode-solutions/actions/.github/workflows/js-test-pr.yml@master
10
10
  with:
11
11
  repos: ${{ vars.REPOS }}
12
- integration: true
13
- microservices_path: "tests/integration/microservices"
14
12
  secrets: inherit
package/package.json CHANGED
@@ -40,7 +40,7 @@
40
40
  },
41
41
  "description": "OpenSource Vue/Vuetify framework for web applications",
42
42
  "type": "module",
43
- "version": "9.11.3-rc.3",
43
+ "version": "9.11.3-rc.4",
44
44
  "main": "./nuxt.config.js",
45
45
  "dependencies": {
46
46
  "@geode/opengeodeweb-back": "latest",