@riab/cpm-archiving 0.0.35-beta → 1.0.1

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
@@ -5,7 +5,6 @@
5
5
  <meta name="viewport" content="width=device-width, initial-scale=1.0" />
6
6
  <link rel="icon" href="/favicon.ico" />
7
7
  <meta name="theme-color" content="#000000" />
8
-
9
8
  <meta
10
9
  name="description"
11
10
  content="Web site created using create-tsrouter-app"
@@ -23,7 +22,7 @@
23
22
  <body>
24
23
  <cpm-archiving
25
24
  route=""
26
- environment="uat"
25
+ environment="development"
27
26
  user="QZqDeFJCYaoGcFtE0o1OEhKlYlDz+mQI3ix9E3s75meyaMdpJhzI3xRuzPyHKc3st+PmhJnpMuUpWwilnPwPBg=="
28
27
  ></cpm-archiving>
29
28
  </body>
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@riab/cpm-archiving",
3
3
  "private": false,
4
- "version": "0.0.35-beta",
4
+ "version": "1.0.1",
5
5
  "type": "module",
6
6
  "main": "dist/cpm-archiving.js",
7
7
  "module": "dist/cpm-archiving.js",
@@ -14,7 +14,6 @@
14
14
  "scripts": {
15
15
  "dev": "vite --port 3000",
16
16
  "start": "vite --port 3000",
17
-
18
17
  "build": "vite build",
19
18
  "serve": "vite preview",
20
19
  "test": "vitest run",
@@ -22,10 +21,9 @@
22
21
  "format": "prettier",
23
22
  "check": "prettier --write . && eslint --fix"
24
23
  },
25
- "devDependencies": {
26
- "@emotion/cache": "^11.14.0",
27
- "@emotion/react": "^11.14.0",
24
+ "dependencies": {
28
25
  "@faker-js/faker": "^9.6.0",
26
+ "@progress/kendo-react-buttons": "^10.2.0",
29
27
  "@progress/kendo-react-common": "^10.2.0",
30
28
  "@progress/kendo-react-dialogs": "^10.2.0",
31
29
  "@progress/kendo-svg-icons": "^4.3.0",
@@ -33,19 +31,12 @@
33
31
  "@r2wc/react-to-web-component": "^2.0.4",
34
32
  "@sentry/react": "^9.19.0",
35
33
  "@tailwindcss/vite": "^4.0.6",
36
- "@tanstack/eslint-config": "^0.2.0",
37
34
  "@tanstack/match-sorter-utils": "^8.19.4",
38
35
  "@tanstack/react-query": "^5.66.5",
39
36
  "@tanstack/react-query-devtools": "^5.66.5",
40
37
  "@tanstack/react-router": "^1.114.3",
41
38
  "@tanstack/react-router-devtools": "^1.114.3",
42
39
  "@tanstack/react-table": "^8.21.2",
43
- "@testing-library/dom": "^10.4.0",
44
- "@testing-library/react": "^16.2.0",
45
- "@types/react": "^19.0.8",
46
- "@types/react-date-range": "^1.4.10",
47
- "@types/react-dom": "^19.0.3",
48
- "@vitejs/plugin-react": "^4.3.4",
49
40
  "date-fns": "^4.1.0",
50
41
  "html-react-parser": "^5.2.6",
51
42
  "react-date-range": "^2.0.1",
@@ -55,13 +46,23 @@
55
46
  "react-social-media-embed": "^2.5.18",
56
47
  "react-tweet": "^3.2.2",
57
48
  "tailwindcss": "^4.0.6",
58
- "typescript": "~5.6.2",
59
49
  "use-debounce": "^10.0.5",
50
+ "zustand": "^5.0.5"
51
+ },
52
+ "devDependencies": {
53
+ "@tanstack/eslint-config": "^0.2.0",
54
+ "@testing-library/dom": "^10.4.0",
55
+ "@testing-library/react": "^16.2.0",
56
+ "@types/react": "^19.0.8",
57
+ "@types/react-dom": "^19.0.3",
58
+ "@vitejs/plugin-react": "^4.3.4",
59
+ "jsdom": "^26.0.0",
60
+ "prettier": "^3.5.3",
61
+ "typescript": "~5.6.2",
60
62
  "vite": "^6.1.0",
61
63
  "vite-plugin-css-injected-by-js": "^3.5.2",
62
64
  "vitest": "^3.0.5",
63
- "web-vitals": "^4.2.4",
64
- "zustand": "^5.0.8"
65
+ "web-vitals": "^4.2.4"
65
66
  },
66
67
  "peerDependencies": {
67
68
  "react": "^19.0.0",