@itwin/core-orbitgt 3.0.0 → 3.1.0-dev.12

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 +1 -9
  2. package/package.json +4 -4
package/CHANGELOG.md CHANGED
@@ -1,14 +1,6 @@
1
1
  # Change Log - @itwin/core-orbitgt
2
2
 
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 and deliver both a CommonJs and ESModule version of package
11
- - rename to @itwin/core-orbitgt
3
+ This log was last generated on Wed, 12 Jan 2022 14:52:38 GMT and should not be manually modified.
12
4
 
13
5
  ## 2.19.28
14
6
  Wed, 12 Jan 2022 14:52:38 GMT
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@itwin/core-orbitgt",
3
- "version": "3.0.0",
3
+ "version": "3.1.0-dev.12",
4
4
  "description": "",
5
5
  "main": "lib/cjs/core-orbitgt.js",
6
6
  "module": "lib/esm/core-orbitgt.js",
@@ -19,9 +19,9 @@
19
19
  "url": "http://www.bentley.com"
20
20
  },
21
21
  "devDependencies": {
22
- "@itwin/build-tools": "3.0.0",
23
- "@itwin/core-bentley": "3.0.0",
24
- "@itwin/eslint-plugin": "3.0.0",
22
+ "@itwin/build-tools": "3.1.0-dev.12",
23
+ "@itwin/core-bentley": "3.1.0-dev.12",
24
+ "@itwin/eslint-plugin": "3.1.0-dev.12",
25
25
  "@types/chai": "^4.1.4",
26
26
  "@types/mocha": "^8.2.2",
27
27
  "@types/node": "14.14.31",