@plattar/plattar-ar-adapter 1.186.1 → 1.186.2
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.
|
@@ -3427,7 +3427,7 @@ exports.Util = Util;
|
|
|
3427
3427
|
},{}],19:[function(require,module,exports){
|
|
3428
3428
|
"use strict";
|
|
3429
3429
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3430
|
-
exports.default = "1.186.
|
|
3430
|
+
exports.default = "1.186.2";
|
|
3431
3431
|
|
|
3432
3432
|
},{}],20:[function(require,module,exports){
|
|
3433
3433
|
"use strict";
|
|
@@ -7907,13 +7907,23 @@ var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (
|
|
|
7907
7907
|
}) : function(o, v) {
|
|
7908
7908
|
o["default"] = v;
|
|
7909
7909
|
});
|
|
7910
|
-
var __importStar = (this && this.__importStar) || function (
|
|
7911
|
-
|
|
7912
|
-
|
|
7913
|
-
|
|
7914
|
-
|
|
7915
|
-
|
|
7916
|
-
};
|
|
7910
|
+
var __importStar = (this && this.__importStar) || (function () {
|
|
7911
|
+
var ownKeys = function(o) {
|
|
7912
|
+
ownKeys = Object.getOwnPropertyNames || function (o) {
|
|
7913
|
+
var ar = [];
|
|
7914
|
+
for (var k in o) if (Object.prototype.hasOwnProperty.call(o, k)) ar[ar.length] = k;
|
|
7915
|
+
return ar;
|
|
7916
|
+
};
|
|
7917
|
+
return ownKeys(o);
|
|
7918
|
+
};
|
|
7919
|
+
return function (mod) {
|
|
7920
|
+
if (mod && mod.__esModule) return mod;
|
|
7921
|
+
var result = {};
|
|
7922
|
+
if (mod != null) for (var k = ownKeys(mod), i = 0; i < k.length; i++) if (k[i] !== "default") __createBinding(result, mod, k[i]);
|
|
7923
|
+
__setModuleDefault(result, mod);
|
|
7924
|
+
return result;
|
|
7925
|
+
};
|
|
7926
|
+
})();
|
|
7917
7927
|
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
7918
7928
|
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
7919
7929
|
};
|
|
@@ -7930,7 +7940,7 @@ console.log("using @plattar/plattar-services v" + version_1.default);
|
|
|
7930
7940
|
},{"./core/configurator":118,"./core/model-converter":119,"./version":122}],122:[function(require,module,exports){
|
|
7931
7941
|
"use strict";
|
|
7932
7942
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
7933
|
-
exports.default = "1.
|
|
7943
|
+
exports.default = "1.186.1";
|
|
7934
7944
|
|
|
7935
7945
|
},{}],123:[function(require,module,exports){
|
|
7936
7946
|
const Util = require("../../util/util");
|