@salesforce/vite-plugin-ui-bundle 1.131.3 → 1.133.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.js +1 -1
- package/package.json +2 -2
package/dist/index.js
CHANGED
|
@@ -258,7 +258,7 @@ function uiBundlePlugin(options = {}) {
|
|
|
258
258
|
return;
|
|
259
259
|
}
|
|
260
260
|
const urlPath = stripUrlQuery(req.url);
|
|
261
|
-
if (urlPath
|
|
261
|
+
if (urlPath.endsWith("/_sfdc/design-mode-interactions.js")) {
|
|
262
262
|
try {
|
|
263
263
|
const script = getDesignModeScriptContent();
|
|
264
264
|
if (script !== null) {
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@salesforce/vite-plugin-ui-bundle",
|
|
3
3
|
"description": "Vite plugin for Salesforce UI Bundles",
|
|
4
|
-
"version": "1.
|
|
4
|
+
"version": "1.133.0",
|
|
5
5
|
"license": "SEE LICENSE IN LICENSE.txt",
|
|
6
6
|
"type": "module",
|
|
7
7
|
"main": "./dist/index.js",
|
|
@@ -28,7 +28,7 @@
|
|
|
28
28
|
"dependencies": {
|
|
29
29
|
"@babel/core": "^7.28.4",
|
|
30
30
|
"@babel/helper-plugin-utils": "^7.28.3",
|
|
31
|
-
"@salesforce/ui-bundle": "^1.
|
|
31
|
+
"@salesforce/ui-bundle": "^1.133.0"
|
|
32
32
|
},
|
|
33
33
|
"devDependencies": {
|
|
34
34
|
"@types/babel__core": "^7.20.5",
|