@salesforce/lds-adapters-crm-infra-notification-service 1.229.0-dev6 → 1.229.0-dev7

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-crm-infra-notification-service",
3
- "version": "1.229.0-dev6",
3
+ "version": "1.229.0-dev7",
4
4
  "license": "SEE LICENSE IN LICENSE.txt",
5
5
  "description": "Notification Service is an off-core scone service that integrates with coreapp. This API is to expose coreapp auth token minting mechanism in Notification-service LWC component",
6
6
  "main": "dist/es/es2018/crm-infra-notification-service.js",
@@ -45,11 +45,11 @@
45
45
  "test:compat": "karma start --single-run --compat"
46
46
  },
47
47
  "dependencies": {
48
- "@salesforce/lds-bindings": "1.229.0-dev6"
48
+ "@salesforce/lds-bindings": "1.229.0-dev7"
49
49
  },
50
50
  "devDependencies": {
51
- "@salesforce/lds-compiler-plugins": "1.229.0-dev6",
52
- "@salesforce/lds-karma": "1.229.0-dev6"
51
+ "@salesforce/lds-compiler-plugins": "1.229.0-dev7",
52
+ "@salesforce/lds-karma": "1.229.0-dev7"
53
53
  },
54
54
  "nx": {
55
55
  "targets": {
package/sfdc/index.js CHANGED
@@ -316,4 +316,4 @@ withDefaultLuvio((luvio) => {
316
316
  });
317
317
 
318
318
  export { getNSConfig, getNSConfig_imperative };
319
- // version: 1.229.0-dev6-6005e174d
319
+ // version: 1.229.0-dev7-22b616ee5