@stackfactor/client-api 1.0.97 → 1.0.98

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/role.js +1 -0
  2. package/package.json +1 -1
package/lib/role.js CHANGED
@@ -398,6 +398,7 @@ const role = {
398
398
  importRoleTemplates,
399
399
  publishRole,
400
400
  setRoleInformation,
401
+ setRoleInformationFromTemplate,
401
402
  setUserRoles,
402
403
  watchRole,
403
404
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@stackfactor/client-api",
3
- "version": "1.0.97",
3
+ "version": "1.0.98",
4
4
  "description": "Node.js library for the StackFactor API",
5
5
  "main": "index.js",
6
6
  "exports": {