@salesforce/sf-embedding-bridge 2.2.6 → 2.2.7-rc.1

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/dist/index.cjs.js CHANGED
@@ -571,7 +571,7 @@ class JsonRpcRouter {
571
571
  /** Identity emitted on `ui/notifications/embedding-initialized`. */
572
572
  const EMBEDDING_INFO = {
573
573
  name: "@salesforce/sf-embedding-bridge",
574
- version: "2.2.6",
574
+ version: "2.2.7-rc.1",
575
575
  };
576
576
 
577
577
  /*
package/dist/index.esm.js CHANGED
@@ -569,7 +569,7 @@ class JsonRpcRouter {
569
569
  /** Identity emitted on `ui/notifications/embedding-initialized`. */
570
570
  const EMBEDDING_INFO = {
571
571
  name: "@salesforce/sf-embedding-bridge",
572
- version: "2.2.6",
572
+ version: "2.2.7-rc.1",
573
573
  };
574
574
 
575
575
  /*
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@salesforce/sf-embedding-bridge",
3
- "version": "2.2.6",
3
+ "version": "2.2.7-rc.1",
4
4
  "private": false,
5
5
  "description": "JSON-RPC 2.0 bridge for the sf-embedding host ↔ embedding protocol",
6
6
  "license": "SEE LICENSE IN LICENSE.txt",
@@ -24,8 +24,8 @@
24
24
  "@salesforce/jsonrpc": "^10.12.3"
25
25
  },
26
26
  "devDependencies": {
27
- "@salesforce/sf-embedding-contract": "2.2.6",
28
- "utils": "2.2.6"
27
+ "@salesforce/sf-embedding-contract": "2.2.7-rc.1",
28
+ "utils": "2.2.7-rc.1"
29
29
  },
30
30
  "files": [
31
31
  "dist/",