@fncts/express 0.0.43 → 0.0.44
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/_cjs/errors.cjs +4 -2
- package/_cjs/errors.cjs.map +1 -1
- package/_mjs/errors.mjs +4 -2
- package/_mjs/errors.mjs.map +1 -1
- package/package.json +2 -2
package/_cjs/errors.cjs
CHANGED
|
@@ -5,16 +5,18 @@ Object.defineProperty(exports, "__esModule", {
|
|
|
5
5
|
});
|
|
6
6
|
exports.NodeServerListenError = exports.NodeServerCloseError = void 0;
|
|
7
7
|
class NodeServerCloseError {
|
|
8
|
+
error;
|
|
9
|
+
_tag = "NodeServerCloseError";
|
|
8
10
|
constructor(error) {
|
|
9
11
|
this.error = error;
|
|
10
|
-
this._tag = "NodeServerCloseError";
|
|
11
12
|
}
|
|
12
13
|
}
|
|
13
14
|
exports.NodeServerCloseError = NodeServerCloseError;
|
|
14
15
|
class NodeServerListenError {
|
|
16
|
+
error;
|
|
17
|
+
_tag = "NodeServerListenError";
|
|
15
18
|
constructor(error) {
|
|
16
19
|
this.error = error;
|
|
17
|
-
this._tag = "NodeServerListenError";
|
|
18
20
|
}
|
|
19
21
|
}
|
|
20
22
|
exports.NodeServerListenError = NodeServerListenError;
|
package/_cjs/errors.cjs.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"errors.cjs","names":["NodeServerCloseError","
|
|
1
|
+
{"version":3,"file":"errors.cjs","names":["NodeServerCloseError","error","_tag","constructor","exports","NodeServerListenError"],"sources":["../_src/errors.ts"],"sourcesContent":[null],"mappings":";;;;;;AAAM,MAAOA,oBAAoB;EAEVC,KAAA;EADZC,IAAI,GAAG,sBAAsB;EACtCC,YAAqBF,KAAY;IAAZ,KAAAA,KAAK,GAALA,KAAK;EAAU;;AACrCG,OAAA,CAAAJ,oBAAA,GAAAA,oBAAA;AAEK,MAAOK,qBAAqB;EAEXJ,KAAA;EADZC,IAAI,GAAG,uBAAuB;EACvCC,YAAqBF,KAAY;IAAZ,KAAAA,KAAK,GAALA,KAAK;EAAU;;AACrCG,OAAA,CAAAC,qBAAA,GAAAA,qBAAA","ignoreList":[]}
|
package/_mjs/errors.mjs
CHANGED
|
@@ -1,13 +1,15 @@
|
|
|
1
1
|
export class NodeServerCloseError {
|
|
2
|
+
error;
|
|
3
|
+
_tag = "NodeServerCloseError";
|
|
2
4
|
constructor(error) {
|
|
3
5
|
this.error = error;
|
|
4
|
-
this._tag = "NodeServerCloseError";
|
|
5
6
|
}
|
|
6
7
|
}
|
|
7
8
|
export class NodeServerListenError {
|
|
9
|
+
error;
|
|
10
|
+
_tag = "NodeServerListenError";
|
|
8
11
|
constructor(error) {
|
|
9
12
|
this.error = error;
|
|
10
|
-
this._tag = "NodeServerListenError";
|
|
11
13
|
}
|
|
12
14
|
}
|
|
13
15
|
//# sourceMappingURL=errors.mjs.map
|
package/_mjs/errors.mjs.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"errors.mjs","names":["NodeServerCloseError","
|
|
1
|
+
{"version":3,"file":"errors.mjs","names":["NodeServerCloseError","error","_tag","constructor","NodeServerListenError"],"sources":["../_src/errors.ts"],"sourcesContent":[null],"mappings":"AAAA,OAAM,MAAOA,oBAAoB;EAEVC,KAAA;EADZC,IAAI,GAAG,sBAAsB;EACtCC,YAAqBF,KAAY;IAAZ,KAAAA,KAAK,GAALA,KAAK;EAAU;;AAGtC,OAAM,MAAOG,qBAAqB;EAEXH,KAAA;EADZC,IAAI,GAAG,uBAAuB;EACvCC,YAAqBF,KAAY;IAAZ,KAAAA,KAAK,GAALA,KAAK;EAAU","ignoreList":[]}
|