@salesforce/vite-plugin-ui-bundle 1.132.0 → 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.
Files changed (2) hide show
  1. package/dist/index.js +1 -1
  2. 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 === "/_sfdc/design-mode-interactions.js") {
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.132.0",
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.132.0"
31
+ "@salesforce/ui-bundle": "^1.133.0"
32
32
  },
33
33
  "devDependencies": {
34
34
  "@types/babel__core": "^7.20.5",