app-tutor-ai-consumer 1.12.0 → 1.13.0

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,3 +1,9 @@
1
+ # [1.13.0](https://github.com/Hotmart-Org/app-tutor-ai-consumer/compare/v1.12.0...v1.13.0) (2025-07-21)
2
+
3
+ ### Features
4
+
5
+ - adding env values to production ([ec891e2](https://github.com/Hotmart-Org/app-tutor-ai-consumer/commit/ec891e2692769a44e54e83ebeb6cb024c0f99cd1))
6
+
1
7
  # [1.12.0](https://github.com/Hotmart-Org/app-tutor-ai-consumer/compare/v1.11.0...v1.12.0) (2025-07-21)
2
8
 
3
9
  ### Features
@@ -27,8 +27,8 @@ FIREBASE_PROJECT_ID=omnichat-cad8c
27
27
  FIREBASE_STORAGE_BUCKET=omnichat-cad8c.appspot.com
28
28
 
29
29
  # C3PO
30
- API_CONVERSATION_URL=
31
- API_AUTH_URL=
30
+ API_CONVERSATION_URL=https://c3po-api-conversations.vulcano.rocks
31
+ API_AUTH_URL=https://c3po-api-auth.vulcano.rocks/v1
32
32
 
33
33
  # VLC
34
34
  USER_VLC=
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "app-tutor-ai-consumer",
3
- "version": "1.12.0",
3
+ "version": "1.13.0",
4
4
  "main": "index.js",
5
5
  "scripts": {
6
6
  "dev": "rspack serve --env=development --config config/rspack/rspack.config.js",