@salesforce/lds-adapters-platform-admin-success-guidance 1.235.0 → 1.237.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/package.json +3 -3
  2. package/sfdc/index.js +1 -1
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@salesforce/lds-adapters-platform-admin-success-guidance",
3
- "version": "1.235.0",
3
+ "version": "1.237.0",
4
4
  "license": "SEE LICENSE IN LICENSE.txt",
5
5
  "description": "Guidance Center Questionnaire and Assistant APIs",
6
6
  "main": "dist/es/es2018/platform-admin-success-guidance.js",
@@ -36,9 +36,9 @@
36
36
  "scripts": {
37
37
  "clean": "rm -rf dist sfdc src/generated karma/dist",
38
38
  "build": "yarn build:raml && yarn build:services && yarn build:karma",
39
- "build:karma": "rollup --config rollup.config.karma.js",
39
+ "build:karma": "rollup --bundleConfigAsCjs --config rollup.config.karma.js",
40
40
  "build:raml": "luvio generate src/raml/luvio.raml src/generated -p '../lds-compiler-plugins'",
41
- "build:services": "rollup --config rollup.config.js",
41
+ "build:services": "rollup --bundleConfigAsCjs --config rollup.config.js",
42
42
  "start": "karma start",
43
43
  "test": "karma start --single-run",
44
44
  "test:compat": "karma start --single-run --compat",
package/sfdc/index.js CHANGED
@@ -4164,4 +4164,4 @@ withDefaultLuvio((luvio) => {
4164
4164
  });
4165
4165
 
4166
4166
  export { evaluateStep, getAssistant, getAssistantInfoList, getAssistantInfoListNotifyChange, getAssistantInfoList_imperative, getAssistantList, getAssistantListNotifyChange, getAssistantList_imperative, getAssistantNotifyChange, getAssistantTarget, getAssistantTargetNotifyChange, getAssistantTarget_imperative, getAssistant_imperative, getQuestionnaire, getQuestionnaireNotifyChange, getQuestionnaire_imperative, getQuestionnaires, getQuestionnairesNotifyChange, getQuestionnaires_imperative, initialize, saveAssistant, saveAssistantList, saveQuestionnaire };
4167
- // version: 1.235.0-c252f93dc
4167
+ // version: 1.237.0-7b19a35c5