@salesforce/lds-adapters-industries-interesttagging 1.448.0 → 1.450.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-interesttagging",
3
- "version": "1.448.0",
3
+ "version": "1.450.0",
4
4
  "license": "SEE LICENSE IN LICENSE.txt",
5
5
  "description": "Connect family for interest tags APIs",
6
6
  "main": "dist/es/es2018/industries-interesttagging.js",
@@ -32,22 +32,19 @@
32
32
  },
33
33
  "scripts": {
34
34
  "build": "yarn build:services",
35
- "build:karma": "rollup --bundleConfigAsCjs --config rollup.config.karma.js",
36
35
  "build:raml": "luvio generate src/raml/luvio.raml src/generated -p '../lds-compiler-plugins'",
37
36
  "build:services": "rollup --bundleConfigAsCjs --config rollup.config.js",
38
37
  "clean": "rm -rf dist sfdc src/generated karma/dist",
39
38
  "release:core": "../../scripts/release/core.js --adapter=lds-adapters-industries-interesttagging",
40
39
  "release:corejar": "yarn build && packages/core-build/scripts/core.js --adapter=lds-adapters-industries-interesttagging",
41
- "start": "nx build:karma && karma start",
42
- "test": "nx build:karma && karma start --single-run",
43
40
  "test:unit": "jest"
44
41
  },
45
42
  "dependencies": {
46
- "@salesforce/lds-bindings": "^1.448.0"
43
+ "@salesforce/lds-bindings": "^1.450.0"
47
44
  },
48
45
  "devDependencies": {
49
- "@salesforce/lds-compiler-plugins": "^1.448.0",
50
- "@salesforce/lds-karma": "^1.448.0"
46
+ "@salesforce/lds-compiler-plugins": "^1.450.0",
47
+ "@salesforce/lds-karma": "^1.450.0"
51
48
  },
52
49
  "nx": {
53
50
  "targets": {
package/sfdc/index.js CHANGED
@@ -1772,4 +1772,4 @@ withDefaultLuvio((luvio) => {
1772
1772
  });
1773
1773
 
1774
1774
  export { createInterestTagEntityAssignment, createInterestTagsAndCategories, getInterestTagEntityAssignments, getInterestTagEntityAssignments_imperative, getTagCategoriesByTagId, getTagCategoriesByTagId_imperative, getTagsByCategoryId, getTagsByCategoryId_imperative, getTagsByRecordId, getTagsByRecordId_imperative };
1775
- // version: 1.448.0-8bacde725a
1775
+ // version: 1.450.0-b7557fd74b