@itwin/ecschema-locaters 4.2.0-dev.1 → 4.2.0-dev.10

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/CHANGELOG.md CHANGED
@@ -1,6 +1,25 @@
1
1
  # Change Log - @itwin/ecschema-locaters
2
2
 
3
- This log was last generated on Mon, 24 Jul 2023 12:35:20 GMT and should not be manually modified.
3
+ This log was last generated on Thu, 17 Aug 2023 07:50:06 GMT and should not be manually modified.
4
+
5
+ ## 4.1.1
6
+ Fri, 18 Aug 2023 13:02:53 GMT
7
+
8
+ _Version update only_
9
+
10
+ ## 4.1.0
11
+ Mon, 14 Aug 2023 14:36:34 GMT
12
+
13
+ ### Updates
14
+
15
+ - Upgrade sinon to 15.0.4
16
+ - Implemented a new schema locater named SchemaXmlStringLocater that will locate/load schemas from strings held in memory.
17
+ - Switch to ESLint new flat config system
18
+
19
+ ## 4.0.7
20
+ Thu, 10 Aug 2023 13:19:24 GMT
21
+
22
+ _Version update only_
4
23
 
5
24
  ## 4.0.6
6
25
  Mon, 24 Jul 2023 05:07:33 GMT
@@ -40,6 +59,16 @@ Mon, 22 May 2023 15:34:14 GMT
40
59
  - Updated to support changes to async schema loading and `ISchemaLocater`
41
60
  - Update to eslint@8
42
61
 
62
+ ## 3.7.13
63
+ Tue, 08 Aug 2023 19:49:18 GMT
64
+
65
+ _Version update only_
66
+
67
+ ## 3.7.12
68
+ Thu, 27 Jul 2023 21:50:57 GMT
69
+
70
+ _Version update only_
71
+
43
72
  ## 3.7.11
44
73
  Tue, 11 Jul 2023 17:17:21 GMT
45
74
 
@@ -2,6 +2,7 @@ export * from "./SchemaFileLocater";
2
2
  export * from "./SchemaJsonFileLocater";
3
3
  export * from "./SchemaXmlFileLocater";
4
4
  export * from "./StubSchemaXmlFileLocater";
5
+ export * from "./SchemaXmlStringLocater";
5
6
  /** @docs-package-description
6
7
  * The ecschema-locaters package contains classes for locating ECSchemas within a given
7
8
  * [SchemaContext](https://www.itwinjs.org/reference/ecschema-metadata/context/schemacontext). Each locater
@@ -1 +1 @@
1
- {"version":3,"file":"ecschema-locaters.d.ts","sourceRoot":"","sources":["../../src/ecschema-locaters.ts"],"names":[],"mappings":"AAKA,cAAc,qBAAqB,CAAC;AACpC,cAAc,yBAAyB,CAAC;AACxC,cAAc,wBAAwB,CAAC;AACvC,cAAc,4BAA4B,CAAC;AAE3C;;;;GAIG;AACH;;;GAGG;AACH;;;GAGG"}
1
+ {"version":3,"file":"ecschema-locaters.d.ts","sourceRoot":"","sources":["../../src/ecschema-locaters.ts"],"names":[],"mappings":"AAKA,cAAc,qBAAqB,CAAC;AACpC,cAAc,yBAAyB,CAAC;AACxC,cAAc,wBAAwB,CAAC;AACvC,cAAc,4BAA4B,CAAC;AAC3C,cAAc,0BAA0B,CAAC;AAEzC;;;;GAIG;AACH;;;GAGG;AACH;;;GAGG"}
@@ -22,6 +22,7 @@ __exportStar(require("./SchemaFileLocater"), exports);
22
22
  __exportStar(require("./SchemaJsonFileLocater"), exports);
23
23
  __exportStar(require("./SchemaXmlFileLocater"), exports);
24
24
  __exportStar(require("./StubSchemaXmlFileLocater"), exports);
25
+ __exportStar(require("./SchemaXmlStringLocater"), exports);
25
26
  /** @docs-package-description
26
27
  * The ecschema-locaters package contains classes for locating ECSchemas within a given
27
28
  * [SchemaContext](https://www.itwinjs.org/reference/ecschema-metadata/context/schemacontext). Each locater
@@ -1 +1 @@
1
- {"version":3,"file":"ecschema-locaters.js","sourceRoot":"","sources":["../../src/ecschema-locaters.ts"],"names":[],"mappings":";AAAA;;;+FAG+F;;;;;;;;;;;;;;;;AAE/F,sDAAoC;AACpC,0DAAwC;AACxC,yDAAuC;AACvC,6DAA2C;AAE3C;;;;GAIG;AACH;;;GAGG;AACH;;;GAGG","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\nexport * from \"./SchemaFileLocater\";\r\nexport * from \"./SchemaJsonFileLocater\";\r\nexport * from \"./SchemaXmlFileLocater\";\r\nexport * from \"./StubSchemaXmlFileLocater\";\r\n\r\n/** @docs-package-description\r\n * The ecschema-locaters package contains classes for locating ECSchemas within a given\r\n * [SchemaContext](https://www.itwinjs.org/reference/ecschema-metadata/context/schemacontext). Each locater\r\n * implements the [ISchemaLocater interface](https://www.itwinjs.org/reference/ecschema-metadata/context/ischemalocater/).\r\n */\r\n/**\r\n * @docs-group-description Locaters\r\n * ISchemaLocater implementations used to locate schemas in a given [SchemaContext](https://www.itwinjs.org/reference/ecschema-metadata/context/schemacontext).\r\n */\r\n/**\r\n * @docs-group-description Utils\r\n * A set of utility classes used throughout the package.\r\n */\r\n"]}
1
+ {"version":3,"file":"ecschema-locaters.js","sourceRoot":"","sources":["../../src/ecschema-locaters.ts"],"names":[],"mappings":";AAAA;;;+FAG+F;;;;;;;;;;;;;;;;AAE/F,sDAAoC;AACpC,0DAAwC;AACxC,yDAAuC;AACvC,6DAA2C;AAC3C,2DAAyC;AAEzC;;;;GAIG;AACH;;;GAGG;AACH;;;GAGG","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\nexport * from \"./SchemaFileLocater\";\r\nexport * from \"./SchemaJsonFileLocater\";\r\nexport * from \"./SchemaXmlFileLocater\";\r\nexport * from \"./StubSchemaXmlFileLocater\";\r\nexport * from \"./SchemaXmlStringLocater\";\r\n\r\n/** @docs-package-description\r\n * The ecschema-locaters package contains classes for locating ECSchemas within a given\r\n * [SchemaContext](https://www.itwinjs.org/reference/ecschema-metadata/context/schemacontext). Each locater\r\n * implements the [ISchemaLocater interface](https://www.itwinjs.org/reference/ecschema-metadata/context/ischemalocater/).\r\n */\r\n/**\r\n * @docs-group-description Locaters\r\n * ISchemaLocater implementations used to locate schemas in a given [SchemaContext](https://www.itwinjs.org/reference/ecschema-metadata/context/schemacontext).\r\n */\r\n/**\r\n * @docs-group-description Utils\r\n * A set of utility classes used throughout the package.\r\n */\r\n"]}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@itwin/ecschema-locaters",
3
- "version": "4.2.0-dev.1",
3
+ "version": "4.2.0-dev.10",
4
4
  "description": "EC Schema file locaters",
5
5
  "license": "MIT",
6
6
  "main": "lib/cjs/ecschema-locaters.js",
@@ -54,8 +54,8 @@
54
54
  "rimraf": "^3.0.2",
55
55
  "sinon": "^15.0.4",
56
56
  "typescript": "~5.0.2",
57
- "@itwin/ecschema-metadata": "4.2.0-dev.1",
58
- "@itwin/build-tools": "4.2.0-dev.1"
57
+ "@itwin/build-tools": "4.2.0-dev.10",
58
+ "@itwin/ecschema-metadata": "4.2.0-dev.10"
59
59
  },
60
60
  "dependencies": {
61
61
  "glob": "^7.1.2",
@@ -63,7 +63,7 @@
63
63
  "@xmldom/xmldom": "~0.8.5"
64
64
  },
65
65
  "peerDependencies": {
66
- "@itwin/ecschema-metadata": "^4.2.0-dev.1"
66
+ "@itwin/ecschema-metadata": "^4.2.0-dev.10"
67
67
  },
68
68
  "nyc": {
69
69
  "extends": "./node_modules/@itwin/build-tools/.nycrc",