@amohamud23/notihub 1.0.102 → 1.0.103

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/dist/index.cjs CHANGED
@@ -383,7 +383,7 @@ var notiTypeStatsSchema = new import_mongoose19.Schema(NotiTypeStatsSchema_defau
383
383
  timestamps: true
384
384
  });
385
385
  var NotiTypeStatsModel = (0, import_mongoose19.model)(
386
- "NotiTypes",
386
+ "NotiTypesStats",
387
387
  notiTypeStatsSchema
388
388
  );
389
389
  var NotiTypeStatsModel_default = NotiTypeStatsModel;
package/dist/index.js CHANGED
@@ -331,7 +331,7 @@ var notiTypeStatsSchema = new Schema19(NotiTypeStatsSchema_default, {
331
331
  timestamps: true
332
332
  });
333
333
  var NotiTypeStatsModel = model12(
334
- "NotiTypes",
334
+ "NotiTypesStats",
335
335
  notiTypeStatsSchema
336
336
  );
337
337
  var NotiTypeStatsModel_default = NotiTypeStatsModel;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@amohamud23/notihub",
3
- "version": "1.0.102",
3
+ "version": "1.0.103",
4
4
  "description": "Notihub Package",
5
5
  "main": "./dist/index.cjs",
6
6
  "types": "./dist/index.d.cts",