@salesforce/lds-adapters-industries-context 1.100.4 → 1.100.5
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-industries-context",
|
|
3
|
-
"version": "1.100.
|
|
3
|
+
"version": "1.100.5",
|
|
4
4
|
"license": "SEE LICENSE IN LICENSE.txt",
|
|
5
5
|
"description": "Normandy Context Service",
|
|
6
6
|
"main": "dist/umd/es2018/industries-context.js",
|
|
@@ -44,14 +44,14 @@
|
|
|
44
44
|
"test:compat": "karma start --single-run --compat"
|
|
45
45
|
},
|
|
46
46
|
"dependencies": {
|
|
47
|
-
"@salesforce/lds-bindings": "^1.100.
|
|
47
|
+
"@salesforce/lds-bindings": "^1.100.5"
|
|
48
48
|
},
|
|
49
49
|
"devDependencies": {
|
|
50
50
|
"@luvio/cli": "0.135.4",
|
|
51
51
|
"@luvio/compiler": "0.135.4",
|
|
52
52
|
"@luvio/engine": "0.135.4",
|
|
53
53
|
"@luvio/lwc-luvio": "0.135.4",
|
|
54
|
-
"@salesforce/lds-karma": "^1.100.
|
|
54
|
+
"@salesforce/lds-karma": "^1.100.5"
|
|
55
55
|
},
|
|
56
56
|
"nx": {
|
|
57
57
|
"targets": {
|
package/sfdc/index.js
CHANGED
|
@@ -4346,4 +4346,4 @@ withDefaultLuvio((luvio) => {
|
|
|
4346
4346
|
});
|
|
4347
4347
|
|
|
4348
4348
|
export { createContextAttribute, createContextDefinition, createContextDefinitionVersion, createContextNode, deleteContextAttribute, deleteContextDefinition, deleteContextDefinitionVersion, deleteContextNode, getContextAttribute, getContextAttributeNotifyChange, getContextAttribute_imperative, getContextDefinition, getContextDefinitionInfo, getContextDefinitionInfoNotifyChange, getContextDefinitionInfo_imperative, getContextDefinitionList, getContextDefinitionList_imperative, getContextDefinitionNotifyChange, getContextDefinitionVersion, getContextDefinitionVersionNotifyChange, getContextDefinitionVersion_imperative, getContextDefinition_imperative, getContextNode, getContextNodeNotifyChange, getContextNode_imperative, updateContextAttribute, updateContextDefinition, updateContextDefinitionVersion, updateContextNode };
|
|
4349
|
-
// version: 1.100.
|
|
4349
|
+
// version: 1.100.5-bd2d67d6a
|