@riab/cpm-archiving 1.1.14 → 1.1.16-beta.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/dist/cpm-archiving.js +185 -77
- package/dist/excluded-numbers-template.csv +6 -0
- package/package.json +4 -3
|
@@ -0,0 +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
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@riab/cpm-archiving",
|
|
3
3
|
"private": false,
|
|
4
|
-
"version": "1.1.
|
|
4
|
+
"version": "1.1.16-beta.0",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "dist/cpm-archiving.js",
|
|
7
7
|
"module": "dist/cpm-archiving.js",
|
|
@@ -33,7 +33,8 @@
|
|
|
33
33
|
"@progress/kendo-svg-icons": "^4.3.0",
|
|
34
34
|
"@progress/kendo-theme-default": "^10.2.0",
|
|
35
35
|
"@r2wc/react-to-web-component": "^2.0.4",
|
|
36
|
-
"@sentry/
|
|
36
|
+
"@sentry/browser": "^7.120.4",
|
|
37
|
+
"@sentry/react": "^9.47.1",
|
|
37
38
|
"@tailwindcss/node": "^4.2.1",
|
|
38
39
|
"@tailwindcss/oxide": "^4.2.1",
|
|
39
40
|
"@tailwindcss/vite": "^4.1.14",
|
|
@@ -73,7 +74,7 @@
|
|
|
73
74
|
"use-debounce": "^10.0.5",
|
|
74
75
|
"vite": "^7.1.0",
|
|
75
76
|
"vite-plugin-css-injected-by-js": "^3.5.2",
|
|
76
|
-
"vitest": "
|
|
77
|
+
"vitest": "~4.0.15",
|
|
77
78
|
"web-vitals": "^4.2.4",
|
|
78
79
|
"zustand": "^5.0.8"
|
|
79
80
|
},
|