@salesforce/lds-adapters-industries-context 1.447.1 → 1.449.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 -7
  2. 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.447.1",
3
+ "version": "1.449.0",
4
4
  "license": "SEE LICENSE IN LICENSE.txt",
5
5
  "description": "Normandy Context Service",
6
6
  "main": "dist/es/es2018/industries-context.js",
@@ -33,25 +33,22 @@
33
33
  ],
34
34
  "scripts": {
35
35
  "build": "yarn build:services",
36
- "build:karma": "rollup --bundleConfigAsCjs --config rollup.config.karma.js",
37
36
  "build:raml": "luvio generate src/raml/luvio.raml src/generated -p '../lds-compiler-plugins'",
38
37
  "build:services": "rollup --bundleConfigAsCjs --config rollup.config.js",
39
38
  "clean": "rm -rf dist sfdc src/generated karma/dist",
40
39
  "release:core": "../../scripts/release/core.js --adapter=lds-adapters-industries-context",
41
40
  "release:corejar": "yarn build && ../core-build/scripts/core.js --adapter=lds-adapters-industries-context",
42
- "start": "nx build:karma && karma start",
43
- "test": "nx build:karma && karma start --single-run",
44
41
  "test:unit": "jest --config=./jest.config.js"
45
42
  },
46
43
  "dependencies": {
47
- "@salesforce/lds-bindings": "^1.447.1"
44
+ "@salesforce/lds-bindings": "^1.449.0"
48
45
  },
49
46
  "volta": {
50
47
  "extends": "../../package.json"
51
48
  },
52
49
  "devDependencies": {
53
- "@salesforce/lds-compiler-plugins": "^1.447.1",
54
- "@salesforce/lds-karma": "^1.447.1"
50
+ "@salesforce/lds-compiler-plugins": "^1.449.0",
51
+ "@salesforce/lds-karma": "^1.449.0"
55
52
  },
56
53
  "nx": {
57
54
  "targets": {
package/sfdc/index.js CHANGED
@@ -17797,4 +17797,4 @@ withDefaultLuvio((luvio) => {
17797
17797
  });
17798
17798
 
17799
17799
  export { buildAndQueryRecordsFilter, buildContext, buildContextAndQuery, cloneContextMappings, contextDefinitionTransformationClone, createContextAttributeMapping, createContextAttributeMappings, createContextAttributes, createContextFilters, createContextMapping, createContextMappings, createContextNodeMapping, createContextNodeMappings, createContextNodes, createContextQueryRecords, createContextQueryTags, createContextServiceDefinition, createContextTags, createContextUpdateAttribute, createWriteThroughTags, deleteContext, deleteContextAttributeMapping, deleteContextFilter, deleteContextMapping, deleteContextNodeMapping, deleteContextServiceAttribute, deleteContextServiceAttributeMapping, deleteContextServiceAttributes, deleteContextServiceDefinition, deleteContextServiceMapping, deleteContextServiceNode, deleteContextServiceNodeMapping, deleteContextServiceTag, deleteContextTransformations, getContext, getContextAttributeMapping, getContextAttributeMappingNotifyChange, getContextAttributeMapping_imperative, getContextDefinitions, getContextDefinitions_imperative, getContextFilter, getContextFilterNotifyChange, getContextFilter_imperative, getContextFilters, getContextFiltersNotifyChange, getContextFilters_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, getDynamicAttributes, getDynamicAttributesNotifyChange, getDynamicAttributes_imperative, putContextServiceAccess, queryContextRecordAndChildren, updateContextAttributeMapping, updateContextAttributeMappings, updateContextAttributes, updateContextFilter, updateContextMapping, updateContextMappings, updateContextNodeMapping, updateContextNodeMappings, updateContextNodes, updateContextServiceDefinition, updateContextTags, upgradeContextServiceDefinition };
17800
- // version: 1.447.1-482943d2ff
17800
+ // version: 1.449.0-7b415dc950