@itwin/presentation-backend 3.0.0-dev.82 → 3.0.0-dev.86

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.
@@ -1 +1 @@
1
- {"version":3,"file":"presentation-backend.js","sourceRoot":"","sources":["../../src/presentation-backend.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA;;;+FAG+F;AAC/F;;;;;GAKG;AACH,sEAAoD;AACpD,6EAA2D;AAC3D,wEAAsD;AACtD,iFAA+D;AAC/D,yEAAuD;AACvD,+DAA6C;AAE7C;;;;;GAKG;AACH,+EAA6D","sourcesContent":["/*---------------------------------------------------------------------------------------------\n* Copyright (c) Bentley Systems, Incorporated. All rights reserved.\n* See LICENSE.md in the project root for license terms and full copyright notice.\n*--------------------------------------------------------------------------------------------*/\n/**\n * @module Core\n *\n * @docs-group-description Core\n * Common types used for retrieving presentation data from iModels.\n */\nexport * from \"./presentation-backend/Presentation\";\nexport * from \"./presentation-backend/PresentationManager\";\nexport * from \"./presentation-backend/RulesetManager\";\nexport * from \"./presentation-backend/RulesetVariablesManager\";\nexport * from \"./presentation-backend/RulesetEmbedder\";\nexport * from \"./presentation-backend/Utils\";\n\n/**\n * @module Logging\n *\n * @docs-group-description Logging\n * Types related to logging in this package.\n */\nexport * from \"./presentation-backend/BackendLoggerCategory\";\n"]}
1
+ {"version":3,"file":"presentation-backend.js","sourceRoot":"","sources":["../../src/presentation-backend.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA;;;+FAG+F;AAC/F;;;;;GAKG;AACH,sEAAoD;AACpD,6EAA2D;AAC3D,wEAAsD;AACtD,iFAA+D;AAC/D,yEAAuD;AACvD,+DAA6C;AAE7C;;;;;GAKG;AACH,+EAA6D","sourcesContent":["/*---------------------------------------------------------------------------------------------\r\n* Copyright (c) Bentley Systems, Incorporated. All rights reserved.\r\n* See LICENSE.md in the project root for license terms and full copyright notice.\r\n*--------------------------------------------------------------------------------------------*/\r\n/**\r\n * @module Core\r\n *\r\n * @docs-group-description Core\r\n * Common types used for retrieving presentation data from iModels.\r\n */\r\nexport * from \"./presentation-backend/Presentation\";\r\nexport * from \"./presentation-backend/PresentationManager\";\r\nexport * from \"./presentation-backend/RulesetManager\";\r\nexport * from \"./presentation-backend/RulesetVariablesManager\";\r\nexport * from \"./presentation-backend/RulesetEmbedder\";\r\nexport * from \"./presentation-backend/Utils\";\r\n\r\n/**\r\n * @module Logging\r\n *\r\n * @docs-group-description Logging\r\n * Types related to logging in this package.\r\n */\r\nexport * from \"./presentation-backend/BackendLoggerCategory\";\r\n"]}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@itwin/presentation-backend",
3
- "version": "3.0.0-dev.82",
3
+ "version": "3.0.0-dev.86",
4
4
  "description": "Backend of iModel.js Presentation library",
5
5
  "license": "MIT",
6
6
  "repository": {
@@ -21,20 +21,20 @@
21
21
  "main": "lib/cjs/presentation-backend.js",
22
22
  "typings": "lib/cjs/presentation-backend",
23
23
  "peerDependencies": {
24
- "@itwin/core-bentley": "^3.0.0-dev.82",
25
- "@itwin/core-backend": "^3.0.0-dev.82",
26
- "@itwin/core-common": "^3.0.0-dev.82",
27
- "@itwin/core-quantity": "^3.0.0-dev.82",
28
- "@itwin/presentation-common": "^3.0.0-dev.82"
24
+ "@itwin/core-bentley": "^3.0.0-dev.86",
25
+ "@itwin/core-backend": "^3.0.0-dev.86",
26
+ "@itwin/core-common": "^3.0.0-dev.86",
27
+ "@itwin/core-quantity": "^3.0.0-dev.86",
28
+ "@itwin/presentation-common": "^3.0.0-dev.86"
29
29
  },
30
30
  "devDependencies": {
31
- "@itwin/core-bentley": "3.0.0-dev.82",
32
- "@itwin/build-tools": "3.0.0-dev.82",
33
- "@itwin/eslint-plugin": "3.0.0-dev.82",
34
- "@itwin/core-backend": "3.0.0-dev.82",
35
- "@itwin/core-common": "3.0.0-dev.82",
36
- "@itwin/core-quantity": "3.0.0-dev.82",
37
- "@itwin/presentation-common": "3.0.0-dev.82",
31
+ "@itwin/core-bentley": "3.0.0-dev.86",
32
+ "@itwin/build-tools": "3.0.0-dev.86",
33
+ "@itwin/eslint-plugin": "3.0.0-dev.86",
34
+ "@itwin/core-backend": "3.0.0-dev.86",
35
+ "@itwin/core-common": "3.0.0-dev.86",
36
+ "@itwin/core-quantity": "3.0.0-dev.86",
37
+ "@itwin/presentation-common": "3.0.0-dev.86",
38
38
  "@types/chai": "^4.1.4",
39
39
  "@types/chai-as-promised": "^7",
40
40
  "@types/chai-jest-snapshot": "^1.3.0",
@@ -71,12 +71,7 @@
71
71
  "semver": "^5.5.0"
72
72
  },
73
73
  "nyc": {
74
- "extends": "./node_modules/@itwin/build-tools/.nycrc",
75
- "check-coverage": true,
76
- "statements": 100,
77
- "functions": 100,
78
- "branches": 100,
79
- "lines": 100
74
+ "extends": "./node_modules/@itwin/build-tools/.nycrc"
80
75
  },
81
76
  "eslintConfig": {
82
77
  "plugins": [