@oondemand/create-central-oon 0.3.22 → 0.3.24

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@oondemand/create-central-oon",
3
- "version": "0.3.22",
3
+ "version": "0.3.24",
4
4
  "repository": {
5
5
  "type": "git",
6
6
  "url": "git+https://github.com/oondemand/oon-platform.git",
@@ -10,11 +10,11 @@ MONGO_URI=mongodb://localhost:27017/__SLUG__
10
10
  # Autenticacao e autorizacao pela Central de Ativacoes
11
11
  # URL publica/frontend da Central de Ativacoes.
12
12
  CENTRAL_ATIVACAO_URL=https://central-ativacao.central.oondemand.online
13
- # URL do backend/API da Central de Ativacoes.
14
- CENTRAL_ATIVACAO_API_URL=https://api.central-ativacao.central.oondemand.online
13
+ # URL canonica do backend/API da Central de Ativacoes.
14
+ CENTRAL_ATIVACAO_API_URL=https://central-ativacao.central.oondemand.online/api/
15
15
  APP_CODE=__SLUG__
16
16
  AUTH_PROVIDER_TIMEOUT_MS=10000
17
- # Compatibilidade temporaria: MEUS_APPS_BACKEND_URL e APP_KEY tambem sao aceitas.
17
+ # Compatibilidade temporaria: CENTRAL_ATIVACAO_BACKEND_URL, MEUS_APPS_BACKEND_URL e APP_KEY tambem sao aceitas.
18
18
 
19
19
  # Token de desenvolvimento local quando a Central sobrescrever verifyToken.
20
20
  # Deve ser igual ao VITE_DEV_TOKEN configurado no frontend.
@@ -12,6 +12,6 @@
12
12
  "deploy": "oonCore-back deploy"
13
13
  },
14
14
  "dependencies": {
15
- "@oondemand/oon-core-back": "^0.3.22"
15
+ "@oondemand/oon-core-back": "^0.3.24"
16
16
  }
17
17
  }
@@ -10,7 +10,7 @@
10
10
  "sync:metadata": "oonCore-front sync:metadata"
11
11
  },
12
12
  "dependencies": {
13
- "@oondemand/oon-core-front": "^0.3.22",
13
+ "@oondemand/oon-core-front": "^0.3.24",
14
14
  "@chakra-ui/react": "^3.13.0",
15
15
  "@emotion/react": "^11.14.0",
16
16
  "@tanstack/react-query": "^5.65.0",