@serve.zone/dcrouter 11.2.31 → 11.2.32
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_serve/bundle.js
CHANGED
|
@@ -42873,4 +42873,4 @@ ibantools/jsnext/ibantools.js:
|
|
|
42873
42873
|
* @preferred
|
|
42874
42874
|
*)
|
|
42875
42875
|
*/
|
|
42876
|
-
//# sourceMappingURL=bundle-
|
|
42876
|
+
//# sourceMappingURL=bundle-1773668995793.js.map
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
*/
|
|
4
4
|
export const commitinfo = {
|
|
5
5
|
name: '@serve.zone/dcrouter',
|
|
6
|
-
version: '11.2.
|
|
6
|
+
version: '11.2.32',
|
|
7
7
|
description: 'A multifaceted routing service handling mail and SMS delivery functions.'
|
|
8
8
|
};
|
|
9
9
|
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiMDBfY29tbWl0aW5mb19kYXRhLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vdHMvMDBfY29tbWl0aW5mb19kYXRhLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBOztHQUVHO0FBQ0gsTUFBTSxDQUFDLE1BQU0sVUFBVSxHQUFHO0lBQ3hCLElBQUksRUFBRSxzQkFBc0I7SUFDNUIsT0FBTyxFQUFFLFNBQVM7SUFDbEIsV0FBVyxFQUFFLDBFQUEwRTtDQUN4RixDQUFBIn0=
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
*/
|
|
4
4
|
export const commitinfo = {
|
|
5
5
|
name: '@serve.zone/dcrouter',
|
|
6
|
-
version: '11.2.
|
|
6
|
+
version: '11.2.32',
|
|
7
7
|
description: 'A multifaceted routing service handling mail and SMS delivery functions.'
|
|
8
8
|
};
|
|
9
9
|
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiMDBfY29tbWl0aW5mb19kYXRhLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vdHNfd2ViLzAwX2NvbW1pdGluZm9fZGF0YS50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQTs7R0FFRztBQUNILE1BQU0sQ0FBQyxNQUFNLFVBQVUsR0FBRztJQUN4QixJQUFJLEVBQUUsc0JBQXNCO0lBQzVCLE9BQU8sRUFBRSxTQUFTO0lBQ2xCLFdBQVcsRUFBRSwwRUFBMEU7Q0FDeEYsQ0FBQSJ9
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@serve.zone/dcrouter",
|
|
3
3
|
"private": false,
|
|
4
|
-
"version": "11.2.
|
|
4
|
+
"version": "11.2.32",
|
|
5
5
|
"description": "A multifaceted routing service handling mail and SMS delivery functions.",
|
|
6
6
|
"type": "module",
|
|
7
7
|
"exports": {
|
|
@@ -51,7 +51,7 @@
|
|
|
51
51
|
"@push.rocks/smartnetwork": "^4.4.0",
|
|
52
52
|
"@push.rocks/smartpath": "^6.0.0",
|
|
53
53
|
"@push.rocks/smartpromise": "^4.2.3",
|
|
54
|
-
"@push.rocks/smartproxy": "^25.11.
|
|
54
|
+
"@push.rocks/smartproxy": "^25.11.14",
|
|
55
55
|
"@push.rocks/smartradius": "^1.1.1",
|
|
56
56
|
"@push.rocks/smartrequest": "^5.0.1",
|
|
57
57
|
"@push.rocks/smartrx": "^3.0.10",
|
|
@@ -59,7 +59,7 @@
|
|
|
59
59
|
"@push.rocks/smartunique": "^3.0.9",
|
|
60
60
|
"@serve.zone/catalog": "^2.6.0",
|
|
61
61
|
"@serve.zone/interfaces": "^5.3.0",
|
|
62
|
-
"@serve.zone/remoteingress": "^4.5.
|
|
62
|
+
"@serve.zone/remoteingress": "^4.5.10",
|
|
63
63
|
"@tsclass/tsclass": "^9.4.0",
|
|
64
64
|
"lru-cache": "^11.2.7",
|
|
65
65
|
"uuid": "^13.0.0"
|
package/ts/00_commitinfo_data.ts
CHANGED