@nmshd/transport 2.0.0-beta.13 → 2.0.0-beta.14
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/buildInformation.js
CHANGED
|
@@ -4,11 +4,11 @@ exports.buildInformation = void 0;
|
|
|
4
4
|
const ts_serval_1 = require("@js-soft/ts-serval");
|
|
5
5
|
const crypto_1 = require("@nmshd/crypto");
|
|
6
6
|
exports.buildInformation = {
|
|
7
|
-
version: "2.0.0-beta.
|
|
8
|
-
build: "
|
|
9
|
-
date: "2022-10-
|
|
10
|
-
commit: "
|
|
11
|
-
dependencies: {"@js-soft/docdb-access-abstractions":"1.0.1","@js-soft/logging-abstractions":"1.0.0","@js-soft/simple-logger":"1.0.2","@js-soft/ts-utils":"2.3.0","axios":"
|
|
7
|
+
version: "2.0.0-beta.14",
|
|
8
|
+
build: "45",
|
|
9
|
+
date: "2022-10-24T07:26:04+00:00",
|
|
10
|
+
commit: "afe0db318420ed9e39bbeae3471f217aac04bed0",
|
|
11
|
+
dependencies: {"@js-soft/docdb-access-abstractions":"1.0.1","@js-soft/logging-abstractions":"1.0.0","@js-soft/simple-logger":"1.0.2","@js-soft/ts-utils":"2.3.0","axios":"1.1.2","deep-equal":"^2.0.5","fast-json-patch":"^3.1.1","form-data":"^4.0.0","json-stringify-safe":"^5.0.1","lodash":"^4.17.21","luxon":"^3.0.4","qs":"^6.11.0","reflect-metadata":"^0.1.13","ts-simple-nameof":"^1.3.1","uuid":"^9.0.0"},
|
|
12
12
|
libraries: {
|
|
13
13
|
crypto: crypto_1.buildInformation,
|
|
14
14
|
serval: ts_serval_1.buildInformation
|
|
@@ -15,11 +15,11 @@ exports.buildInformation = void 0;
|
|
|
15
15
|
const ts_serval_1 = __webpack_require__(/*! @js-soft/ts-serval */ "@js-soft/ts-serval");
|
|
16
16
|
const crypto_1 = __webpack_require__(/*! @nmshd/crypto */ "@nmshd/crypto");
|
|
17
17
|
exports.buildInformation = {
|
|
18
|
-
version: "2.0.0-beta.
|
|
19
|
-
build: "
|
|
20
|
-
date: "2022-10-
|
|
21
|
-
commit: "
|
|
22
|
-
dependencies: {"@js-soft/docdb-access-abstractions":"1.0.1","@js-soft/logging-abstractions":"1.0.0","@js-soft/simple-logger":"1.0.2","@js-soft/ts-utils":"2.3.0","axios":"
|
|
18
|
+
version: "2.0.0-beta.14",
|
|
19
|
+
build: "45",
|
|
20
|
+
date: "2022-10-24T07:26:04+00:00",
|
|
21
|
+
commit: "afe0db318420ed9e39bbeae3471f217aac04bed0",
|
|
22
|
+
dependencies: {"@js-soft/docdb-access-abstractions":"1.0.1","@js-soft/logging-abstractions":"1.0.0","@js-soft/simple-logger":"1.0.2","@js-soft/ts-utils":"2.3.0","axios":"1.1.2","deep-equal":"^2.0.5","fast-json-patch":"^3.1.1","form-data":"^4.0.0","json-stringify-safe":"^5.0.1","lodash":"^4.17.21","luxon":"^3.0.4","qs":"^6.11.0","reflect-metadata":"^0.1.13","ts-simple-nameof":"^1.3.1","uuid":"^9.0.0"},
|
|
23
23
|
libraries: {
|
|
24
24
|
crypto: crypto_1.buildInformation,
|
|
25
25
|
serval: ts_serval_1.buildInformation
|
|
@@ -47750,7 +47750,7 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
47750
47750
|
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
47751
47751
|
/* harmony export */ "VERSION": () => (/* binding */ VERSION)
|
|
47752
47752
|
/* harmony export */ });
|
|
47753
|
-
const VERSION = "1.
|
|
47753
|
+
const VERSION = "1.1.2";
|
|
47754
47754
|
|
|
47755
47755
|
/***/ }),
|
|
47756
47756
|
|
|
@@ -49133,7 +49133,7 @@ const isPlainObject = (val) => {
|
|
|
49133
49133
|
}
|
|
49134
49134
|
|
|
49135
49135
|
const prototype = getPrototypeOf(val);
|
|
49136
|
-
return prototype === null || prototype === Object.prototype;
|
|
49136
|
+
return (prototype === null || prototype === Object.prototype || Object.getPrototypeOf(prototype) === null) && !(Symbol.toStringTag in val) && !(Symbol.iterator in val);
|
|
49137
49137
|
}
|
|
49138
49138
|
|
|
49139
49139
|
/**
|