@salesforce/lds-adapters-revenue-billing-batch 1.245.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-revenue-billing-batch",
3
- "version": "1.245.0",
3
+ "version": "1.247.0",
4
4
  "license": "SEE LICENSE IN LICENSE.txt",
5
5
  "description": "This API family is meant for all APIs required for Billing Batch.",
6
6
  "main": "dist/es/es2018/revenue-billing-batch.js",
@@ -28,16 +28,16 @@
28
28
  "nvenkatesh@salesforce.com"
29
29
  ],
30
30
  "scripts": {
31
- "build": "yarn build:services && yarn build:karma",
31
+ "build": "yarn build:services",
32
32
  "build:karma": "rollup --bundleConfigAsCjs --config rollup.config.karma.js",
33
33
  "build:raml": "luvio generate src/raml/luvio.raml src/generated -p '../lds-compiler-plugins'",
34
34
  "build:services": "rollup --bundleConfigAsCjs --config rollup.config.js",
35
35
  "clean": "rm -rf dist sfdc src/generated karma/dist",
36
36
  "release:core": "../../scripts/release/core.js --adapter=lds-adapters-revenue-billing-batch",
37
37
  "release:corejar": "yarn build && ../core-build/scripts/core.js --adapter=lds-adapters-revenue-billing-batch",
38
- "start": "karma start",
39
- "test": "karma start --single-run",
40
- "test:compat": "karma start --single-run --compat",
38
+ "start": "nx build:karma && karma start",
39
+ "test": "nx build:karma && karma start --single-run",
40
+ "test:compat": "nx build:karma && karma start --single-run --compat",
41
41
  "test:unit": "jest"
42
42
  },
43
43
  "dependencies": {
@@ -52,7 +52,6 @@
52
52
  "build": {
53
53
  "outputs": [
54
54
  "{projectRoot}/dist",
55
- "{projectRoot}/karma/dist",
56
55
  "{projectRoot}/sfdc"
57
56
  ]
58
57
  },
@@ -60,6 +59,11 @@
60
59
  "outputs": [
61
60
  "{projectRoot}/src/generated"
62
61
  ]
62
+ },
63
+ "build:karma": {
64
+ "outputs": [
65
+ "{projectRoot}/karma/dist"
66
+ ]
63
67
  }
64
68
  }
65
69
  },
package/sfdc/index.js CHANGED
@@ -598,4 +598,4 @@ withDefaultLuvio((luvio) => {
598
598
  });
599
599
 
600
600
  export { createInvoicesBatchScheduler, createPaymentsBatchScheduler };
601
- // version: 1.245.0-df5596041
601
+ // version: 1.247.0-418b3895b