@itwin/ecschema-rpcinterface-impl 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.
- package/CHANGELOG.md +1 -14
- package/package.json +15 -15
package/CHANGELOG.md
CHANGED
|
@@ -1,19 +1,6 @@
|
|
|
1
1
|
# Change Log - @itwin/ecschema-rpcinterface-impl
|
|
2
2
|
|
|
3
|
-
This log was last generated on
|
|
4
|
-
|
|
5
|
-
## 3.0.0
|
|
6
|
-
Mon, 24 Jan 2022 14:00:52 GMT
|
|
7
|
-
|
|
8
|
-
### Updates
|
|
9
|
-
|
|
10
|
-
- fix code for breaking change to .query() method
|
|
11
|
-
- Upgrade target to ES2019
|
|
12
|
-
- fix ecsql row format
|
|
13
|
-
- use new @itwin package names
|
|
14
|
-
- rename to @itwin/ecschema-rpcinterface-impl
|
|
15
|
-
- remove ClientRequestContext.current
|
|
16
|
-
- Lock down and update version numbers so docs will build.
|
|
3
|
+
This log was last generated on Wed, 12 Jan 2022 14:52:38 GMT and should not be manually modified.
|
|
17
4
|
|
|
18
5
|
## 2.19.28
|
|
19
6
|
Wed, 12 Jan 2022 14:52:38 GMT
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@itwin/ecschema-rpcinterface-impl",
|
|
3
|
-
"version": "3.0.
|
|
3
|
+
"version": "3.1.0-dev.12",
|
|
4
4
|
"description": "Schema RPC Interface backend implementation",
|
|
5
5
|
"main": "lib/cjs/ecschema-rpc-impl.js",
|
|
6
6
|
"typings": "lib/cjs/ecschema-rpc-impl",
|
|
@@ -20,22 +20,22 @@
|
|
|
20
20
|
"url": "http://www.bentley.com"
|
|
21
21
|
},
|
|
22
22
|
"peerDependencies": {
|
|
23
|
-
"@itwin/core-backend": "3.0.
|
|
24
|
-
"@itwin/core-bentley": "3.0.
|
|
25
|
-
"@itwin/core-common": "3.0.
|
|
26
|
-
"@itwin/core-geometry": "3.0.
|
|
27
|
-
"@itwin/ecschema-metadata": "3.0.
|
|
28
|
-
"@itwin/ecschema-rpcinterface-common": "3.0.
|
|
23
|
+
"@itwin/core-backend": "3.1.0-dev.12",
|
|
24
|
+
"@itwin/core-bentley": "3.1.0-dev.12",
|
|
25
|
+
"@itwin/core-common": "3.1.0-dev.12",
|
|
26
|
+
"@itwin/core-geometry": "3.1.0-dev.12",
|
|
27
|
+
"@itwin/ecschema-metadata": "3.1.0-dev.12",
|
|
28
|
+
"@itwin/ecschema-rpcinterface-common": "3.1.0-dev.12"
|
|
29
29
|
},
|
|
30
30
|
"devDependencies": {
|
|
31
|
-
"@itwin/build-tools": "3.0.
|
|
32
|
-
"@itwin/core-backend": "3.0.
|
|
33
|
-
"@itwin/core-bentley": "3.0.
|
|
34
|
-
"@itwin/core-common": "3.0.
|
|
35
|
-
"@itwin/core-geometry": "3.0.
|
|
36
|
-
"@itwin/ecschema-metadata": "3.0.
|
|
37
|
-
"@itwin/ecschema-rpcinterface-common": "3.0.
|
|
38
|
-
"@itwin/eslint-plugin": "3.0.
|
|
31
|
+
"@itwin/build-tools": "3.1.0-dev.12",
|
|
32
|
+
"@itwin/core-backend": "3.1.0-dev.12",
|
|
33
|
+
"@itwin/core-bentley": "3.1.0-dev.12",
|
|
34
|
+
"@itwin/core-common": "3.1.0-dev.12",
|
|
35
|
+
"@itwin/core-geometry": "3.1.0-dev.12",
|
|
36
|
+
"@itwin/ecschema-metadata": "3.1.0-dev.12",
|
|
37
|
+
"@itwin/ecschema-rpcinterface-common": "3.1.0-dev.12",
|
|
38
|
+
"@itwin/eslint-plugin": "3.1.0-dev.12",
|
|
39
39
|
"eslint": "^7.11.0",
|
|
40
40
|
"rimraf": "^3.0.2",
|
|
41
41
|
"typescript": "~4.4.0"
|