@salesforce/platform-sdk 9.12.0 → 9.12.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.js +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -999,7 +999,7 @@ class rt {
|
|
|
999
999
|
})).structuredContent;
|
|
1000
1000
|
}
|
|
1001
1001
|
}
|
|
1002
|
-
const nt = "X-SFDC-Client-Name", it = "X-SFDC-Client-Version", ot = "@salesforce/platform-sdk", at = "9.12.
|
|
1002
|
+
const nt = "X-SFDC-Client-Name", it = "X-SFDC-Client-Version", ot = "@salesforce/platform-sdk", at = "9.12.1", ct = (s) => {
|
|
1003
1003
|
let e = E(nt, ot, s);
|
|
1004
1004
|
return e = E(it, at, e), b(e);
|
|
1005
1005
|
}, lt = "X-CSRF-Token";
|