@itwin/linear-referencing-common 3.0.0-dev.98 → 3.0.0

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.
Files changed (3) hide show
  1. package/CHANGELOG.md +84 -1
  2. package/LICENSE.md +1 -1
  3. package/package.json +10 -10
package/CHANGELOG.md CHANGED
@@ -1,6 +1,89 @@
1
1
  # Change Log - @itwin/linear-referencing-common
2
2
 
3
- This log was last generated on Tue, 21 Sep 2021 21:06:40 GMT and should not be manually modified.
3
+ This log was last generated on Mon, 24 Jan 2022 14:00:52 GMT and should not be manually modified.
4
+
5
+ ## 3.0.0
6
+ Mon, 24 Jan 2022 14:00:52 GMT
7
+
8
+ ### Updates
9
+
10
+ - Upgrade target to ES2019
11
+ - rename to @itwin/linear-referencing-common
12
+
13
+ ## 2.19.28
14
+ Wed, 12 Jan 2022 14:52:38 GMT
15
+
16
+ _Version update only_
17
+
18
+ ## 2.19.27
19
+ Wed, 05 Jan 2022 20:07:20 GMT
20
+
21
+ _Version update only_
22
+
23
+ ## 2.19.26
24
+ Wed, 08 Dec 2021 20:54:53 GMT
25
+
26
+ _Version update only_
27
+
28
+ ## 2.19.25
29
+ Fri, 03 Dec 2021 20:05:49 GMT
30
+
31
+ _Version update only_
32
+
33
+ ## 2.19.24
34
+ Mon, 29 Nov 2021 18:44:31 GMT
35
+
36
+ _Version update only_
37
+
38
+ ## 2.19.23
39
+ Mon, 22 Nov 2021 20:41:40 GMT
40
+
41
+ _Version update only_
42
+
43
+ ## 2.19.22
44
+ Wed, 17 Nov 2021 01:23:26 GMT
45
+
46
+ _Version update only_
47
+
48
+ ## 2.19.21
49
+ Wed, 10 Nov 2021 10:58:24 GMT
50
+
51
+ _Version update only_
52
+
53
+ ## 2.19.20
54
+ Fri, 29 Oct 2021 16:14:22 GMT
55
+
56
+ _Version update only_
57
+
58
+ ## 2.19.19
59
+ Mon, 25 Oct 2021 16:16:25 GMT
60
+
61
+ _Version update only_
62
+
63
+ ## 2.19.18
64
+ Thu, 21 Oct 2021 20:59:44 GMT
65
+
66
+ _Version update only_
67
+
68
+ ## 2.19.17
69
+ Thu, 14 Oct 2021 21:19:43 GMT
70
+
71
+ _Version update only_
72
+
73
+ ## 2.19.16
74
+ Mon, 11 Oct 2021 17:37:46 GMT
75
+
76
+ _Version update only_
77
+
78
+ ## 2.19.15
79
+ Fri, 08 Oct 2021 16:44:23 GMT
80
+
81
+ _Version update only_
82
+
83
+ ## 2.19.14
84
+ Fri, 01 Oct 2021 13:07:03 GMT
85
+
86
+ _Version update only_
4
87
 
5
88
  ## 2.19.13
6
89
  Tue, 21 Sep 2021 21:06:40 GMT
package/LICENSE.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # MIT License
2
2
 
3
- Copyright © 2017-2021 Bentley Systems, Incorporated. All rights reserved.
3
+ Copyright © 2017-2022 Bentley Systems, Incorporated. All rights reserved.
4
4
 
5
5
  Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
6
6
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@itwin/linear-referencing-common",
3
- "version": "3.0.0-dev.98",
3
+ "version": "3.0.0",
4
4
  "main": "lib/cjs/linear-referencing-common.js",
5
5
  "typings": "lib/cjs/linear-referencing-common",
6
6
  "license": "MIT",
@@ -9,7 +9,7 @@
9
9
  },
10
10
  "repository": {
11
11
  "type": "git",
12
- "url": "https://github.com/imodeljs/imodeljs/tree/master/domains/linear-referencing/common"
12
+ "url": "https://github.com/iTwin/itwinjs-core/tree/master/domains/linear-referencing/common"
13
13
  },
14
14
  "keywords": [
15
15
  "Bentley",
@@ -21,23 +21,22 @@
21
21
  "url": "http://www.bentley.com"
22
22
  },
23
23
  "peerDependencies": {
24
- "@itwin/core-bentley": "^3.0.0-dev.98",
25
- "@itwin/core-common": "^3.0.0-dev.98"
24
+ "@itwin/core-bentley": "^3.0.0",
25
+ "@itwin/core-common": "^3.0.0"
26
26
  },
27
27
  "//devDependencies": [
28
28
  "NOTE: All peerDependencies should also be listed as devDependencies since peerDependencies are not considered by npm install",
29
29
  "NOTE: All tools used by scripts in this package must be listed as devDependencies"
30
30
  ],
31
31
  "devDependencies": {
32
- "@itwin/core-bentley": "3.0.0-dev.98",
33
- "@itwin/build-tools": "3.0.0-dev.98",
34
- "@itwin/eslint-plugin": "3.0.0-dev.98",
35
- "@itwin/core-common": "3.0.0-dev.98",
32
+ "@itwin/build-tools": "3.0.0",
33
+ "@itwin/eslint-plugin": "3.0.0",
34
+ "@itwin/core-common": "3.0.0",
35
+ "@itwin/core-bentley": "3.0.0",
36
36
  "@types/chai": "^4.1.4",
37
37
  "@types/fs-extra": "^4.0.7",
38
38
  "@types/mocha": "^8.2.2",
39
39
  "chai": "^4.1.2",
40
- "cpx": "^1.5.0",
41
40
  "eslint": "^7.11.0",
42
41
  "mocha": "^8.3.2",
43
42
  "nyc": "^15.1.0",
@@ -63,5 +62,6 @@
63
62
  "extract-api": "betools extract-api --entry=linear-referencing-common",
64
63
  "lint": "eslint -f visualstudio \"./src/**/*.ts\" 1>&2",
65
64
  "test": ""
66
- }
65
+ },
66
+ "readme": "# @itwin/linear-referencing-common\r\n\r\nCopyright © Bentley Systems, Incorporated. All rights reserved. See LICENSE.md for license terms and full copyright notice.\r\n\r\n## Description\r\n\r\nThe **@itwin/linear-referencing-common** package contains classes that frontend and backend code can use to work with the LinearReferencing schema.\r\n\r\n## Documentation\r\n\r\nSee the [iTwin.js](https://www.itwinjs.org) documentation for more information.\r\n"
67
67
  }