@itwin/core-electron 3.5.0-dev.28 → 3.5.0-dev.30

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.
@@ -2,14 +2,10 @@
2
2
  * @module Logging
3
3
  */
4
4
  /** Logger categories used by this package
5
- * @note All logger categories in this package start with the `core-backend` prefix.
5
+ * @note All logger categories in this package start with the `core-electron` prefix.
6
6
  * @see [Logger]($bentley)
7
7
  * @public
8
8
  */
9
9
  export declare enum ElectronManagerLoggerCategory {
10
- /** The logger category used by the following classes:
11
- * - [[KeyChainStore]]
12
- */
13
- Authorization = "core-electron.Authorization"
14
10
  }
15
11
  //# sourceMappingURL=ElectronManagerLoggerCategory.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"ElectronManagerLoggerCategory.d.ts","sourceRoot":"","sources":["../../../src/common/ElectronManagerLoggerCategory.ts"],"names":[],"mappings":"AAIA;;GAEG;AAEH;;;;GAIG;AACH,oBAAY,6BAA6B;IACvC;;OAEG;IACH,aAAa,gCAAgC;CAC9C"}
1
+ {"version":3,"file":"ElectronManagerLoggerCategory.d.ts","sourceRoot":"","sources":["../../../src/common/ElectronManagerLoggerCategory.ts"],"names":[],"mappings":"AAIA;;GAEG;AAEH;;;;GAIG;AACH,oBAAY,6BAA6B;CAAI"}
@@ -9,15 +9,11 @@
9
9
  Object.defineProperty(exports, "__esModule", { value: true });
10
10
  exports.ElectronManagerLoggerCategory = void 0;
11
11
  /** Logger categories used by this package
12
- * @note All logger categories in this package start with the `core-backend` prefix.
12
+ * @note All logger categories in this package start with the `core-electron` prefix.
13
13
  * @see [Logger]($bentley)
14
14
  * @public
15
15
  */
16
16
  var ElectronManagerLoggerCategory;
17
17
  (function (ElectronManagerLoggerCategory) {
18
- /** The logger category used by the following classes:
19
- * - [[KeyChainStore]]
20
- */
21
- ElectronManagerLoggerCategory["Authorization"] = "core-electron.Authorization";
22
18
  })(ElectronManagerLoggerCategory = exports.ElectronManagerLoggerCategory || (exports.ElectronManagerLoggerCategory = {}));
23
19
  //# sourceMappingURL=ElectronManagerLoggerCategory.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"ElectronManagerLoggerCategory.js","sourceRoot":"","sources":["../../../src/common/ElectronManagerLoggerCategory.ts"],"names":[],"mappings":";AAAA;;;+FAG+F;AAC/F;;GAEG;;;AAEH;;;;GAIG;AACH,IAAY,6BAKX;AALD,WAAY,6BAA6B;IACvC;;OAEG;IACH,8EAA6C,CAAA;AAC/C,CAAC,EALW,6BAA6B,GAA7B,qCAA6B,KAA7B,qCAA6B,QAKxC","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/** @packageDocumentation\r\n * @module Logging\r\n */\r\n\r\n/** Logger categories used by this package\r\n * @note All logger categories in this package start with the `core-backend` prefix.\r\n * @see [Logger]($bentley)\r\n * @public\r\n */\r\nexport enum ElectronManagerLoggerCategory {\r\n /** The logger category used by the following classes:\r\n * - [[KeyChainStore]]\r\n */\r\n Authorization = \"core-electron.Authorization\",\r\n}\r\n"]}
1
+ {"version":3,"file":"ElectronManagerLoggerCategory.js","sourceRoot":"","sources":["../../../src/common/ElectronManagerLoggerCategory.ts"],"names":[],"mappings":";AAAA;;;+FAG+F;AAC/F;;GAEG;;;AAEH;;;;GAIG;AACH,IAAY,6BAAiC;AAA7C,WAAY,6BAA6B;AAAG,CAAC,EAAjC,6BAA6B,GAA7B,qCAA6B,KAA7B,qCAA6B,QAAI","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/** @packageDocumentation\r\n * @module Logging\r\n */\r\n\r\n/** Logger categories used by this package\r\n * @note All logger categories in this package start with the `core-electron` prefix.\r\n * @see [Logger]($bentley)\r\n * @public\r\n */\r\nexport enum ElectronManagerLoggerCategory { }\r\n"]}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@itwin/core-electron",
3
- "version": "3.5.0-dev.28",
3
+ "version": "3.5.0-dev.30",
4
4
  "description": "iTwin.js ElectronHost and ElectronApp",
5
5
  "license": "MIT",
6
6
  "engines": {
@@ -20,22 +20,22 @@
20
20
  "url": "http://www.bentley.com"
21
21
  },
22
22
  "peerDependencies": {
23
- "@itwin/core-backend": "^3.5.0-dev.28",
24
- "@itwin/core-bentley": "^3.5.0-dev.28",
25
- "@itwin/core-common": "^3.5.0-dev.28",
26
- "@itwin/core-frontend": "^3.5.0-dev.28",
27
- "@itwin/presentation-common": "^3.5.0-dev.28",
23
+ "@itwin/core-backend": "^3.5.0-dev.30",
24
+ "@itwin/core-bentley": "^3.5.0-dev.30",
25
+ "@itwin/core-common": "^3.5.0-dev.30",
26
+ "@itwin/core-frontend": "^3.5.0-dev.30",
27
+ "@itwin/presentation-common": "^3.5.0-dev.30",
28
28
  "electron": ">=14.0.0 <18.0.0"
29
29
  },
30
30
  "devDependencies": {
31
- "@itwin/build-tools": "3.5.0-dev.28",
32
- "@itwin/certa": "3.5.0-dev.28",
33
- "@itwin/core-backend": "3.5.0-dev.28",
34
- "@itwin/core-bentley": "3.5.0-dev.28",
35
- "@itwin/core-common": "3.5.0-dev.28",
36
- "@itwin/core-frontend": "3.5.0-dev.28",
37
- "@itwin/eslint-plugin": "3.5.0-dev.28",
38
- "@itwin/presentation-common": "3.5.0-dev.28",
31
+ "@itwin/build-tools": "3.5.0-dev.30",
32
+ "@itwin/certa": "3.5.0-dev.30",
33
+ "@itwin/core-backend": "3.5.0-dev.30",
34
+ "@itwin/core-bentley": "3.5.0-dev.30",
35
+ "@itwin/core-common": "3.5.0-dev.30",
36
+ "@itwin/core-frontend": "3.5.0-dev.30",
37
+ "@itwin/eslint-plugin": "3.5.0-dev.30",
38
+ "@itwin/presentation-common": "3.5.0-dev.30",
39
39
  "@types/chai": "4.3.1",
40
40
  "@types/mocha": "^8.2.2",
41
41
  "@types/node": "16.11.59",