pssdk 3.0.0-alpha.3 → 3.0.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 +1 -1
  2. package/threadableCI.js +1 -2
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "pssdk",
3
- "version": "3.0.0-alpha.3",
3
+ "version": "3.0.0",
4
4
  "description": "PSSDK to Integrate with Peoplesoft Component Interfaces via GraalNodeJs",
5
5
  "keywords": [
6
6
  "pssdk",
package/threadableCI.js CHANGED
@@ -54,8 +54,7 @@ class TreadableCI {
54
54
  }
55
55
 
56
56
  cancel() {
57
- return this.pool
58
- .run({ ci: this.ci }, { name: 'cancel' });
57
+ return this.ci.cancel();
59
58
  }
60
59
 
61
60
  /*********************************/