@salesforce/ui-bundle 1.135.0 → 2.0.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/api/clients.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { createDataSDK } from "@salesforce/sdk-data";
|
|
1
|
+
import { createDataSDK } from "@salesforce/platform-sdk-data";
|
|
2
2
|
const API_VERSION = typeof __SF_API_VERSION__ !== "undefined" ? __SF_API_VERSION__ : "65.0";
|
|
3
3
|
const BASE_DATA_URL = `/services/data/v${API_VERSION}`;
|
|
4
4
|
const UI_API_URL = `${BASE_DATA_URL}/ui-api`;
|
package/dist/api/utils/user.js
CHANGED
package/dist/package.json.js
CHANGED
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@salesforce/ui-bundle",
|
|
3
3
|
"description": "Core package for Salesforce UI Bundles",
|
|
4
|
-
"version": "
|
|
4
|
+
"version": "2.0.0",
|
|
5
5
|
"license": "SEE LICENSE IN LICENSE.txt",
|
|
6
6
|
"type": "module",
|
|
7
7
|
"main": "./dist/index.js",
|
|
@@ -44,7 +44,7 @@
|
|
|
44
44
|
},
|
|
45
45
|
"dependencies": {
|
|
46
46
|
"@salesforce/core": "^8.23.4",
|
|
47
|
-
"@salesforce/sdk-data": "^
|
|
47
|
+
"@salesforce/platform-sdk-data": "^2.0.0",
|
|
48
48
|
"micromatch": "^4.0.8",
|
|
49
49
|
"path-to-regexp": "^8.3.0"
|
|
50
50
|
},
|