@salesforce/lds-adapters-industries-scheduler 1.449.0 → 1.451.0-dev1

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 -13
  2. package/sfdc/index.js +1 -1
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@salesforce/lds-adapters-industries-scheduler",
3
- "version": "1.449.0",
3
+ "version": "1.451.0-dev1",
4
4
  "description": "Wire adapters for Lightning Scheduler resources",
5
5
  "license": "SEE LICENSE IN LICENSE.txt",
6
6
  "main": "dist/es/es2018/industries-scheduler.js",
@@ -33,22 +33,18 @@
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
- "clean": "rm -rf dist sfdc src/generated karma/dist",
38
+ "clean": "rm -rf dist sfdc src/generated",
40
39
  "release:core": "../../scripts/release/core.js --adapter=lds-adapters-industries-scheduler",
41
40
  "release:corejar": "yarn build && ../core-build/scripts/core.js --adapter=lds-adapters-industries-scheduler",
42
- "start": "nx build:karma && karma start",
43
- "test": "nx build:karma && karma start --single-run",
44
41
  "test:unit": "jest"
45
42
  },
46
43
  "dependencies": {
47
- "@salesforce/lds-bindings": "^1.449.0"
44
+ "@salesforce/lds-bindings": "^1.451.0-dev1"
48
45
  },
49
46
  "devDependencies": {
50
- "@salesforce/lds-compiler-plugins": "^1.449.0",
51
- "@salesforce/lds-karma": "^1.449.0"
47
+ "@salesforce/lds-compiler-plugins": "^1.451.0-dev1"
52
48
  },
53
49
  "nx": {
54
50
  "targets": {
@@ -62,11 +58,6 @@
62
58
  "outputs": [
63
59
  "{projectRoot}/src/generated"
64
60
  ]
65
- },
66
- "build:karma": {
67
- "outputs": [
68
- "{projectRoot}/karma/dist"
69
- ]
70
61
  }
71
62
  }
72
63
  },
package/sfdc/index.js CHANGED
@@ -8746,4 +8746,4 @@ withDefaultLuvio((luvio) => {
8746
8746
  });
8747
8747
 
8748
8748
  export { createServiceAppointment, createServiceAppointmentAttendee, createWaitlistAppointment, createWaitlistCheckIn, decryption, decryption_imperative, encrypt, encrypt_imperative, getAppointmentFromToken, getAppointmentFromToken_imperative, getAppointmentPaymentDetails, getAppointmentPaymentDetails_imperative, getEngagementChannelTypes, getEngagementChannelTypes_imperative, getGroupAppointments, getGroupAppointments_imperative, getNextWaitlistParticipant, getNextWaitlistParticipant_imperative, getParticipantRecentInteractions, getParticipantRecentInteractions_imperative, getServiceResourceCapacity, getServiceResourceCapacity_imperative, getServiceTerritoryCapacity, getServiceTerritoryCapacity_imperative, getWaitlistParticipantStats, getWaitlistParticipantStats_imperative, getWaitlistRelationships, getWaitlistRelationships_imperative, getWaitlists, getWaitlists_imperative, updateServiceAppointment, updateServiceAppointmentAttendee, updateWaitlistParticipant };
8749
- // version: 1.449.0-7b415dc950
8749
+ // version: 1.451.0-dev1-70d3966695