@itwin/linear-referencing-common 3.5.0-dev.49 → 3.5.0-dev.51

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,7 +1,7 @@
1
1
  export * from "./LinearReferencingCommon";
2
2
  export * from "./LinearReferencingElementProps";
3
3
  /** @docs-package-description
4
- * The `@itwin/linear-referencing-common` package contains classes for working with the LinearReferencing schema on the frontend and backend.
4
+ * The `@itwin/linear-referencing-common` package contains types for working with the LinearReferencing schema on the frontend and backend.
5
5
  */
6
6
  /** @docs-group-description LinearReferencing
7
7
  * [Linear referencing](https://en.wikipedia.org/wiki/Linear_referencing) is the method of storing geographic locations by using relative positions along a measured linear feature.
@@ -17,7 +17,7 @@ Object.defineProperty(exports, "__esModule", { value: true });
17
17
  __exportStar(require("./LinearReferencingCommon"), exports);
18
18
  __exportStar(require("./LinearReferencingElementProps"), exports);
19
19
  /** @docs-package-description
20
- * The `@itwin/linear-referencing-common` package contains classes for working with the LinearReferencing schema on the frontend and backend.
20
+ * The `@itwin/linear-referencing-common` package contains types for working with the LinearReferencing schema on the frontend and backend.
21
21
  */
22
22
  /** @docs-group-description LinearReferencing
23
23
  * [Linear referencing](https://en.wikipedia.org/wiki/Linear_referencing) is the method of storing geographic locations by using relative positions along a measured linear feature.
@@ -1 +1 @@
1
- {"version":3,"file":"linear-referencing-common.js","sourceRoot":"","sources":["../../src/linear-referencing-common.ts"],"names":[],"mappings":";AAAA;;;+FAG+F;;;;;;;;;;;;AAE/F,4DAA0C;AAC1C,kEAAgD;AAEhD;;GAEG;AAEH;;GAEG","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 \"./LinearReferencingCommon\";\r\nexport * from \"./LinearReferencingElementProps\";\r\n\r\n/** @docs-package-description\r\n * The `@itwin/linear-referencing-common` package contains classes for working with the LinearReferencing schema on the frontend and backend.\r\n */\r\n\r\n/** @docs-group-description LinearReferencing\r\n * [Linear referencing](https://en.wikipedia.org/wiki/Linear_referencing) is the method of storing geographic locations by using relative positions along a measured linear feature.\r\n */\r\n"]}
1
+ {"version":3,"file":"linear-referencing-common.js","sourceRoot":"","sources":["../../src/linear-referencing-common.ts"],"names":[],"mappings":";AAAA;;;+FAG+F;;;;;;;;;;;;AAE/F,4DAA0C;AAC1C,kEAAgD;AAEhD;;GAEG;AAEH;;GAEG","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 \"./LinearReferencingCommon\";\r\nexport * from \"./LinearReferencingElementProps\";\r\n\r\n/** @docs-package-description\r\n * The `@itwin/linear-referencing-common` package contains types for working with the LinearReferencing schema on the frontend and backend.\r\n */\r\n\r\n/** @docs-group-description LinearReferencing\r\n * [Linear referencing](https://en.wikipedia.org/wiki/Linear_referencing) is the method of storing geographic locations by using relative positions along a measured linear feature.\r\n */\r\n"]}
package/package.json CHANGED
@@ -1,12 +1,9 @@
1
1
  {
2
2
  "name": "@itwin/linear-referencing-common",
3
- "version": "3.5.0-dev.49",
3
+ "version": "3.5.0-dev.51",
4
4
  "main": "lib/cjs/linear-referencing-common.js",
5
5
  "typings": "lib/cjs/linear-referencing-common",
6
6
  "license": "MIT",
7
- "engines": {
8
- "node": ">=12.22.0 < 14.0 || >=14.17.0 < 19.0"
9
- },
10
7
  "repository": {
11
8
  "type": "git",
12
9
  "url": "https://github.com/iTwin/itwinjs-core/tree/master/domains/linear-referencing/common"
@@ -21,18 +18,18 @@
21
18
  "url": "http://www.bentley.com"
22
19
  },
23
20
  "peerDependencies": {
24
- "@itwin/core-bentley": "^3.5.0-dev.49",
25
- "@itwin/core-common": "^3.5.0-dev.49"
21
+ "@itwin/core-bentley": "^3.5.0-dev.51",
22
+ "@itwin/core-common": "^3.5.0-dev.51"
26
23
  },
27
24
  "//devDependencies": [
28
25
  "NOTE: All peerDependencies should also be listed as devDependencies since peerDependencies are not considered by npm install",
29
26
  "NOTE: All tools used by scripts in this package must be listed as devDependencies"
30
27
  ],
31
28
  "devDependencies": {
32
- "@itwin/build-tools": "3.5.0-dev.49",
33
- "@itwin/eslint-plugin": "3.5.0-dev.49",
34
- "@itwin/core-common": "3.5.0-dev.49",
35
- "@itwin/core-bentley": "3.5.0-dev.49",
29
+ "@itwin/build-tools": "3.5.0-dev.51",
30
+ "@itwin/eslint-plugin": "3.5.0-dev.51",
31
+ "@itwin/core-common": "3.5.0-dev.51",
32
+ "@itwin/core-bentley": "3.5.0-dev.51",
36
33
  "@types/chai": "4.3.1",
37
34
  "@types/fs-extra": "^4.0.7",
38
35
  "@types/mocha": "^8.2.2",