@itwin/rpcinterface-full-stack-tests 3.6.0-dev.5 → 3.6.0-dev.8
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/lib/dist/_cb67.bundled-tests.js.map +1 -1
- package/lib/dist/bundled-tests.js +40 -33
- package/lib/dist/bundled-tests.js.map +1 -1
- package/lib/dist/core_frontend_lib_esm_ApproximateTerrainHeightsProps_js.bundled-tests.js.map +1 -1
- package/lib/dist/object-storage.bundled-tests.js.map +1 -1
- package/lib/dist/vendors-common_temp_node_modules_pnpm_itwin_object-storage-azure_1_4_0_node_modules_itwin_obj-3576c6.bundled-tests.js.map +1 -1
- package/lib/dist/vendors-common_temp_node_modules_pnpm_loaders_gl_draco_3_2_12_node_modules_loaders_gl_draco_d-b19815.bundled-tests.js.map +1 -1
- package/lib/dist/vendors-common_temp_node_modules_pnpm_reflect-metadata_0_1_13_node_modules_reflect-metadata_R-610cb3.bundled-tests.js.map +1 -1
- package/package.json +14 -14
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"_cb67.bundled-tests.js","mappings":";;;;;;;;AAAA","sources":["file:///ignored|D:\\vsts_a\\
|
|
1
|
+
{"version":3,"file":"_cb67.bundled-tests.js","mappings":";;;;;;;;AAAA","sources":["file:///ignored|D:\\vsts_a\\2\\s\\common\\temp\\node_modules\\.pnpm\\@loaders.gl+worker-utils@3.2.12\\node_modules\\@loaders.gl\\worker-utils\\dist\\esm\\lib\\library-utils|../node/require-utils.node"],"names":[],"sourceRoot":""}
|
|
@@ -21,9 +21,9 @@
|
|
|
21
21
|
|
|
22
22
|
/***/ }),
|
|
23
23
|
|
|
24
|
-
/***/ "../../common/temp/node_modules/.pnpm/@itwin+certa@3.4.
|
|
24
|
+
/***/ "../../common/temp/node_modules/.pnpm/@itwin+certa@3.4.7/node_modules/@itwin/certa/lib/utils/CallbackUtils.js":
|
|
25
25
|
/*!********************************************************************************************************************!*\
|
|
26
|
-
!*** ../../common/temp/node_modules/.pnpm/@itwin+certa@3.4.
|
|
26
|
+
!*** ../../common/temp/node_modules/.pnpm/@itwin+certa@3.4.7/node_modules/@itwin/certa/lib/utils/CallbackUtils.js ***!
|
|
27
27
|
\********************************************************************************************************************/
|
|
28
28
|
/***/ ((__unused_webpack_module, exports, __webpack_require__) => {
|
|
29
29
|
|
|
@@ -2772,7 +2772,7 @@ exports.getAccessTokenFromBackend = exports.getTokenCallbackName = void 0;
|
|
|
2772
2772
|
* Copyright (c) Bentley Systems, Incorporated. All rights reserved.
|
|
2773
2773
|
* See LICENSE.md in the project root for license terms and full copyright notice.
|
|
2774
2774
|
*--------------------------------------------------------------------------------------------*/
|
|
2775
|
-
const CallbackUtils_1 = __webpack_require__(/*! @itwin/certa/lib/utils/CallbackUtils */ "../../common/temp/node_modules/.pnpm/@itwin+certa@3.4.
|
|
2775
|
+
const CallbackUtils_1 = __webpack_require__(/*! @itwin/certa/lib/utils/CallbackUtils */ "../../common/temp/node_modules/.pnpm/@itwin+certa@3.4.7/node_modules/@itwin/certa/lib/utils/CallbackUtils.js");
|
|
2776
2776
|
// Shared by both the frontend and backend side of the tests
|
|
2777
2777
|
exports.getTokenCallbackName = "getToken";
|
|
2778
2778
|
async function getAccessTokenFromBackend(user, oidcConfig) {
|
|
@@ -18644,7 +18644,7 @@ exports.transferFlags = __webpack_require__(/*! ./transferFlags */ "../../common
|
|
|
18644
18644
|
* Deep equal utility
|
|
18645
18645
|
*/
|
|
18646
18646
|
|
|
18647
|
-
exports.eql = __webpack_require__(/*! deep-eql */ "../../common/temp/node_modules/.pnpm/deep-eql@4.1.
|
|
18647
|
+
exports.eql = __webpack_require__(/*! deep-eql */ "../../common/temp/node_modules/.pnpm/deep-eql@4.1.3/node_modules/deep-eql/index.js");
|
|
18648
18648
|
|
|
18649
18649
|
/*!
|
|
18650
18650
|
* Deep path info
|
|
@@ -20473,9 +20473,9 @@ module.exports = function deepAssign(target) {
|
|
|
20473
20473
|
|
|
20474
20474
|
/***/ }),
|
|
20475
20475
|
|
|
20476
|
-
/***/ "../../common/temp/node_modules/.pnpm/deep-eql@4.1.
|
|
20476
|
+
/***/ "../../common/temp/node_modules/.pnpm/deep-eql@4.1.3/node_modules/deep-eql/index.js":
|
|
20477
20477
|
/*!******************************************************************************************!*\
|
|
20478
|
-
!*** ../../common/temp/node_modules/.pnpm/deep-eql@4.1.
|
|
20478
|
+
!*** ../../common/temp/node_modules/.pnpm/deep-eql@4.1.3/node_modules/deep-eql/index.js ***!
|
|
20479
20479
|
\******************************************************************************************/
|
|
20480
20480
|
/***/ ((module, __unused_webpack_exports, __webpack_require__) => {
|
|
20481
20481
|
|
|
@@ -20874,8 +20874,15 @@ function getEnumerableKeys(target) {
|
|
|
20874
20874
|
return keys;
|
|
20875
20875
|
}
|
|
20876
20876
|
|
|
20877
|
-
function
|
|
20878
|
-
var keys =
|
|
20877
|
+
function getEnumerableSymbols(target) {
|
|
20878
|
+
var keys = [];
|
|
20879
|
+
var allKeys = Object.getOwnPropertySymbols(target);
|
|
20880
|
+
for (var i = 0; i < allKeys.length; i += 1) {
|
|
20881
|
+
var key = allKeys[i];
|
|
20882
|
+
if (Object.getOwnPropertyDescriptor(target, key).enumerable) {
|
|
20883
|
+
keys.push(key);
|
|
20884
|
+
}
|
|
20885
|
+
}
|
|
20879
20886
|
return keys;
|
|
20880
20887
|
}
|
|
20881
20888
|
|
|
@@ -20914,8 +20921,8 @@ function keysEqual(leftHandOperand, rightHandOperand, keys, options) {
|
|
|
20914
20921
|
function objectEqual(leftHandOperand, rightHandOperand, options) {
|
|
20915
20922
|
var leftHandKeys = getEnumerableKeys(leftHandOperand);
|
|
20916
20923
|
var rightHandKeys = getEnumerableKeys(rightHandOperand);
|
|
20917
|
-
var leftHandSymbols =
|
|
20918
|
-
var rightHandSymbols =
|
|
20924
|
+
var leftHandSymbols = getEnumerableSymbols(leftHandOperand);
|
|
20925
|
+
var rightHandSymbols = getEnumerableSymbols(rightHandOperand);
|
|
20919
20926
|
leftHandKeys = leftHandKeys.concat(leftHandSymbols);
|
|
20920
20927
|
rightHandKeys = rightHandKeys.concat(rightHandSymbols);
|
|
20921
20928
|
|
|
@@ -51579,9 +51586,9 @@ function simpleEnd(buf) {
|
|
|
51579
51586
|
|
|
51580
51587
|
/***/ }),
|
|
51581
51588
|
|
|
51582
|
-
/***/ "../../common/temp/node_modules/.pnpm/superagent@7.1.
|
|
51589
|
+
/***/ "../../common/temp/node_modules/.pnpm/superagent@7.1.5/node_modules/superagent/lib/agent-base.js":
|
|
51583
51590
|
/*!*******************************************************************************************************!*\
|
|
51584
|
-
!*** ../../common/temp/node_modules/.pnpm/superagent@7.1.
|
|
51591
|
+
!*** ../../common/temp/node_modules/.pnpm/superagent@7.1.5/node_modules/superagent/lib/agent-base.js ***!
|
|
51585
51592
|
\*******************************************************************************************************/
|
|
51586
51593
|
/***/ ((module) => {
|
|
51587
51594
|
|
|
@@ -51649,9 +51656,9 @@ module.exports = Agent;
|
|
|
51649
51656
|
|
|
51650
51657
|
/***/ }),
|
|
51651
51658
|
|
|
51652
|
-
/***/ "../../common/temp/node_modules/.pnpm/superagent@7.1.
|
|
51659
|
+
/***/ "../../common/temp/node_modules/.pnpm/superagent@7.1.5/node_modules/superagent/lib/client.js":
|
|
51653
51660
|
/*!***************************************************************************************************!*\
|
|
51654
|
-
!*** ../../common/temp/node_modules/.pnpm/superagent@7.1.
|
|
51661
|
+
!*** ../../common/temp/node_modules/.pnpm/superagent@7.1.5/node_modules/superagent/lib/client.js ***!
|
|
51655
51662
|
\***************************************************************************************************/
|
|
51656
51663
|
/***/ ((module, exports, __webpack_require__) => {
|
|
51657
51664
|
|
|
@@ -51689,16 +51696,16 @@ var safeStringify = __webpack_require__(/*! fast-safe-stringify */ "../../common
|
|
|
51689
51696
|
|
|
51690
51697
|
var qs = __webpack_require__(/*! qs */ "../../common/temp/node_modules/.pnpm/qs@6.11.0/node_modules/qs/lib/index.js");
|
|
51691
51698
|
|
|
51692
|
-
var RequestBase = __webpack_require__(/*! ./request-base */ "../../common/temp/node_modules/.pnpm/superagent@7.1.
|
|
51699
|
+
var RequestBase = __webpack_require__(/*! ./request-base */ "../../common/temp/node_modules/.pnpm/superagent@7.1.5/node_modules/superagent/lib/request-base.js");
|
|
51693
51700
|
|
|
51694
|
-
var _require = __webpack_require__(/*! ./utils */ "../../common/temp/node_modules/.pnpm/superagent@7.1.
|
|
51701
|
+
var _require = __webpack_require__(/*! ./utils */ "../../common/temp/node_modules/.pnpm/superagent@7.1.5/node_modules/superagent/lib/utils.js"),
|
|
51695
51702
|
isObject = _require.isObject,
|
|
51696
51703
|
mixin = _require.mixin,
|
|
51697
51704
|
hasOwn = _require.hasOwn;
|
|
51698
51705
|
|
|
51699
|
-
var ResponseBase = __webpack_require__(/*! ./response-base */ "../../common/temp/node_modules/.pnpm/superagent@7.1.
|
|
51706
|
+
var ResponseBase = __webpack_require__(/*! ./response-base */ "../../common/temp/node_modules/.pnpm/superagent@7.1.5/node_modules/superagent/lib/response-base.js");
|
|
51700
51707
|
|
|
51701
|
-
var Agent = __webpack_require__(/*! ./agent-base */ "../../common/temp/node_modules/.pnpm/superagent@7.1.
|
|
51708
|
+
var Agent = __webpack_require__(/*! ./agent-base */ "../../common/temp/node_modules/.pnpm/superagent@7.1.5/node_modules/superagent/lib/agent-base.js");
|
|
51702
51709
|
/**
|
|
51703
51710
|
* Noop.
|
|
51704
51711
|
*/
|
|
@@ -52711,9 +52718,9 @@ request.put = function (url, data, fn) {
|
|
|
52711
52718
|
|
|
52712
52719
|
/***/ }),
|
|
52713
52720
|
|
|
52714
|
-
/***/ "../../common/temp/node_modules/.pnpm/superagent@7.1.
|
|
52721
|
+
/***/ "../../common/temp/node_modules/.pnpm/superagent@7.1.5/node_modules/superagent/lib/request-base.js":
|
|
52715
52722
|
/*!*********************************************************************************************************!*\
|
|
52716
|
-
!*** ../../common/temp/node_modules/.pnpm/superagent@7.1.
|
|
52723
|
+
!*** ../../common/temp/node_modules/.pnpm/superagent@7.1.5/node_modules/superagent/lib/request-base.js ***!
|
|
52717
52724
|
\*********************************************************************************************************/
|
|
52718
52725
|
/***/ ((module, __unused_webpack_exports, __webpack_require__) => {
|
|
52719
52726
|
|
|
@@ -52722,13 +52729,13 @@ request.put = function (url, data, fn) {
|
|
|
52722
52729
|
|
|
52723
52730
|
function _typeof(obj) { "@babel/helpers - typeof"; return _typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function (obj) { return typeof obj; } : function (obj) { return obj && "function" == typeof Symbol && obj.constructor === Symbol && obj !== Symbol.prototype ? "symbol" : typeof obj; }, _typeof(obj); }
|
|
52724
52731
|
|
|
52725
|
-
var semver = __webpack_require__(/*! semver */ "?
|
|
52732
|
+
var semver = __webpack_require__(/*! semver */ "?d28a");
|
|
52726
52733
|
/**
|
|
52727
52734
|
* Module of mixed-in functions shared between node and client code
|
|
52728
52735
|
*/
|
|
52729
52736
|
|
|
52730
52737
|
|
|
52731
|
-
var _require = __webpack_require__(/*! ./utils */ "../../common/temp/node_modules/.pnpm/superagent@7.1.
|
|
52738
|
+
var _require = __webpack_require__(/*! ./utils */ "../../common/temp/node_modules/.pnpm/superagent@7.1.5/node_modules/superagent/lib/utils.js"),
|
|
52732
52739
|
isObject = _require.isObject,
|
|
52733
52740
|
hasOwn = _require.hasOwn;
|
|
52734
52741
|
/**
|
|
@@ -53173,10 +53180,10 @@ RequestBase.prototype.field = function (name, value, options) {
|
|
|
53173
53180
|
|
|
53174
53181
|
if (typeof value === 'boolean') {
|
|
53175
53182
|
value = String(value);
|
|
53176
|
-
}
|
|
53183
|
+
} //fix https://github.com/visionmedia/superagent/issues/1680
|
|
53177
53184
|
|
|
53178
|
-
this._getFormData().append(name, value, options);
|
|
53179
53185
|
|
|
53186
|
+
if (options) this._getFormData().append(name, value, options);else this._getFormData().append(name, value);
|
|
53180
53187
|
return this;
|
|
53181
53188
|
};
|
|
53182
53189
|
/**
|
|
@@ -53514,9 +53521,9 @@ RequestBase.prototype._setTimeouts = function () {
|
|
|
53514
53521
|
|
|
53515
53522
|
/***/ }),
|
|
53516
53523
|
|
|
53517
|
-
/***/ "../../common/temp/node_modules/.pnpm/superagent@7.1.
|
|
53524
|
+
/***/ "../../common/temp/node_modules/.pnpm/superagent@7.1.5/node_modules/superagent/lib/response-base.js":
|
|
53518
53525
|
/*!**********************************************************************************************************!*\
|
|
53519
|
-
!*** ../../common/temp/node_modules/.pnpm/superagent@7.1.
|
|
53526
|
+
!*** ../../common/temp/node_modules/.pnpm/superagent@7.1.5/node_modules/superagent/lib/response-base.js ***!
|
|
53520
53527
|
\**********************************************************************************************************/
|
|
53521
53528
|
/***/ ((module, __unused_webpack_exports, __webpack_require__) => {
|
|
53522
53529
|
|
|
@@ -53526,7 +53533,7 @@ RequestBase.prototype._setTimeouts = function () {
|
|
|
53526
53533
|
/**
|
|
53527
53534
|
* Module dependencies.
|
|
53528
53535
|
*/
|
|
53529
|
-
var utils = __webpack_require__(/*! ./utils */ "../../common/temp/node_modules/.pnpm/superagent@7.1.
|
|
53536
|
+
var utils = __webpack_require__(/*! ./utils */ "../../common/temp/node_modules/.pnpm/superagent@7.1.5/node_modules/superagent/lib/utils.js");
|
|
53530
53537
|
/**
|
|
53531
53538
|
* Expose `ResponseBase`.
|
|
53532
53539
|
*/
|
|
@@ -53637,9 +53644,9 @@ ResponseBase.prototype._setStatusProperties = function (status) {
|
|
|
53637
53644
|
|
|
53638
53645
|
/***/ }),
|
|
53639
53646
|
|
|
53640
|
-
/***/ "../../common/temp/node_modules/.pnpm/superagent@7.1.
|
|
53647
|
+
/***/ "../../common/temp/node_modules/.pnpm/superagent@7.1.5/node_modules/superagent/lib/utils.js":
|
|
53641
53648
|
/*!**************************************************************************************************!*\
|
|
53642
|
-
!*** ../../common/temp/node_modules/.pnpm/superagent@7.1.
|
|
53649
|
+
!*** ../../common/temp/node_modules/.pnpm/superagent@7.1.5/node_modules/superagent/lib/utils.js ***!
|
|
53643
53650
|
\**************************************************************************************************/
|
|
53644
53651
|
/***/ ((__unused_webpack_module, exports) => {
|
|
53645
53652
|
|
|
@@ -158224,7 +158231,7 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
158224
158231
|
/* harmony import */ var deep_assign__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(deep_assign__WEBPACK_IMPORTED_MODULE_0__);
|
|
158225
158232
|
/* harmony import */ var qs__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! qs */ "../../common/temp/node_modules/.pnpm/qs@6.11.0/node_modules/qs/lib/index.js");
|
|
158226
158233
|
/* harmony import */ var qs__WEBPACK_IMPORTED_MODULE_1___default = /*#__PURE__*/__webpack_require__.n(qs__WEBPACK_IMPORTED_MODULE_1__);
|
|
158227
|
-
/* harmony import */ var superagent__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! superagent */ "../../common/temp/node_modules/.pnpm/superagent@7.1.
|
|
158234
|
+
/* harmony import */ var superagent__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! superagent */ "../../common/temp/node_modules/.pnpm/superagent@7.1.5/node_modules/superagent/lib/client.js");
|
|
158228
158235
|
/* harmony import */ var superagent__WEBPACK_IMPORTED_MODULE_2___default = /*#__PURE__*/__webpack_require__.n(superagent__WEBPACK_IMPORTED_MODULE_2__);
|
|
158229
158236
|
/* harmony import */ var _itwin_core_bentley__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! @itwin/core-bentley */ "../../core/bentley/lib/esm/core-bentley.js");
|
|
158230
158237
|
/* harmony import */ var _FrontendLoggerCategory__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(/*! ../FrontendLoggerCategory */ "../../core/frontend/lib/esm/FrontendLoggerCategory.js");
|
|
@@ -292895,7 +292902,7 @@ class TestContext {
|
|
|
292895
292902
|
this.initializeRpcInterfaces({ title: this.settings.Backend.name, version: this.settings.Backend.version });
|
|
292896
292903
|
const iModelClient = new imodels_client_management_1.IModelsClient({ api: { baseUrl: `https://${(_a = process.env.IMJS_URL_PREFIX) !== null && _a !== void 0 ? _a : ""}api.bentley.com/imodels` } });
|
|
292897
292904
|
await core_frontend_1.NoRenderApp.startup({
|
|
292898
|
-
applicationVersion: "3.6.0-dev.
|
|
292905
|
+
applicationVersion: "3.6.0-dev.8",
|
|
292899
292906
|
applicationId: this.settings.gprid,
|
|
292900
292907
|
authorizationClient: new frontend_1.TestFrontendAuthorizationClient(this.adminUserAccessToken),
|
|
292901
292908
|
hubAccess: new imodels_access_frontend_1.FrontendIModelsAccess(iModelClient),
|
|
@@ -306679,7 +306686,7 @@ var WidgetState;
|
|
|
306679
306686
|
|
|
306680
306687
|
/***/ }),
|
|
306681
306688
|
|
|
306682
|
-
/***/ "?
|
|
306689
|
+
/***/ "?d28a":
|
|
306683
306690
|
/*!************************!*\
|
|
306684
306691
|
!*** semver (ignored) ***!
|
|
306685
306692
|
\************************/
|
|
@@ -312023,7 +312030,7 @@ module.exports = JSON.parse('{"name":"axios","version":"0.21.4","description":"P
|
|
|
312023
312030
|
/***/ ((module) => {
|
|
312024
312031
|
|
|
312025
312032
|
"use strict";
|
|
312026
|
-
module.exports = JSON.parse('{"name":"@itwin/core-frontend","version":"3.6.0-dev.
|
|
312033
|
+
module.exports = JSON.parse('{"name":"@itwin/core-frontend","version":"3.6.0-dev.8","description":"iTwin.js frontend components","main":"lib/cjs/core-frontend.js","module":"lib/esm/core-frontend.js","typings":"lib/cjs/core-frontend","license":"MIT","scripts":{"build":"npm run -s copy:public && npm run -s build:cjs","build:ci":"npm run -s build && npm run -s build:esm","build:cjs":"npm run -s copy:js:cjs && tsc 1>&2 --outDir lib/cjs","build:esm":"npm run -s copy:js:esm && tsc 1>&2 --module ES2020 --outDir lib/esm","clean":"rimraf lib .rush/temp/package-deps*.json","copy:public":"cpx \\"./src/public/**/*\\" ./lib/public","copy:js:cjs":"cpx \\"./src/**/*.js\\" ./lib/cjs","copy:js:esm":"cpx \\"./src/**/*.js\\" ./lib/esm","docs":"betools docs --includes=../../generated-docs/extract --json=../../generated-docs/core/core-frontend/file.json --tsIndexFile=./core-frontend.ts --onlyJson --excludes=webgl/**/*,**/primitives,**/map/*.d.ts,**/tile/*.d.ts,**/*-css.ts","extract-api":"betools extract-api --entry=core-frontend && npm run extract-extension-api","extract-extension-api":"eslint --no-eslintrc -c \\"../../tools/eslint-plugin/dist/configs/extension-exports-config.js\\" \\"./src/**/*.ts\\" 1>&2","lint":"eslint -f visualstudio \\"./src/**/*.ts\\" 1>&2","pseudolocalize":"betools pseudolocalize --englishDir ./src/public/locales/en --out ./public/locales/en-PSEUDO","test":"npm run -s webpackTests && certa -r chrome","cover":"npm -s test","test:debug":"certa -r chrome --debug","webpackTests":"webpack --config ./src/test/utils/webpack.config.js 1>&2"},"repository":{"type":"git","url":"https://github.com/iTwin/itwinjs-core/tree/master/core/frontend"},"keywords":["Bentley","BIM","iModel","digital-twin","iTwin"],"author":{"name":"Bentley Systems, Inc.","url":"http://www.bentley.com"},"peerDependencies":{"@itwin/appui-abstract":"workspace:^3.6.0-dev.8","@itwin/core-bentley":"workspace:^3.6.0-dev.8","@itwin/core-common":"workspace:^3.6.0-dev.8","@itwin/core-geometry":"workspace:^3.6.0-dev.8","@itwin/core-orbitgt":"workspace:^3.6.0-dev.8","@itwin/core-quantity":"workspace:^3.6.0-dev.8","@itwin/webgl-compatibility":"workspace:^3.6.0-dev.8"},"//devDependencies":["NOTE: All peerDependencies should also be listed as devDependencies since peerDependencies are not considered by npm install","NOTE: All tools used by scripts in this package must be listed as devDependencies"],"devDependencies":{"@itwin/appui-abstract":"workspace:*","@itwin/build-tools":"workspace:*","@itwin/core-bentley":"workspace:*","@itwin/core-common":"workspace:*","@itwin/core-geometry":"workspace:*","@itwin/core-orbitgt":"workspace:*","@itwin/core-quantity":"workspace:*","@itwin/certa":"workspace:*","@itwin/eslint-plugin":"workspace:*","@itwin/webgl-compatibility":"workspace:*","@types/chai":"4.3.1","@types/chai-as-promised":"^7","@types/deep-assign":"^0.1.0","@types/lodash":"^4.14.0","@types/mocha":"^8.2.2","@types/node":"18.11.5","@types/qs":"^6.5.0","@types/semver":"7.3.10","@types/superagent":"^4.1.14","@types/sinon":"^9.0.0","babel-loader":"~8.2.5","babel-plugin-istanbul":"~6.1.1","chai":"^4.1.2","chai-as-promised":"^7","cpx2":"^3.0.0","eslint":"^7.11.0","glob":"^7.1.2","mocha":"^10.0.0","nyc":"^15.1.0","rimraf":"^3.0.2","sinon":"^9.0.2","source-map-loader":"^4.0.0","typescript":"~4.4.0","webpack":"^5.64.4"},"//dependencies":["NOTE: these dependencies should be only for things that DO NOT APPEAR IN THE API","NOTE: core-frontend should remain UI technology agnostic, so no react/angular dependencies are allowed"],"dependencies":{"@itwin/object-storage-azure":"~1.4.0","@itwin/cloud-agnostic-core":"~1.4.0","@itwin/object-storage-core":"~1.4.0","@itwin/core-i18n":"workspace:*","@itwin/core-telemetry":"workspace:*","@loaders.gl/core":"^3.1.6","@loaders.gl/draco":"^3.1.6","deep-assign":"^2.0.0","fuse.js":"^3.3.0","lodash":"^4.17.10","qs":"^6.5.3","semver":"^7.3.5","superagent":"^7.1.5","wms-capabilities":"0.4.0","xml-js":"~1.6.11","reflect-metadata":"0.1.13"},"nyc":{"extends":"./node_modules/@itwin/build-tools/.nycrc"},"eslintConfig":{"plugins":["@itwin"],"extends":"plugin:@itwin/itwinjs-recommended","rules":{"@itwin/no-internal-barrel-imports":["error",{"required-barrel-modules":["./src/tile/internal.ts"]}],"@itwin/public-extension-exports":["error",{"releaseTags":["public","preview"],"outputApiFile":false}]},"overrides":[{"files":["*.test.ts","*.test.tsx","**/test/**/*.ts"],"rules":{"@itwin/no-internal-barrel-imports":"off"}}]}}');
|
|
312027
312034
|
|
|
312028
312035
|
/***/ }),
|
|
312029
312036
|
|