@riab/cpm-archiving 1.1.2-beta.6 → 1.1.2-beta.61

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/index.html CHANGED
@@ -21,11 +21,11 @@
21
21
 
22
22
  </head>
23
23
  <body>
24
- <cpm-archiving-employee
24
+ <!-- <cpm-archiving-employee
25
25
  route=""
26
- environment="development"
27
- user="QZqDeFJCYaoGcFtE0o1OEhKlYlDz+mQI3ix9E3s75mdWR2wqSdvu1fU7s9mcMk9SshVMSZCjwuEgwXNVIfbh+A=="
28
- ></cpm-archiving-employee>
26
+ environment="testing"
27
+ user="QZqDeFJCYaoGcFtE0o1OEhKlYlDz+mQI3ix9E3s75meyaMdpJhzI3xRuzPyHKc3sDNWXOqOW1t3e9Yjr22l4QA=="
28
+ ></cpm-archiving-employee> -->
29
29
  <cpm-archiving
30
30
  route=""
31
31
  environment="development"
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@riab/cpm-archiving",
3
3
  "private": false,
4
- "version": "1.1.2-beta.6",
4
+ "version": "1.1.2-beta.61",
5
5
  "type": "module",
6
6
  "main": "dist/cpm-archiving.js",
7
7
  "module": "dist/cpm-archiving.js",
@@ -19,7 +19,8 @@
19
19
  "test": "vitest run",
20
20
  "lint": "eslint",
21
21
  "format": "prettier",
22
- "check": "prettier --write . && eslint --fix"
22
+ "check": "prettier --write . && eslint --fix",
23
+ "postpublish": "riab-teams-notify"
23
24
  },
24
25
  "devDependencies": {
25
26
  "@emotion/cache": "^11.14.0",
@@ -32,20 +33,24 @@
32
33
  "@r2wc/react-to-web-component": "^2.0.4",
33
34
  "@sentry/react": "^9.19.0",
34
35
  "@tailwindcss/vite": "^4.1.14",
35
- "@tanstack/eslint-config": "^0.2.0",
36
+ "@tanstack/eslint-config": "^0.3.0",
36
37
  "@tanstack/match-sorter-utils": "^8.19.4",
37
38
  "@tanstack/react-query": "^5.66.5",
38
- "@tanstack/react-router": "^1.114.3",
39
+ "@tanstack/react-router": "^1.141.6",
39
40
  "@tanstack/react-table": "^8.21.2",
40
41
  "@testing-library/dom": "^10.4.0",
41
42
  "@testing-library/react": "^16.3.0",
43
+ "@types/google-libphonenumber": "^7.4.30",
42
44
  "@types/react": "^19.0.8",
43
45
  "@types/react-date-range": "^1.4.10",
44
46
  "@types/react-dom": "^19.0.3",
47
+ "@types/react-highlight-words": "^0.20.1",
45
48
  "@vitejs/plugin-react": "^4.3.4",
46
49
  "cross-env": "^10.1.0",
47
50
  "date-fns": "^4.1.0",
48
51
  "dompurify": "^3.3.0",
52
+ "eslint": "^9.39.2",
53
+ "google-libphonenumber": "^3.2.43",
49
54
  "html-react-parser": "^5.2.6",
50
55
  "react": "^19.0.0",
51
56
  "react-date-range": "^2.0.1",