@itwin/presentation-core-interop 1.1.0 → 1.1.2
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 +13 -0
- package/lib/cjs/package.json +1 -0
- package/package.json +8 -8
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,18 @@
|
|
|
1
1
|
# @itwin/presentation-core-interop
|
|
2
2
|
|
|
3
|
+
## 1.1.2
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- Updated dependencies:
|
|
8
|
+
- @itwin/presentation-shared@1.2.0
|
|
9
|
+
|
|
10
|
+
## 1.1.1
|
|
11
|
+
|
|
12
|
+
### Patch Changes
|
|
13
|
+
|
|
14
|
+
- [#760](https://github.com/iTwin/presentation/pull/760): Added missing `package.json` file under `cjs` folder. It is needed for package to work as commonjs module.
|
|
15
|
+
|
|
3
16
|
## 1.1.0
|
|
4
17
|
|
|
5
18
|
### Minor Changes
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{ "type": "commonjs" }
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@itwin/presentation-core-interop",
|
|
3
|
-
"version": "1.1.
|
|
3
|
+
"version": "1.1.2",
|
|
4
4
|
"description": "The package acts as a layer between iTwin.js Core and Presentation packages.",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"author": {
|
|
@@ -31,7 +31,7 @@
|
|
|
31
31
|
},
|
|
32
32
|
"dependencies": {
|
|
33
33
|
"rxjs": "^7.8.1",
|
|
34
|
-
"@itwin/presentation-shared": "~1.
|
|
34
|
+
"@itwin/presentation-shared": "~1.2.0"
|
|
35
35
|
},
|
|
36
36
|
"peerDependencies": {
|
|
37
37
|
"@itwin/core-bentley": "^4.1.0",
|
|
@@ -41,12 +41,12 @@
|
|
|
41
41
|
"@itwin/ecschema-metadata": "^4.1.0"
|
|
42
42
|
},
|
|
43
43
|
"devDependencies": {
|
|
44
|
-
"@itwin/build-tools": "^4.10.
|
|
45
|
-
"@itwin/core-bentley": "^4.
|
|
46
|
-
"@itwin/core-common": "^4.
|
|
47
|
-
"@itwin/core-geometry": "^4.
|
|
48
|
-
"@itwin/core-quantity": "^4.
|
|
49
|
-
"@itwin/ecschema-metadata": "^4.
|
|
44
|
+
"@itwin/build-tools": "^4.10.1",
|
|
45
|
+
"@itwin/core-bentley": "^4.10.1",
|
|
46
|
+
"@itwin/core-common": "^4.10.1",
|
|
47
|
+
"@itwin/core-geometry": "^4.10.1",
|
|
48
|
+
"@itwin/core-quantity": "^4.10.1",
|
|
49
|
+
"@itwin/ecschema-metadata": "^4.10.1",
|
|
50
50
|
"@itwin/eslint-plugin": "5.0.0-dev.1",
|
|
51
51
|
"@types/chai": "^4.3.16",
|
|
52
52
|
"@types/chai-as-promised": "^7.1.8",
|