@itwin/core-orbitgt 3.0.0-extension.0 → 3.0.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.
Files changed (2) hide show
  1. package/CHANGELOG.md +89 -1
  2. package/package.json +6 -6
package/CHANGELOG.md CHANGED
@@ -1,6 +1,94 @@
1
1
  # Change Log - @itwin/core-orbitgt
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 Thu, 24 Feb 2022 15:26:55 GMT and should not be manually modified.
4
+
5
+ ## 3.0.1
6
+ Thu, 24 Feb 2022 15:26:55 GMT
7
+
8
+ _Version update only_
9
+
10
+ ## 3.0.0
11
+ Mon, 24 Jan 2022 14:00:52 GMT
12
+
13
+ ### Updates
14
+
15
+ - Upgrade target to ES2019 and deliver both a CommonJs and ESModule version of package
16
+ - rename to @itwin/core-orbitgt
17
+
18
+ ## 2.19.28
19
+ Wed, 12 Jan 2022 14:52:38 GMT
20
+
21
+ _Version update only_
22
+
23
+ ## 2.19.27
24
+ Wed, 05 Jan 2022 20:07:20 GMT
25
+
26
+ _Version update only_
27
+
28
+ ## 2.19.26
29
+ Wed, 08 Dec 2021 20:54:53 GMT
30
+
31
+ _Version update only_
32
+
33
+ ## 2.19.25
34
+ Fri, 03 Dec 2021 20:05:49 GMT
35
+
36
+ _Version update only_
37
+
38
+ ## 2.19.24
39
+ Mon, 29 Nov 2021 18:44:31 GMT
40
+
41
+ _Version update only_
42
+
43
+ ## 2.19.23
44
+ Mon, 22 Nov 2021 20:41:40 GMT
45
+
46
+ _Version update only_
47
+
48
+ ## 2.19.22
49
+ Wed, 17 Nov 2021 01:23:26 GMT
50
+
51
+ _Version update only_
52
+
53
+ ## 2.19.21
54
+ Wed, 10 Nov 2021 10:58:24 GMT
55
+
56
+ _Version update only_
57
+
58
+ ## 2.19.20
59
+ Fri, 29 Oct 2021 16:14:22 GMT
60
+
61
+ _Version update only_
62
+
63
+ ## 2.19.19
64
+ Mon, 25 Oct 2021 16:16:25 GMT
65
+
66
+ _Version update only_
67
+
68
+ ## 2.19.18
69
+ Thu, 21 Oct 2021 20:59:44 GMT
70
+
71
+ _Version update only_
72
+
73
+ ## 2.19.17
74
+ Thu, 14 Oct 2021 21:19:43 GMT
75
+
76
+ _Version update only_
77
+
78
+ ## 2.19.16
79
+ Mon, 11 Oct 2021 17:37:46 GMT
80
+
81
+ _Version update only_
82
+
83
+ ## 2.19.15
84
+ Fri, 08 Oct 2021 16:44:23 GMT
85
+
86
+ _Version update only_
87
+
88
+ ## 2.19.14
89
+ Fri, 01 Oct 2021 13:07:03 GMT
90
+
91
+ _Version update only_
4
92
 
5
93
  ## 2.19.13
6
94
  Tue, 21 Sep 2021 21:06:40 GMT
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@itwin/core-orbitgt",
3
- "version": "3.0.0-extension.0",
3
+ "version": "3.0.1",
4
4
  "description": "",
5
5
  "main": "lib/cjs/core-orbitgt.js",
6
6
  "module": "lib/esm/core-orbitgt.js",
@@ -9,7 +9,7 @@
9
9
  "license": "MIT",
10
10
  "repository": {
11
11
  "type": "git",
12
- "url": "https://github.com/imodeljs/imodeljs/tree/master/core/orbitgt"
12
+ "url": "https://github.com/iTwin/itwinjs-core/tree/master/core/orbitgt"
13
13
  },
14
14
  "keywords": [
15
15
  "Point Cloud"
@@ -19,14 +19,14 @@
19
19
  "url": "http://www.bentley.com"
20
20
  },
21
21
  "devDependencies": {
22
- "@itwin/core-bentley": "3.0.0-extension.0",
23
- "@itwin/build-tools": "3.0.0-extension.0",
24
- "@itwin/eslint-plugin": "3.0.0-extension.0",
22
+ "@itwin/build-tools": "3.0.1",
23
+ "@itwin/core-bentley": "3.0.1",
24
+ "@itwin/eslint-plugin": "3.0.1",
25
25
  "@types/chai": "^4.1.4",
26
26
  "@types/mocha": "^8.2.2",
27
27
  "@types/node": "14.14.31",
28
28
  "chai": "^4.1.2",
29
- "cpx": "^1.5.0",
29
+ "cpx2": "^3.0.0",
30
30
  "debug": "^2.6.9",
31
31
  "eslint": "^7.11.0",
32
32
  "mocha": "^8.3.2",