namirasoft-node 1.4.135 → 1.4.136
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.d.ts +1 -0
- package/dist/index.js +1 -0
- package/dist/index.js.map +1 -1
- package/package.json +2 -2
- package/src/index.ts +1 -0
package/dist/index.d.ts
CHANGED
|
@@ -10,6 +10,7 @@ export * from "./BaseFilterItemBuilderDatabase";
|
|
|
10
10
|
export * from "./BaseFilterItemBuilderObject";
|
|
11
11
|
export * from "./BaseTable";
|
|
12
12
|
export * from "./BaseTableColumnOptions";
|
|
13
|
+
export * from "./BaseWorker";
|
|
13
14
|
export * from "./CommandOperation";
|
|
14
15
|
export * from "./EncryptionOperation";
|
|
15
16
|
export * from "./GmailService";
|
package/dist/index.js
CHANGED
|
@@ -26,6 +26,7 @@ __exportStar(require("./BaseFilterItemBuilderDatabase"), exports);
|
|
|
26
26
|
__exportStar(require("./BaseFilterItemBuilderObject"), exports);
|
|
27
27
|
__exportStar(require("./BaseTable"), exports);
|
|
28
28
|
__exportStar(require("./BaseTableColumnOptions"), exports);
|
|
29
|
+
__exportStar(require("./BaseWorker"), exports);
|
|
29
30
|
__exportStar(require("./CommandOperation"), exports);
|
|
30
31
|
__exportStar(require("./EncryptionOperation"), exports);
|
|
31
32
|
__exportStar(require("./GmailService"), exports);
|
package/dist/index.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,oDAAkC;AAClC,oDAAkC;AAClC,wDAAsC;AACtC,mDAAiC;AACjC,6CAA2B;AAC3B,iDAA+B;AAC/B,qDAAmC;AACnC,0DAAwC;AACxC,kEAAgD;AAChD,gEAA8C;AAC9C,8CAA4B;AAC5B,2DAAyC;AACzC,qDAAmC;AACnC,wDAAsC;AACtC,iDAA+B;AAC/B,8CAA4B;AAC5B,gDAA8B;AAC9B,yCAAuB;AACvB,iDAA+B;AAC/B,yDAAuC;AACvC,4DAA0C;AAC1C,gDAA8B;AAC9B,0CAAwB;AACxB,8CAA4B"}
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,oDAAkC;AAClC,oDAAkC;AAClC,wDAAsC;AACtC,mDAAiC;AACjC,6CAA2B;AAC3B,iDAA+B;AAC/B,qDAAmC;AACnC,0DAAwC;AACxC,kEAAgD;AAChD,gEAA8C;AAC9C,8CAA4B;AAC5B,2DAAyC;AACzC,+CAA6B;AAC7B,qDAAmC;AACnC,wDAAsC;AACtC,iDAA+B;AAC/B,8CAA4B;AAC5B,gDAA8B;AAC9B,yCAAuB;AACvB,iDAA+B;AAC/B,yDAAuC;AACvC,4DAA0C;AAC1C,gDAA8B;AAC9B,0CAAwB;AACxB,8CAA4B"}
|
package/package.json
CHANGED
|
@@ -8,7 +8,7 @@
|
|
|
8
8
|
"framework": "npm",
|
|
9
9
|
"application": "package",
|
|
10
10
|
"private": false,
|
|
11
|
-
"version": "1.4.
|
|
11
|
+
"version": "1.4.136",
|
|
12
12
|
"author": "Amir Abolhasani",
|
|
13
13
|
"license": "MIT",
|
|
14
14
|
"main": "./dist/index.js",
|
|
@@ -20,7 +20,7 @@
|
|
|
20
20
|
"@supercharge/request-ip": "^1.2.0",
|
|
21
21
|
"@types/cors": "^2.8.19",
|
|
22
22
|
"@types/express": "^5.0.6",
|
|
23
|
-
"@types/node": "^25.2.
|
|
23
|
+
"@types/node": "^25.2.3",
|
|
24
24
|
"@types/node-cron": "^3.0.11",
|
|
25
25
|
"@types/nodemailer": "^7.0.9",
|
|
26
26
|
"@types/nodemailer-smtp-transport": "^2.7.8",
|
package/src/index.ts
CHANGED
|
@@ -10,6 +10,7 @@ export * from "./BaseFilterItemBuilderDatabase";
|
|
|
10
10
|
export * from "./BaseFilterItemBuilderObject";
|
|
11
11
|
export * from "./BaseTable";
|
|
12
12
|
export * from "./BaseTableColumnOptions";
|
|
13
|
+
export * from "./BaseWorker";
|
|
13
14
|
export * from "./CommandOperation";
|
|
14
15
|
export * from "./EncryptionOperation";
|
|
15
16
|
export * from "./GmailService";
|