@stackfactor/client-api 1.1.106 → 1.1.107

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/constants.js +0 -1
  2. package/package.json +1 -1
package/lib/constants.js CHANGED
@@ -98,7 +98,6 @@ const PERMISSIONS = {
98
98
  MANAGE_USERS: "5dd612e40f0bc559c41a2b29",
99
99
  PROMOTE_CONTENT: "5fac2126427ce31f8a92c0cb",
100
100
  TALENT_TRANSFORMATION_CHAMPION: "5fac210f7e6539d37a897c95",
101
- TALENT_TRANSFORMATION_CHAMPION_ADMIN: "5fac2112b7e49e10c779b4a6",
102
101
  };
103
102
 
104
103
  const PERMISSION_DESCRIPTIONS = {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@stackfactor/client-api",
3
- "version": "1.1.106",
3
+ "version": "1.1.107",
4
4
  "description": "Node.js library for the StackFactor API",
5
5
  "main": "index.js",
6
6
  "exports": {