@goweekdays/layer-common 1.3.4 → 1.3.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.
package/CHANGELOG.md CHANGED
@@ -1,5 +1,11 @@
1
1
  # @goweekdays/layer-common
2
2
 
3
+ ## 1.3.5
4
+
5
+ ### Patch Changes
6
+
7
+ - 7273e39: Fix nuxt.config.ts
8
+
3
9
  ## 1.3.4
4
10
 
5
11
  ### Patch Changes
package/nuxt.config.ts CHANGED
@@ -49,7 +49,6 @@ export default defineNuxtConfig({
49
49
  "/api/apps/**": { proxy: `${process.env.API_CORE}/api/apps/**` },
50
50
  "/api/auth/**": { proxy: `${process.env.API_CORE}/api/auth/**` },
51
51
  "/api/users/**": { proxy: `${process.env.API_CORE}/api/users/**` },
52
- "/api/apps/**": { proxy: `${process.env.API_CORE}/api/apps/**` },
53
52
  "/api/permissions/**": {
54
53
  proxy: `${process.env.API_CORE}/api/permissions/**`,
55
54
  },
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "@goweekdays/layer-common",
3
3
  "license": "MIT",
4
4
  "type": "module",
5
- "version": "1.3.4",
5
+ "version": "1.3.5",
6
6
  "main": "./nuxt.config.ts",
7
7
  "publishConfig": {
8
8
  "access": "public"