app-tutor-ai-consumer 1.14.0 → 1.15.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.15.0](https://github.com/Hotmart-Org/app-tutor-ai-consumer/compare/v1.14.0...v1.15.0) (2025-07-21)
2
+
3
+ ### Features
4
+
5
+ - adding firebase production keys ([c64db9a](https://github.com/Hotmart-Org/app-tutor-ai-consumer/commit/c64db9a6007725ae3bcc15ca3566c3c0b7516bf4))
6
+
1
7
  # [1.14.0](https://github.com/Hotmart-Org/app-tutor-ai-consumer/compare/v1.13.0...v1.14.0) (2025-07-21)
2
8
 
3
9
  ### Features
@@ -19,12 +19,12 @@ API_HOTMART_TUTOR=https://api-smart-search-content.cp.hotmart.com
19
19
  OPTIMIZELY_SDK_KEY=GQb1vccBnQhjtEkXqAonY
20
20
 
21
21
  # FIREBASE
22
- FIREBASE_API_KEY=AIzaSyAq3KtkkTsJC5maHM_A9YJ-roI2IbvI5fM
23
- FIREBASE_AUTH_DOMAIN=omnichat-cad8c.firebaseapp.com
24
- FIREBASE_DATABASE_URL=https://omnichat-cad8c.firebaseio.com
25
- FIREBASE_MESSAGING_SENDER_ID=78513709264
26
- FIREBASE_PROJECT_ID=omnichat-cad8c
27
- FIREBASE_STORAGE_BUCKET=omnichat-cad8c.appspot.com
22
+ FIREBASE_API_KEY=AIzaSyClTc2hCt5yODPBqNlxZtWrsI2fsGpYrmQ
23
+ FIREBASE_AUTH_DOMAIN=omnichat-prod.firebaseapp.com
24
+ FIREBASE_DATABASE_URL=https://omnichat-prod.firebaseio.com
25
+ FIREBASE_PROJECT_ID=omnichat-prod
26
+ FIREBASE_STORAGE_BUCKET=omnichat-prod.appspot.com
27
+ FIREBASE_MESSAGING_SENDER_ID=87249988839
28
28
 
29
29
  # C3PO
30
30
  API_CONVERSATION_URL=https://c3po-api-conversations.vulcano.rocks
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "app-tutor-ai-consumer",
3
- "version": "1.14.0",
3
+ "version": "1.15.0",
4
4
  "main": "index.js",
5
5
  "scripts": {
6
6
  "dev": "rspack serve --env=development --config config/rspack/rspack.config.js",