@itwin/presentation-common 5.0.0-dev.66 → 5.0.0-dev.68

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 (39) hide show
  1. package/lib/cjs/presentation-common/Error.d.ts +2 -0
  2. package/lib/cjs/presentation-common/Error.d.ts.map +1 -1
  3. package/lib/cjs/presentation-common/Error.js +2 -0
  4. package/lib/cjs/presentation-common/Error.js.map +1 -1
  5. package/lib/cjs/presentation-common/PresentationRpcInterface.d.ts.map +1 -1
  6. package/lib/cjs/presentation-common/PresentationRpcInterface.js +12 -3
  7. package/lib/cjs/presentation-common/PresentationRpcInterface.js.map +1 -1
  8. package/lib/cjs/presentation-common/RpcRequestsHandler.d.ts +2 -5
  9. package/lib/cjs/presentation-common/RpcRequestsHandler.d.ts.map +1 -1
  10. package/lib/cjs/presentation-common/RpcRequestsHandler.js +29 -25
  11. package/lib/cjs/presentation-common/RpcRequestsHandler.js.map +1 -1
  12. package/lib/cjs/presentation-common/Utils.d.ts +5 -0
  13. package/lib/cjs/presentation-common/Utils.d.ts.map +1 -1
  14. package/lib/cjs/presentation-common/Utils.js +17 -0
  15. package/lib/cjs/presentation-common/Utils.js.map +1 -1
  16. package/lib/cjs/presentation-common.d.ts +1 -1
  17. package/lib/cjs/presentation-common.d.ts.map +1 -1
  18. package/lib/cjs/presentation-common.js +2 -1
  19. package/lib/cjs/presentation-common.js.map +1 -1
  20. package/lib/esm/presentation-common/Error.d.ts +2 -0
  21. package/lib/esm/presentation-common/Error.d.ts.map +1 -1
  22. package/lib/esm/presentation-common/Error.js +2 -0
  23. package/lib/esm/presentation-common/Error.js.map +1 -1
  24. package/lib/esm/presentation-common/PresentationRpcInterface.d.ts.map +1 -1
  25. package/lib/esm/presentation-common/PresentationRpcInterface.js +14 -4
  26. package/lib/esm/presentation-common/PresentationRpcInterface.js.map +1 -1
  27. package/lib/esm/presentation-common/RpcRequestsHandler.d.ts +2 -5
  28. package/lib/esm/presentation-common/RpcRequestsHandler.d.ts.map +1 -1
  29. package/lib/esm/presentation-common/RpcRequestsHandler.js +31 -27
  30. package/lib/esm/presentation-common/RpcRequestsHandler.js.map +1 -1
  31. package/lib/esm/presentation-common/Utils.d.ts +5 -0
  32. package/lib/esm/presentation-common/Utils.d.ts.map +1 -1
  33. package/lib/esm/presentation-common/Utils.js +16 -0
  34. package/lib/esm/presentation-common/Utils.js.map +1 -1
  35. package/lib/esm/presentation-common.d.ts +1 -1
  36. package/lib/esm/presentation-common.d.ts.map +1 -1
  37. package/lib/esm/presentation-common.js +1 -1
  38. package/lib/esm/presentation-common.js.map +1 -1
  39. package/package.json +10 -10
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@itwin/presentation-common",
3
- "version": "5.0.0-dev.66",
3
+ "version": "5.0.0-dev.68",
4
4
  "description": "Common pieces for iModel.js presentation packages",
5
5
  "license": "MIT",
6
6
  "repository": {
@@ -22,10 +22,10 @@
22
22
  "module": "lib/esm/presentation-common.js",
23
23
  "typings": "lib/cjs/presentation-common",
24
24
  "peerDependencies": {
25
- "@itwin/core-bentley": "5.0.0-dev.66",
26
- "@itwin/core-common": "5.0.0-dev.66",
27
- "@itwin/ecschema-metadata": "5.0.0-dev.66",
28
- "@itwin/core-quantity": "5.0.0-dev.66"
25
+ "@itwin/core-bentley": "5.0.0-dev.68",
26
+ "@itwin/core-common": "5.0.0-dev.68",
27
+ "@itwin/core-quantity": "5.0.0-dev.68",
28
+ "@itwin/ecschema-metadata": "5.0.0-dev.68"
29
29
  },
30
30
  "devDependencies": {
31
31
  "@itwin/eslint-plugin": "5.0.0-dev.1",
@@ -61,11 +61,11 @@
61
61
  "typescript": "~5.6.2",
62
62
  "typescript-json-schema": "^0.55.0",
63
63
  "yargs": "^17.4.0",
64
- "@itwin/core-bentley": "5.0.0-dev.66",
65
- "@itwin/build-tools": "5.0.0-dev.66",
66
- "@itwin/core-common": "5.0.0-dev.66",
67
- "@itwin/core-quantity": "5.0.0-dev.66",
68
- "@itwin/ecschema-metadata": "5.0.0-dev.66"
64
+ "@itwin/build-tools": "5.0.0-dev.68",
65
+ "@itwin/core-bentley": "5.0.0-dev.68",
66
+ "@itwin/core-quantity": "5.0.0-dev.68",
67
+ "@itwin/core-common": "5.0.0-dev.68",
68
+ "@itwin/ecschema-metadata": "5.0.0-dev.68"
69
69
  },
70
70
  "nyc": {
71
71
  "extends": "./node_modules/@itwin/build-tools/.nycrc"