@salesforce/vite-plugin-webapp-experimental 1.103.0 → 1.103.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.
Files changed (2) hide show
  1. package/dist/index.js +1 -1
  2. package/package.json +2 -2
package/dist/index.js CHANGED
@@ -121,7 +121,7 @@ function webappsPlugin(options = {}) {
121
121
  if (env.mode !== "production") {
122
122
  const basePath = isCodeBuilder ? getCodeBuilderBasePath(codeBuilderProxyUrl, getPort()) : "/";
123
123
  const normalizedBasePath = basePath.endsWith("/") ? basePath : `${basePath}/`;
124
- environment = { basePath: normalizedBasePath, apiPath: "/" };
124
+ environment = { basePath: normalizedBasePath, apiPath: normalizedBasePath };
125
125
  }
126
126
  return {
127
127
  define,
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@salesforce/vite-plugin-webapp-experimental",
3
3
  "description": "[experimental] Vite plugin for Salesforce Web Applications",
4
- "version": "1.103.0",
4
+ "version": "1.103.1",
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/webapp-experimental": "^1.103.0"
31
+ "@salesforce/webapp-experimental": "^1.103.1"
32
32
  },
33
33
  "devDependencies": {
34
34
  "@types/babel__core": "^7.20.5",