@stackfactor/client-api 1.0.64 → 1.0.65

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/lib/skill.js +1 -1
  2. package/package.json +1 -1
package/lib/skill.js CHANGED
@@ -108,7 +108,7 @@ export const discardSkillChanges = (id, token) => {
108
108
  * @param {String} token
109
109
  * @returns {Promise}
110
110
  */
111
- export const getImportedRoleTemplates = (token) => {
111
+ export const getImportedSkillTemplates = (token) => {
112
112
  return new Promise(function (resolve, reject) {
113
113
  const request = client.get(`api/v1/skills/getImportedSkillTemplates`, {
114
114
  headers: { authorization: token },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@stackfactor/client-api",
3
- "version": "1.0.64",
3
+ "version": "1.0.65",
4
4
  "description": "Node.js library for the StackFactor API",
5
5
  "main": "index.js",
6
6
  "exports": {