@stackfactor/client-api 1.1.125 → 1.1.126

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.
@@ -165,5 +165,6 @@ export default {
165
165
  create,
166
166
  deleteSkillAssessment,
167
167
  getById,
168
+ getByUserAndSkill,
168
169
  getList,
169
170
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@stackfactor/client-api",
3
- "version": "1.1.125",
3
+ "version": "1.1.126",
4
4
  "description": "Node.js library for the StackFactor API",
5
5
  "main": "index.js",
6
6
  "exports": {