ionic-vhframeworks 8.2.5 → 8.2.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.
@@ -870,7 +870,7 @@ export declare class VhAuth {
870
870
  reject(error);
871
871
  })
872
872
  * @param projectname
873
- * @param dbstorage: 'firebase' or 'firebase-mongo'
873
+ * @param dbstorage: 'firebase', 'firebase-mongo', or 'mongo'
874
874
  * @param imgstorage: 'firebase' or 'viethas'
875
875
  * @param cssstorage : nơi css sẽ được lưu trữ 'local', 'firebase', 'mongo' or 'file'
876
876
  * @param dbserverversion
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ionic-vhframeworks",
3
- "version": "8.2.5",
3
+ "version": "8.2.6",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^12.2.0",
6
6
  "@angular/core": "^12.2.0"