@oondemand/create-central-oon 0.3.5 → 0.3.6
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
|
@@ -8,8 +8,10 @@ NODE_ENV=development
|
|
|
8
8
|
MONGO_URI=mongodb://localhost:27017/__SLUG__
|
|
9
9
|
|
|
10
10
|
# Autenticação e autorização pela Central de Ativações
|
|
11
|
-
# Por padrão usa a Central de Ativações oficial. Para homologação local, sobrescreva
|
|
11
|
+
# Por padrão usa a Central de Ativações oficial. Para homologação local, sobrescreva estes valores.
|
|
12
12
|
CENTRAL_ATIVACAO_URL=https://central-ativacao.central.oondemand.online
|
|
13
|
+
# Use esta variável se a API estiver em outro host/path, por exemplo: https://central-ativacao.central.oondemand.online/api
|
|
14
|
+
# CENTRAL_ATIVACAO_API_URL=https://central-ativacao.central.oondemand.online
|
|
13
15
|
APP_CODE=__SLUG__
|
|
14
16
|
AUTH_PROVIDER_TIMEOUT_MS=10000
|
|
15
17
|
# Compatibilidade temporária: MEUS_APPS_BACKEND_URL e APP_KEY também são aceitas.
|
|
@@ -10,7 +10,7 @@
|
|
|
10
10
|
"sync:metadata": "oonCore-front sync:metadata"
|
|
11
11
|
},
|
|
12
12
|
"dependencies": {
|
|
13
|
-
"@oondemand/oon-core-front": "^0.3.
|
|
13
|
+
"@oondemand/oon-core-front": "^0.3.6",
|
|
14
14
|
"@chakra-ui/react": "^3.13.0",
|
|
15
15
|
"@emotion/react": "^11.14.0",
|
|
16
16
|
"@tanstack/react-query": "^5.65.0",
|