@salesforce/lds-adapters-industries-audit-trail-export 1.246.0 → 1.248.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-industries-audit-trail-export",
3
- "version": "1.246.0",
3
+ "version": "1.248.0",
4
4
  "description": "contains end points for audit trail file export",
5
5
  "license": "SEE LICENSE IN LICENSE.txt",
6
6
  "main": "dist/umd/es2018/industries-audit-trail-export.js",
@@ -31,16 +31,16 @@
31
31
  "ssanagapalli@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-industries-audit-trail-export",
40
40
  "release:corejar": "yarn build && ../core-build/scripts/core.js --adapter=lds-adapters-industries-audit-trail-export",
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
  },
45
45
  "dependencies": {
46
46
  "@salesforce/lds-bindings": "*"
@@ -54,7 +54,6 @@
54
54
  "build": {
55
55
  "outputs": [
56
56
  "{projectRoot}/dist",
57
- "{projectRoot}/karma/dist",
58
57
  "{projectRoot}/sfdc"
59
58
  ]
60
59
  },
@@ -62,6 +61,11 @@
62
61
  "outputs": [
63
62
  "{projectRoot}/src/generated"
64
63
  ]
64
+ },
65
+ "build:karma": {
66
+ "outputs": [
67
+ "{projectRoot}/karma/dist"
68
+ ]
65
69
  }
66
70
  }
67
71
  },
package/sfdc/index.js CHANGED
@@ -891,4 +891,4 @@ withDefaultLuvio((luvio) => {
891
891
  });
892
892
 
893
893
  export { createAuditTrailFileExport, deleteAuditTrailFileExport, getAuditTrailFileExport, getAuditTrailFileExport_imperative, getAuditTrailFileExports, getAuditTrailFileExports_imperative };
894
- // version: 1.246.0-3f6b4cf3f
894
+ // version: 1.248.0-0a41f7ec3