@salesforce/sf-embedding-bridge 2.2.4 → 2.2.5-rc.0
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 +1 -1
- package/dist/index.esm.js +1 -1
- package/package.json +3 -3
package/dist/index.cjs.js
CHANGED
|
@@ -553,7 +553,7 @@ class JsonRpcRouter {
|
|
|
553
553
|
/** Identity emitted on `ui/notifications/embedding-initialized`. */
|
|
554
554
|
const EMBEDDING_INFO = {
|
|
555
555
|
name: "@salesforce/sf-embedding-bridge",
|
|
556
|
-
version: "2.2.
|
|
556
|
+
version: "2.2.5-rc.0",
|
|
557
557
|
};
|
|
558
558
|
|
|
559
559
|
class SessionFailureError extends Error {
|
package/dist/index.esm.js
CHANGED
|
@@ -551,7 +551,7 @@ class JsonRpcRouter {
|
|
|
551
551
|
/** Identity emitted on `ui/notifications/embedding-initialized`. */
|
|
552
552
|
const EMBEDDING_INFO = {
|
|
553
553
|
name: "@salesforce/sf-embedding-bridge",
|
|
554
|
-
version: "2.2.
|
|
554
|
+
version: "2.2.5-rc.0",
|
|
555
555
|
};
|
|
556
556
|
|
|
557
557
|
class SessionFailureError extends Error {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@salesforce/sf-embedding-bridge",
|
|
3
|
-
"version": "2.2.
|
|
3
|
+
"version": "2.2.5-rc.0",
|
|
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.
|
|
28
|
-
"utils": "2.2.
|
|
27
|
+
"@salesforce/sf-embedding-contract": "2.2.5-rc.0",
|
|
28
|
+
"utils": "2.2.5-rc.0"
|
|
29
29
|
},
|
|
30
30
|
"files": [
|
|
31
31
|
"dist/",
|