@salesforce/lds-adapters-industries-context 1.260.0 → 1.261.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 +4 -4
  2. package/sfdc/index.js +5 -3
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@salesforce/lds-adapters-industries-context",
3
- "version": "1.260.0",
3
+ "version": "1.261.0",
4
4
  "license": "SEE LICENSE IN LICENSE.txt",
5
5
  "description": "Normandy Context Service",
6
6
  "main": "dist/es/es2018/industries-context.js",
@@ -45,11 +45,11 @@
45
45
  "test:unit": "jest --config=./jest.config.js"
46
46
  },
47
47
  "dependencies": {
48
- "@salesforce/lds-bindings": "^1.260.0"
48
+ "@salesforce/lds-bindings": "^1.261.0"
49
49
  },
50
50
  "devDependencies": {
51
- "@salesforce/lds-compiler-plugins": "^1.260.0",
52
- "@salesforce/lds-karma": "^1.260.0"
51
+ "@salesforce/lds-compiler-plugins": "^1.261.0",
52
+ "@salesforce/lds-karma": "^1.261.0"
53
53
  },
54
54
  "nx": {
55
55
  "targets": {
package/sfdc/index.js CHANGED
@@ -11958,6 +11958,7 @@ const getContextServiceNodeMappingMetadata = { apiFamily: 'IndustriesContext', n
11958
11958
  const getContextServiceTagMetadata = { apiFamily: 'IndustriesContext', name: 'getContextServiceTag', ttl: 1000 };
11959
11959
  const getContextTagsMetadata = { apiFamily: 'IndustriesContext', name: 'getContextTags', ttl: 1000 };
11960
11960
  const getContextTranslationMetadata = { apiFamily: 'IndustriesContext', name: 'getContextTranslation', ttl: 1000 };
11961
+ // Notify Update Available
11961
11962
  function bindExportsTo(luvio) {
11962
11963
  // LDS Adapters
11963
11964
  const getContext_ldsAdapter = createInstrumentedAdapter(createLDSAdapter(luvio, 'getContext', getContextAdapterFactory), getContextMetadata);
@@ -12065,7 +12066,8 @@ function bindExportsTo(luvio) {
12065
12066
  getContextServiceNodeMapping_imperative: createImperativeAdapter(luvio, getContextServiceNodeMapping_ldsAdapter, getContextServiceNodeMappingMetadata),
12066
12067
  getContextServiceTag_imperative: createImperativeAdapter(luvio, getContextServiceTag_ldsAdapter, getContextServiceTagMetadata),
12067
12068
  getContextTags_imperative: createImperativeAdapter(luvio, getContextTags_ldsAdapter, getContextTagsMetadata),
12068
- getContextTranslation_imperative: createImperativeAdapter(luvio, getContextTranslation_ldsAdapter, getContextTranslationMetadata)
12069
+ getContextTranslation_imperative: createImperativeAdapter(luvio, getContextTranslation_ldsAdapter, getContextTranslationMetadata),
12070
+ // Notify Update Availables
12069
12071
  };
12070
12072
  }
12071
12073
  withDefaultLuvio((luvio) => {
@@ -12152,9 +12154,9 @@ withDefaultLuvio((luvio) => {
12152
12154
  getContextServiceNodeMapping_imperative,
12153
12155
  getContextServiceTag_imperative,
12154
12156
  getContextTags_imperative,
12155
- getContextTranslation_imperative
12157
+ getContextTranslation_imperative,
12156
12158
  } = bindExportsTo(luvio));
12157
12159
  });
12158
12160
 
12159
12161
  export { createContextAttributeMapping, createContextAttributeMappings, createContextAttributes, createContextMapping, createContextMappings, createContextNodeMapping, createContextNodeMappings, createContextNodes, createContextQueryRecords, createContextServiceDefinition, createContextTags, deleteContextAttributeMapping, deleteContextMapping, deleteContextNodeMapping, deleteContextServiceAttribute, deleteContextServiceAttributeMapping, deleteContextServiceDefinition, deleteContextServiceMapping, deleteContextServiceNode, deleteContextServiceNodeMapping, deleteContextServiceTag, getContext, getContextAttributeMapping, getContextAttributeMappingNotifyChange, getContextAttributeMapping_imperative, getContextDefinitions, getContextDefinitions_imperative, getContextInfo, getContextInfoNotifyChange, getContextInfo_imperative, getContextMapping, getContextMappingNotifyChange, getContextMapping_imperative, getContextNodeMapping, getContextNodeMappingNotifyChange, getContextNodeMapping_imperative, getContextNotifyChange, getContextServiceAccess, getContextServiceAccessNotifyChange, getContextServiceAccess_imperative, getContextServiceAttribute, getContextServiceAttributeMapping, getContextServiceAttributeMappingNotifyChange, getContextServiceAttributeMapping_imperative, getContextServiceAttributeNotifyChange, getContextServiceAttribute_imperative, getContextServiceDefinition, getContextServiceDefinitionInfo, getContextServiceDefinitionInfoNotifyChange, getContextServiceDefinitionInfo_imperative, getContextServiceDefinitionNotifyChange, getContextServiceDefinition_imperative, getContextServiceMapping, getContextServiceMappingNotifyChange, getContextServiceMapping_imperative, getContextServiceNode, getContextServiceNodeMapping, getContextServiceNodeMappingNotifyChange, getContextServiceNodeMapping_imperative, getContextServiceNodeNotifyChange, getContextServiceNode_imperative, getContextServiceTag, getContextServiceTagNotifyChange, getContextServiceTag_imperative, getContextTags, getContextTagsNotifyChange, getContextTags_imperative, getContextTranslation, getContextTranslation_imperative, getContext_imperative, putContextServiceAccess, queryContextRecordAndChildren, updateContextAttributeMapping, updateContextAttributeMappings, updateContextAttributes, updateContextMapping, updateContextMappings, updateContextNodeMapping, updateContextNodeMappings, updateContextNodes, updateContextServiceDefinition, updateContextTags, upgradeContextServiceDefinition };
12160
- // version: 1.260.0-7a5d1675a
12162
+ // version: 1.261.0-10ee630e7