@salesforce/sf-embedding-bridge 2.2.1-rc.7 → 2.2.1-rc.8
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 +2 -2
package/dist/index.cjs.js
CHANGED
|
@@ -217,7 +217,7 @@ function installBootstrapListener() {
|
|
|
217
217
|
/** Identity emitted on `ui/notifications/embedding-initialized`. */
|
|
218
218
|
const EMBEDDING_INFO = {
|
|
219
219
|
name: "@salesforce/sf-embedding-bridge",
|
|
220
|
-
version: "2.2.1-rc.
|
|
220
|
+
version: "2.2.1-rc.8",
|
|
221
221
|
};
|
|
222
222
|
|
|
223
223
|
class SessionFailureError extends Error {
|
package/dist/index.esm.js
CHANGED
|
@@ -215,7 +215,7 @@ function installBootstrapListener() {
|
|
|
215
215
|
/** Identity emitted on `ui/notifications/embedding-initialized`. */
|
|
216
216
|
const EMBEDDING_INFO = {
|
|
217
217
|
name: "@salesforce/sf-embedding-bridge",
|
|
218
|
-
version: "2.2.1-rc.
|
|
218
|
+
version: "2.2.1-rc.8",
|
|
219
219
|
};
|
|
220
220
|
|
|
221
221
|
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.1-rc.
|
|
3
|
+
"version": "2.2.1-rc.8",
|
|
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,7 +24,7 @@
|
|
|
24
24
|
"@salesforce/jsonrpc": "^9.13.0"
|
|
25
25
|
},
|
|
26
26
|
"devDependencies": {
|
|
27
|
-
"@salesforce/sf-embedding-contract": "2.2.1-rc.
|
|
27
|
+
"@salesforce/sf-embedding-contract": "2.2.1-rc.8"
|
|
28
28
|
},
|
|
29
29
|
"files": [
|
|
30
30
|
"dist/",
|