@salesforce/sdk-core 1.120.6 → 1.121.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.
Files changed (2) hide show
  1. package/dist/index.js +1 -1
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -135,7 +135,7 @@ class T {
135
135
  window.parent?.postMessage(n, "*");
136
136
  }
137
137
  }
138
- const C = 5e3, I = "2026-01-26";
138
+ const C = 500, I = "2026-01-26";
139
139
  class r extends T {
140
140
  static initPromise = null;
141
141
  hostCtx = {};
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@salesforce/sdk-core",
3
- "version": "1.120.6",
3
+ "version": "1.121.0",
4
4
  "license": "SEE LICENSE IN LICENSE.txt",
5
5
  "type": "module",
6
6
  "main": "./dist/index.js",