@salesforce/webapp-experimental 1.48.1 → 1.48.2
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.
|
@@ -544,7 +544,7 @@
|
|
|
544
544
|
<h3>What to do next</h3>
|
|
545
545
|
<ul>
|
|
546
546
|
<li>
|
|
547
|
-
Start your dev server using: <code>npm run
|
|
547
|
+
Start your dev server using: <code>npm run start</code> or <code>npm start</code>
|
|
548
548
|
</li>
|
|
549
549
|
<li>Verify your dev server is running on the correct port</li>
|
|
550
550
|
<li>Check webapplication.json for the correct dev server URL</li>
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@salesforce/webapp-experimental",
|
|
3
3
|
"description": "[experimental] Core package for Salesforce Web Applications",
|
|
4
|
-
"version": "1.48.
|
|
4
|
+
"version": "1.48.2",
|
|
5
5
|
"license": "SEE LICENSE IN LICENSE.txt",
|
|
6
6
|
"type": "module",
|
|
7
7
|
"main": "./dist/index.js",
|
|
@@ -45,7 +45,7 @@
|
|
|
45
45
|
},
|
|
46
46
|
"dependencies": {
|
|
47
47
|
"@salesforce/core": "^8.23.4",
|
|
48
|
-
"@salesforce/sdk-data": "^1.48.
|
|
48
|
+
"@salesforce/sdk-data": "^1.48.2",
|
|
49
49
|
"axios": "^1.7.7",
|
|
50
50
|
"micromatch": "^4.0.8",
|
|
51
51
|
"path-to-regexp": "^8.3.0"
|
|
@@ -61,5 +61,5 @@
|
|
|
61
61
|
"publishConfig": {
|
|
62
62
|
"access": "public"
|
|
63
63
|
},
|
|
64
|
-
"gitHead": "
|
|
64
|
+
"gitHead": "0b08119c77a0bac17a705ba303a89e4630a9b39f"
|
|
65
65
|
}
|