@amohamud23/notihub 1.0.120 → 1.0.121

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
@@ -110,7 +110,6 @@ var import_mongoose = require("mongoose");
110
110
 
111
111
  // src/models/schemas/UserSchema.ts
112
112
  var UserSchema = {
113
- _id: { type: String, required: true },
114
113
  name: { type: String, required: true },
115
114
  email: { type: String, required: true },
116
115
  pushToken: { type: String, required: true },
package/dist/index.js CHANGED
@@ -63,7 +63,6 @@ import { Schema, model } from "mongoose";
63
63
 
64
64
  // src/models/schemas/UserSchema.ts
65
65
  var UserSchema = {
66
- _id: { type: String, required: true },
67
66
  name: { type: String, required: true },
68
67
  email: { type: String, required: true },
69
68
  pushToken: { type: String, required: true },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@amohamud23/notihub",
3
- "version": "1.0.120",
3
+ "version": "1.0.121",
4
4
  "description": "Notihub Package",
5
5
  "main": "./dist/index.cjs",
6
6
  "types": "./dist/index.d.cts",