@serve.zone/dcrouter 11.0.50 → 11.0.51
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 +1 -1
- package/dist_serve/index.html +121 -0
- package/dist_ts/00_commitinfo_data.js +1 -1
- package/dist_ts_web/00_commitinfo_data.js +1 -1
- package/npmextra.json +2 -1
- package/package.json +3 -3
- package/ts/00_commitinfo_data.ts +1 -1
- package/ts_web/00_commitinfo_data.ts +1 -1
package/dist_serve/bundle.js
CHANGED
|
@@ -39328,4 +39328,4 @@ ibantools/jsnext/ibantools.js:
|
|
|
39328
39328
|
* @preferred
|
|
39329
39329
|
*)
|
|
39330
39330
|
*/
|
|
39331
|
-
//# sourceMappingURL=bundle-
|
|
39331
|
+
//# sourceMappingURL=bundle-1772737633541.js.map
|
|
@@ -0,0 +1,121 @@
|
|
|
1
|
+
<!--gitzone default-->
|
|
2
|
+
<!-- made by Lossless GmbH -->
|
|
3
|
+
<!-- checkout https://maintainedby.lossless.com for awesome OpenSource projects -->
|
|
4
|
+
<!DOCTYPE html>
|
|
5
|
+
<html lang="en">
|
|
6
|
+
<head>
|
|
7
|
+
<!--Lets set some basic meta tags-->
|
|
8
|
+
<meta
|
|
9
|
+
name="viewport"
|
|
10
|
+
content="user-scalable=0, initial-scale=1, maximum-scale=1, minimum-scale=1, width=device-width, height=device-height"
|
|
11
|
+
/>
|
|
12
|
+
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
|
13
|
+
<meta name="theme-color" content="#000000" />
|
|
14
|
+
|
|
15
|
+
<!--Lets make sure we recognize this as an PWA-->
|
|
16
|
+
<link rel="manifest" href="/manifest.json" />
|
|
17
|
+
<link rel="icon" type="image/png" href="/assetbroker/manifest/favicon.png" />
|
|
18
|
+
|
|
19
|
+
<!--Lets load standard fonts-->
|
|
20
|
+
<link rel="preconnect" href="https://assetbroker.lossless.one/" crossorigin>
|
|
21
|
+
<link rel="stylesheet" href="https://assetbroker.lossless.one/fonts/fonts.css">
|
|
22
|
+
|
|
23
|
+
|
|
24
|
+
<!--Lets avoid a rescaling flicker due to default body margins-->
|
|
25
|
+
<style>
|
|
26
|
+
html {
|
|
27
|
+
-ms-text-size-adjust: 100%;
|
|
28
|
+
-webkit-text-size-adjust: 100%;
|
|
29
|
+
}
|
|
30
|
+
body {
|
|
31
|
+
position: relative;
|
|
32
|
+
background: #000;
|
|
33
|
+
margin: 0px;
|
|
34
|
+
}
|
|
35
|
+
</style>
|
|
36
|
+
<script>
|
|
37
|
+
projectVersion = '';
|
|
38
|
+
</script>
|
|
39
|
+
</head>
|
|
40
|
+
<body>
|
|
41
|
+
<noscript>
|
|
42
|
+
<style>
|
|
43
|
+
body {
|
|
44
|
+
background: #303f9f;
|
|
45
|
+
font-family: Inter, Roboto, sans-serif;
|
|
46
|
+
color: #ffffff;
|
|
47
|
+
}
|
|
48
|
+
|
|
49
|
+
a {
|
|
50
|
+
color: #ffffff;
|
|
51
|
+
text-decoration: none;
|
|
52
|
+
}
|
|
53
|
+
|
|
54
|
+
.logo {
|
|
55
|
+
margin-top: 100px;
|
|
56
|
+
text-align: center;
|
|
57
|
+
}
|
|
58
|
+
|
|
59
|
+
img {
|
|
60
|
+
width: 130px;
|
|
61
|
+
}
|
|
62
|
+
|
|
63
|
+
.container {
|
|
64
|
+
width: 600px;
|
|
65
|
+
margin: auto;
|
|
66
|
+
margin-top: 20px;
|
|
67
|
+
box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3);
|
|
68
|
+
overflow: hidden;
|
|
69
|
+
border-radius: 3px;
|
|
70
|
+
background: #4357d9;
|
|
71
|
+
}
|
|
72
|
+
.contentHeader {
|
|
73
|
+
padding: 20px;
|
|
74
|
+
text-align: center;
|
|
75
|
+
font-size: 25px;
|
|
76
|
+
border-bottom: 1px solid rgba(255, 255, 255, 0.1);
|
|
77
|
+
}
|
|
78
|
+
.content {
|
|
79
|
+
padding: 20px;
|
|
80
|
+
}
|
|
81
|
+
.footer {
|
|
82
|
+
padding: 10px;
|
|
83
|
+
text-align: center;
|
|
84
|
+
}
|
|
85
|
+
</style>
|
|
86
|
+
<div class="logo">
|
|
87
|
+
<img src="https://assetbroker.lossless.one/brandfiles/lossless/svg-minimal-bright.svg" />
|
|
88
|
+
</div>
|
|
89
|
+
<div class="container">
|
|
90
|
+
<div class="contentHeader">We need JavaScript to run properly!</div>
|
|
91
|
+
<div class="content">
|
|
92
|
+
This site is being built using lit-element (made by Google). This technology works with
|
|
93
|
+
JavaScript. Subsequently this website does not work as intended by Lossless GmbH without
|
|
94
|
+
JavaScript.
|
|
95
|
+
</div>
|
|
96
|
+
</div>
|
|
97
|
+
<div class="footer">
|
|
98
|
+
<a href="https://lossless.gmbh">Legal Info</a> |
|
|
99
|
+
<a href="https://lossless.gmbh/privacy">Privacy Policy</a>
|
|
100
|
+
</div>
|
|
101
|
+
</noscript>
|
|
102
|
+
<script type="text/javascript" async defer>
|
|
103
|
+
window.revenueEnabled = true;
|
|
104
|
+
const runRevenueCheck = async () => {
|
|
105
|
+
var e = document.createElement('div');
|
|
106
|
+
e.id = '476kjuhzgtr764';
|
|
107
|
+
e.style.display = 'none';
|
|
108
|
+
document.body.appendChild(e);
|
|
109
|
+
if (document.getElementById('476kjuhzgtr764')) {
|
|
110
|
+
window.revenueEnabled = true;
|
|
111
|
+
} else {
|
|
112
|
+
window.revenueEnabled = false;
|
|
113
|
+
}
|
|
114
|
+
console.log(`revenue enabled: ${window.revenueEnabled}`);
|
|
115
|
+
};
|
|
116
|
+
|
|
117
|
+
runRevenueCheck();
|
|
118
|
+
</script>
|
|
119
|
+
</body>
|
|
120
|
+
<script defer type="module" src="/bundle.js"></script>
|
|
121
|
+
</html>
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
*/
|
|
4
4
|
export const commitinfo = {
|
|
5
5
|
name: '@serve.zone/dcrouter',
|
|
6
|
-
version: '11.0.
|
|
6
|
+
version: '11.0.51',
|
|
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.0.
|
|
6
|
+
version: '11.0.51',
|
|
7
7
|
description: 'A multifaceted routing service handling mail and SMS delivery functions.'
|
|
8
8
|
};
|
|
9
9
|
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiMDBfY29tbWl0aW5mb19kYXRhLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vdHNfd2ViLzAwX2NvbW1pdGluZm9fZGF0YS50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQTs7R0FFRztBQUNILE1BQU0sQ0FBQyxNQUFNLFVBQVUsR0FBRztJQUN4QixJQUFJLEVBQUUsc0JBQXNCO0lBQzVCLE9BQU8sRUFBRSxTQUFTO0lBQ2xCLFdBQVcsRUFBRSwwRUFBMEU7Q0FDeEYsQ0FBQSJ9
|
package/npmextra.json
CHANGED
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@serve.zone/dcrouter",
|
|
3
3
|
"private": false,
|
|
4
|
-
"version": "11.0.
|
|
4
|
+
"version": "11.0.51",
|
|
5
5
|
"description": "A multifaceted routing service handling mail and SMS delivery functions.",
|
|
6
6
|
"type": "module",
|
|
7
7
|
"exports": {
|
|
@@ -19,8 +19,8 @@
|
|
|
19
19
|
"watch": "tswatch"
|
|
20
20
|
},
|
|
21
21
|
"devDependencies": {
|
|
22
|
-
"@git.zone/tsbuild": "^4.2.
|
|
23
|
-
"@git.zone/tsbundle": "^2.9.
|
|
22
|
+
"@git.zone/tsbuild": "^4.2.6",
|
|
23
|
+
"@git.zone/tsbundle": "^2.9.1",
|
|
24
24
|
"@git.zone/tsrun": "^2.0.1",
|
|
25
25
|
"@git.zone/tstest": "^3.2.0",
|
|
26
26
|
"@git.zone/tswatch": "^3.2.5",
|
package/ts/00_commitinfo_data.ts
CHANGED