akeyless-client-commons 1.1.20 → 1.1.21

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.
@@ -644,7 +644,6 @@ var initApp = function() {
644
644
  appId: isNodeEnv2 ? process.env.NEXT_PUBLIC_APP_ID : import_meta.env.VITE_APP_ID
645
645
  };
646
646
  try {
647
- console.log("firebaseConfig", firebaseConfig);
648
647
  var app2 = (0, import_app.initializeApp)(firebaseConfig);
649
648
  var auth2 = (0, import_auth.getAuth)(app2);
650
649
  auth2.settings.appVerificationDisabledForTesting = false;
@@ -423,7 +423,6 @@ var initApp = function() {
423
423
  appId: isNodeEnv2 ? process.env.NEXT_PUBLIC_APP_ID : import.meta.env.VITE_APP_ID
424
424
  };
425
425
  try {
426
- console.log("firebaseConfig", firebaseConfig);
427
426
  var app2 = initializeApp(firebaseConfig);
428
427
  var auth2 = getAuth(app2);
429
428
  auth2.settings.appVerificationDisabledForTesting = false;
@@ -782,7 +782,6 @@ var initApp = function() {
782
782
  appId: isNodeEnv2 ? process.env.NEXT_PUBLIC_APP_ID : import_meta.env.VITE_APP_ID
783
783
  };
784
784
  try {
785
- console.log("firebaseConfig", firebaseConfig);
786
785
  var app2 = (0, import_app.initializeApp)(firebaseConfig);
787
786
  var auth2 = (0, import_auth.getAuth)(app2);
788
787
  auth2.settings.appVerificationDisabledForTesting = false;
@@ -422,7 +422,6 @@ var initApp = function() {
422
422
  appId: isNodeEnv2 ? process.env.NEXT_PUBLIC_APP_ID : import.meta.env.VITE_APP_ID
423
423
  };
424
424
  try {
425
- console.log("firebaseConfig", firebaseConfig);
426
425
  var app2 = initializeApp(firebaseConfig);
427
426
  var auth2 = getAuth(app2);
428
427
  auth2.settings.appVerificationDisabledForTesting = false;
@@ -306,7 +306,6 @@ var initApp = function() {
306
306
  appId: isNodeEnv2 ? process.env.NEXT_PUBLIC_APP_ID : import_meta.env.VITE_APP_ID
307
307
  };
308
308
  try {
309
- console.log("firebaseConfig", firebaseConfig);
310
309
  var app2 = (0, import_app.initializeApp)(firebaseConfig);
311
310
  var auth2 = (0, import_auth.getAuth)(app2);
312
311
  auth2.settings.appVerificationDisabledForTesting = false;
@@ -219,7 +219,6 @@ var initApp = function() {
219
219
  appId: isNodeEnv2 ? process.env.NEXT_PUBLIC_APP_ID : import.meta.env.VITE_APP_ID
220
220
  };
221
221
  try {
222
- console.log("firebaseConfig", firebaseConfig);
223
222
  var app2 = initializeApp(firebaseConfig);
224
223
  var auth2 = getAuth(app2);
225
224
  auth2.settings.appVerificationDisabledForTesting = false;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "akeyless-client-commons",
3
- "version": "1.1.20",
3
+ "version": "1.1.21",
4
4
  "scripts": {
5
5
  "build": "tsup",
6
6
  "deploy": "npm run build && npm version patch --no-git-tag-version && npm publish",