@riab/cpm-archiving 1.1.16-beta.1 → 1.1.16-beta.2

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.
@@ -1,6 +1,6 @@
1
- Device Owner,Device Owner Number,Excluded Contact Name,Phone Number (with Country Code),Relationship
2
- John Smith,+1 9178907660,Alice Johnson,+1 9178907661,Family
3
- John Smith,+1 9178907660,Bob Williams,+1 4155552671,Personal Friend
4
- Jane Doe,+44 7700900123,Carol Brown,+44 7700900456,Non-client Business Contact
5
- Jane Doe,+44 7700900123,David Lee,+61 412345678,Others
6
- Mark Taylor,+1 6505551234,Eve Davis,+1 6505554321,Family
1
+ Device Owner Email,Excluded Contact Name,Phone Number (with Country Code),Relationship
2
+ john.smith@example.com,Alice Johnson,+1 9178907661,Family
3
+ john.smith@example.com,Bob Williams,+1 4155552671,Personal Friend
4
+ jane.doe@example.com,Carol Brown,+44 7700900456,Non-client Business Contact
5
+ jane.doe@example.com,David Lee,+61 412345678,Others
6
+ mark.taylor@example.com,Eve Davis,+1 6505554321,Family
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@riab/cpm-archiving",
3
3
  "private": false,
4
- "version": "1.1.16-beta.1",
4
+ "version": "1.1.16-beta.2",
5
5
  "type": "module",
6
6
  "main": "dist/cpm-archiving.js",
7
7
  "module": "dist/cpm-archiving.js",