@itwin/linear-referencing-common 3.5.0-dev.8 → 3.6.0-dev.1

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,61 @@
1
1
  # Change Log - @itwin/linear-referencing-common
2
2
 
3
- This log was last generated on Thu, 01 Sep 2022 14:37:22 GMT and should not be manually modified.
3
+ This log was last generated on Wed, 30 Nov 2022 14:28:19 GMT and should not be manually modified.
4
+
5
+ ## 3.4.7
6
+ Wed, 30 Nov 2022 14:28:19 GMT
7
+
8
+ _Version update only_
9
+
10
+ ## 3.4.6
11
+ Tue, 22 Nov 2022 14:24:19 GMT
12
+
13
+ _Version update only_
14
+
15
+ ## 3.4.5
16
+ Thu, 17 Nov 2022 21:32:50 GMT
17
+
18
+ _Version update only_
19
+
20
+ ## 3.4.4
21
+ Thu, 10 Nov 2022 19:32:17 GMT
22
+
23
+ _Version update only_
24
+
25
+ ## 3.4.3
26
+ Fri, 28 Oct 2022 13:34:58 GMT
27
+
28
+ _Version update only_
29
+
30
+ ## 3.4.2
31
+ Mon, 24 Oct 2022 13:23:45 GMT
32
+
33
+ _Version update only_
34
+
35
+ ## 3.4.1
36
+ Mon, 17 Oct 2022 20:06:51 GMT
37
+
38
+ _Version update only_
39
+
40
+ ## 3.4.0
41
+ Thu, 13 Oct 2022 20:24:47 GMT
42
+
43
+ _Version update only_
44
+
45
+ ## 3.3.5
46
+ Tue, 27 Sep 2022 11:50:59 GMT
47
+
48
+ _Version update only_
49
+
50
+ ## 3.3.4
51
+ Thu, 08 Sep 2022 19:00:05 GMT
52
+
53
+ _Version update only_
54
+
55
+ ## 3.3.3
56
+ Tue, 06 Sep 2022 20:54:19 GMT
57
+
58
+ _Version update only_
4
59
 
5
60
  ## 3.3.2
6
61
  Thu, 01 Sep 2022 14:37:22 GMT
@@ -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.8",
3
+ "version": "3.6.0-dev.1",
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 <17.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.8",
25
- "@itwin/core-common": "^3.5.0-dev.8"
21
+ "@itwin/core-bentley": "^3.6.0-dev.1",
22
+ "@itwin/core-common": "^3.6.0-dev.1"
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.8",
33
- "@itwin/eslint-plugin": "3.5.0-dev.8",
34
- "@itwin/core-common": "3.5.0-dev.8",
35
- "@itwin/core-bentley": "3.5.0-dev.8",
29
+ "@itwin/build-tools": "3.6.0-dev.1",
30
+ "@itwin/eslint-plugin": "3.6.0-dev.1",
31
+ "@itwin/core-common": "3.6.0-dev.1",
32
+ "@itwin/core-bentley": "3.6.0-dev.1",
36
33
  "@types/chai": "4.3.1",
37
34
  "@types/fs-extra": "^4.0.7",
38
35
  "@types/mocha": "^8.2.2",