@itwin/ecschema-rpcinterface-common 5.12.0-dev.1 → 5.12.0-dev.10

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 +16 -1
  2. package/package.json +10 -10
package/CHANGELOG.md CHANGED
@@ -1,6 +1,21 @@
1
1
  # Change Log - @itwin/ecschema-rpcinterface-common
2
2
 
3
- This log was last generated on Tue, 16 Jun 2026 13:00:23 GMT and should not be manually modified.
3
+ This log was last generated on Fri, 10 Jul 2026 12:22:08 GMT and should not be manually modified.
4
+
5
+ ## 5.11.2
6
+ Fri, 10 Jul 2026 12:20:31 GMT
7
+
8
+ _Version update only_
9
+
10
+ ## 5.11.1
11
+ Wed, 08 Jul 2026 19:03:46 GMT
12
+
13
+ _Version update only_
14
+
15
+ ## 5.11.0
16
+ Fri, 03 Jul 2026 13:05:21 GMT
17
+
18
+ _Version update only_
4
19
 
5
20
  ## 5.10.3
6
21
  Tue, 16 Jun 2026 12:58:32 GMT
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@itwin/ecschema-rpcinterface-common",
3
- "version": "5.12.0-dev.1",
3
+ "version": "5.12.0-dev.10",
4
4
  "description": "Schema RPC Interface common interface",
5
5
  "main": "lib/cjs/ecschema-rpc-interface.js",
6
6
  "module": "lib/esm/ecschema-rpc-interface.js",
@@ -22,10 +22,10 @@
22
22
  "url": "http://www.bentley.com"
23
23
  },
24
24
  "peerDependencies": {
25
- "@itwin/core-bentley": "5.12.0-dev.1",
26
- "@itwin/core-geometry": "5.12.0-dev.1",
27
- "@itwin/core-common": "5.12.0-dev.1",
28
- "@itwin/ecschema-metadata": "5.12.0-dev.1"
25
+ "@itwin/core-bentley": "5.12.0-dev.10",
26
+ "@itwin/core-common": "5.12.0-dev.10",
27
+ "@itwin/ecschema-metadata": "5.12.0-dev.10",
28
+ "@itwin/core-geometry": "5.12.0-dev.10"
29
29
  },
30
30
  "devDependencies": {
31
31
  "@itwin/eslint-plugin": "^6.0.0",
@@ -39,11 +39,11 @@
39
39
  "sinon": "^17.0.2",
40
40
  "rimraf": "^6.0.1",
41
41
  "typescript": "~5.6.2",
42
- "@itwin/build-tools": "5.12.0-dev.1",
43
- "@itwin/core-geometry": "5.12.0-dev.1",
44
- "@itwin/core-bentley": "5.12.0-dev.1",
45
- "@itwin/ecschema-metadata": "5.12.0-dev.1",
46
- "@itwin/core-common": "5.12.0-dev.1"
42
+ "@itwin/build-tools": "5.12.0-dev.10",
43
+ "@itwin/core-geometry": "5.12.0-dev.10",
44
+ "@itwin/core-bentley": "5.12.0-dev.10",
45
+ "@itwin/ecschema-metadata": "5.12.0-dev.10",
46
+ "@itwin/core-common": "5.12.0-dev.10"
47
47
  },
48
48
  "scripts": {
49
49
  "build": "npm run -s build:cjs && npm run -s build:esm",