@salesforce/lds-adapters-industries-public-sector 1.131.0-dev11 → 1.131.0-dev13

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 +4 -4
  2. package/sfdc/index.js +1 -1
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@salesforce/lds-adapters-industries-public-sector",
3
- "version": "1.131.0-dev11",
3
+ "version": "1.131.0-dev13",
4
4
  "license": "SEE LICENSE IN LICENSE.txt",
5
5
  "description": "This has files related to Public Sector APIs",
6
6
  "main": "dist/es/es2018/industries-public-sector.js",
@@ -46,11 +46,11 @@
46
46
  "test:unit": "jest"
47
47
  },
48
48
  "dependencies": {
49
- "@salesforce/lds-bindings": "1.131.0-dev11"
49
+ "@salesforce/lds-bindings": "1.131.0-dev13"
50
50
  },
51
51
  "devDependencies": {
52
- "@salesforce/lds-compiler-plugins": "1.131.0-dev11",
53
- "@salesforce/lds-karma": "1.131.0-dev11"
52
+ "@salesforce/lds-compiler-plugins": "1.131.0-dev13",
53
+ "@salesforce/lds-karma": "1.131.0-dev13"
54
54
  },
55
55
  "nx": {
56
56
  "targets": {
package/sfdc/index.js CHANGED
@@ -4656,4 +4656,4 @@ withDefaultLuvio((luvio) => {
4656
4656
  });
4657
4657
 
4658
4658
  export { createBenefitDisbursements, createCarePlanTasks, getCarePlanBenefitSessionDetails, getCarePlanBenefitSessionDetails_imperative, getCarePlanDefinition, getCarePlanDefinitionNotifyChange, getCarePlanDefinition_imperative, getCarePlanDetails, getCarePlanDetailsNotifyChange, getCarePlanDetails_imperative, getCarePlanTasks, getCarePlanTasks_imperative, getCarePlanTemplateDetails, getCarePlanTemplateDetailsNotifyChange, getCarePlanTemplateDetails_imperative, notifyCarePlanTemplateUpdateAvailable, notifyCarePlanUpdateAvailable, postCarePlanDetails, postCarePlanTemplateDetails, updateCarePlanDetails, updateCarePlanTasks };
4659
- // version: 1.131.0-dev11-734408c01
4659
+ // version: 1.131.0-dev13-a38ed0c06