@keepur/hive 0.4.0 → 0.5.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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@keepur/hive",
3
- "version": "0.4.0",
3
+ "version": "0.5.0",
4
4
  "hiveApi": "1.0.0",
5
5
  "license": "Apache-2.0",
6
6
  "type": "module",
@@ -41,6 +41,7 @@
41
41
  "migrate:agents:legacy": "npx tsx setup/migrate-agents.ts",
42
42
  "migrate:split-crm-contacts": "npx tsx setup/migrate-split-crm-contacts.ts",
43
43
  "migrate:contacts-categories": "npx tsx scripts/migrate-contacts-categories.ts",
44
+ "migrate:agents:add-roles": "npx tsx scripts/migrate-agents-add-roles.ts",
44
45
  "setup:plist": "npx tsx setup/generate-plist.ts",
45
46
  "update": "git pull && npm install && npm run build",
46
47
  "reindex": "npx tsx scripts/code-index.ts",