@salesforce/lds-adapters-platform-enablement 1.246.0 → 1.247.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 +10 -6
  2. package/sfdc/index.js +1 -1
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@salesforce/lds-adapters-platform-enablement",
3
- "version": "1.246.0",
3
+ "version": "1.247.0",
4
4
  "license": "SEE LICENSE IN LICENSE.txt",
5
5
  "description": "Wire adapters for enablement APIs",
6
6
  "main": "dist/es/es2018/platform-enablement.js",
@@ -31,16 +31,16 @@
31
31
  "n.chandarraj@salesforce.com"
32
32
  ],
33
33
  "scripts": {
34
- "build": "yarn build:services && yarn build:karma",
34
+ "build": "yarn build:services",
35
35
  "build:karma": "rollup --bundleConfigAsCjs --config rollup.config.karma.js",
36
36
  "build:raml": "luvio generate src/raml/luvio.raml src/generated -p '../lds-compiler-plugins'",
37
37
  "build:services": "rollup --bundleConfigAsCjs --config rollup.config.js",
38
38
  "clean": "rm -rf dist sfdc src/generated karma/dist",
39
39
  "release:core": "../../scripts/release/core.js --adapter=lds-adapters-platform-enablement",
40
40
  "release:corejar": "yarn build && packages/core-build/scripts/core.js --adapter=lds-adapters-platform-enablement",
41
- "start": "karma start",
42
- "test": "karma start --single-run",
43
- "test:compat": "karma start --single-run --compat",
41
+ "start": "nx build:karma && karma start",
42
+ "test": "nx build:karma && karma start --single-run",
43
+ "test:compat": "nx build:karma && karma start --single-run --compat",
44
44
  "test:unit": "jest"
45
45
  },
46
46
  "dependencies": {
@@ -55,7 +55,6 @@
55
55
  "build": {
56
56
  "outputs": [
57
57
  "{projectRoot}/dist",
58
- "{projectRoot}/karma/dist",
59
58
  "{projectRoot}/sfdc"
60
59
  ]
61
60
  },
@@ -63,6 +62,11 @@
63
62
  "outputs": [
64
63
  "{projectRoot}/src/generated"
65
64
  ]
65
+ },
66
+ "build:karma": {
67
+ "outputs": [
68
+ "{projectRoot}/karma/dist"
69
+ ]
66
70
  }
67
71
  }
68
72
  },
package/sfdc/index.js CHANGED
@@ -2110,4 +2110,4 @@ withDefaultLuvio((luvio) => {
2110
2110
  });
2111
2111
 
2112
2112
  export { getAssignedEnablementProgramSummary, getAssignedEnablementProgramSummaryForCommunity, getAssignedEnablementProgramSummaryForCommunity_imperative, getAssignedEnablementProgramSummary_imperative, getEnablementProgramSummary, getEnablementProgramSummary_imperative, getProgramSummaryCollection, getProgramSummaryCollectionForCommunity, getProgramSummaryCollectionForCommunity_imperative, getProgramSummaryCollection_imperative, selfEnrollInEnablementProgram, unenrollFromEnablementProgram };
2113
- // version: 1.246.0-3f6b4cf3f
2113
+ // version: 1.247.0-418b3895b