@salesforce/lds-adapters-service-network-data-category 1.234.0 → 1.236.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/package.json +3 -3
- package/sfdc/index.js +1 -1
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@salesforce/lds-adapters-service-network-data-category",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.236.0",
|
|
4
4
|
"description": "Family that contains APIs pertaining to the NetworkDataCategory object",
|
|
5
5
|
"license": "SEE LICENSE IN LICENSE.txt",
|
|
6
6
|
"main": "dist/es/es2018/service-network-data-category.js",
|
|
@@ -32,9 +32,9 @@
|
|
|
32
32
|
],
|
|
33
33
|
"scripts": {
|
|
34
34
|
"build": "yarn build:raml && yarn build:services && yarn build:karma",
|
|
35
|
-
"build:karma": "rollup --config rollup.config.karma.js",
|
|
35
|
+
"build:karma": "rollup --bundleConfigAsCjs --config rollup.config.karma.js",
|
|
36
36
|
"build:raml": "luvio generate src/raml/luvio.raml src/generated -p './scripts/lds-service-network-data-category-plugin.js'",
|
|
37
|
-
"build:services": "rollup --config rollup.config.js",
|
|
37
|
+
"build:services": "rollup --bundleConfigAsCjs --config rollup.config.js",
|
|
38
38
|
"clean": "rm -rf dist sfdc src/generated karma/dist",
|
|
39
39
|
"release:core": "../../scripts/release/core.js --adapter=lds-adapters-service-network-data-category",
|
|
40
40
|
"release:corejar": "yarn build && ../core-build/scripts/core.js --adapter=lds-adapters-service-network-data-category",
|
package/sfdc/index.js
CHANGED
|
@@ -1769,4 +1769,4 @@ withDefaultLuvio((luvio) => {
|
|
|
1769
1769
|
});
|
|
1770
1770
|
|
|
1771
1771
|
export { getArticlesForCategory, getArticlesForCategory_imperative, getNetworkDataCategories, getNetworkDataCategoriesNotifyChange, getNetworkDataCategories_imperative, getServiceCatalogItems, getServiceCatalogItemsForCommunity, getServiceCatalogItemsForCommunity_imperative, getServiceCatalogItems_imperative, updateNetworkDataCategories };
|
|
1772
|
-
// version: 1.
|
|
1772
|
+
// version: 1.236.0-e3ad4839b
|