@pinerohit11/testwidget 0.1.72 → 0.1.73

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/global.d.ts CHANGED
@@ -1,3 +1,3 @@
1
- interface Window {
2
- DatacapWebToken: any; // Replace with the actual type of DatacapWebToken if it's not a string
1
+ interface Window {
2
+ DatacapWebToken: any; // Replace with the actual type of DatacapWebToken if it's not a string
3
3
  }
package/next.config.ts CHANGED
@@ -1,7 +1,7 @@
1
- import type { NextConfig } from "next";
2
-
3
- const nextConfig: NextConfig = {
4
- /* config options here */
5
- };
6
-
7
- export default nextConfig;
1
+ import type { NextConfig } from "next";
2
+
3
+ const nextConfig: NextConfig = {
4
+ /* config options here */
5
+ };
6
+
7
+ export default nextConfig;
package/package.json CHANGED
@@ -1,59 +1,59 @@
1
- {
2
- "name": "@pinerohit11/testwidget",
3
- "version": "0.1.72",
4
- "private": false,
5
- "scripts": {
6
- "dev": "next dev -p 4001",
7
- "build": "next build",
8
- "start": "next start",
9
- "lint": "next lint",
10
- "bundle": "tsup src/app/index.ts"
11
- },
12
- "dependencies": {
13
- "@types/yup": "^0.29.14",
14
- "axios": "^1.8.1",
15
- "bootstrap": "^5.3.3",
16
- "credit-card-type": "^10.0.1",
17
- "formik": "^2.4.6",
18
- "next": "15.0.3",
19
- "node-forge": "^1.3.1",
20
- "react": "18.3.1",
21
- "react-bootstrap": "^2.10.5",
22
- "react-bs-datatable": "^3.15.0",
23
- "react-datepicker": "^7.5.0",
24
- "react-dom": "18.3.1",
25
- "react-number-format": "^5.4.3",
26
- "react-toastify": "^10.0.6",
27
- "styled-components": "^6.1.15",
28
- "yup": "^1.6.1"
29
- },
30
- "peerdependencies": {
31
- "next": "15.0.3",
32
- "react": "18.3.1",
33
- "react-dom": "18.3.1"
34
- },
35
- "devDependencies": {
36
- "@types/node": "^20",
37
- "@types/node-forge": "^1.3.11",
38
- "@types/react": "^18",
39
- "@types/react-dom": "^18",
40
- "autoprefixer": "^10.4.20",
41
- "credit-card-type": "^10.0.1",
42
- "eslint": "^8",
43
- "eslint-config-next": "15.0.3",
44
- "react-bs-datatable": "^3.15.0",
45
- "react-datepicker": "^7.5.0",
46
- "react-toastify": "^10.0.6",
47
- "tsup": "^8.4.0",
48
- "typescript": "^5"
49
- },
50
- "author": "Mukul",
51
- "license": "MIT",
52
- "keywords": [
53
- "nextjs",
54
- "next",
55
- "typescript",
56
- "tailwindcss"
57
- ],
58
- "main": "dist/index.js"
59
- }
1
+ {
2
+ "name": "@pinerohit11/testwidget",
3
+ "version": "0.1.73",
4
+ "private": false,
5
+ "scripts": {
6
+ "dev": "next dev -p 4001",
7
+ "build": "next build",
8
+ "start": "next start",
9
+ "lint": "next lint",
10
+ "bundle": "tsup src/app/index.ts"
11
+ },
12
+ "dependencies": {
13
+ "@types/yup": "^0.29.14",
14
+ "axios": "^1.8.1",
15
+ "bootstrap": "^5.3.3",
16
+ "credit-card-type": "^10.0.1",
17
+ "formik": "^2.4.6",
18
+ "next": "15.0.3",
19
+ "node-forge": "^1.3.1",
20
+ "react": "18.3.1",
21
+ "react-bootstrap": "^2.10.5",
22
+ "react-bs-datatable": "^3.15.0",
23
+ "react-datepicker": "^7.5.0",
24
+ "react-dom": "18.3.1",
25
+ "react-number-format": "^5.4.3",
26
+ "react-toastify": "^10.0.6",
27
+ "styled-components": "^6.1.15",
28
+ "yup": "^1.6.1"
29
+ },
30
+ "peerdependencies": {
31
+ "next": "15.0.3",
32
+ "react": "18.3.1",
33
+ "react-dom": "18.3.1"
34
+ },
35
+ "devDependencies": {
36
+ "@types/node": "^20",
37
+ "@types/node-forge": "^1.3.11",
38
+ "@types/react": "^18",
39
+ "@types/react-dom": "^18",
40
+ "autoprefixer": "^10.4.20",
41
+ "credit-card-type": "^10.0.1",
42
+ "eslint": "^8",
43
+ "eslint-config-next": "15.0.3",
44
+ "react-bs-datatable": "^3.15.0",
45
+ "react-datepicker": "^7.5.0",
46
+ "react-toastify": "^10.0.6",
47
+ "tsup": "^8.4.0",
48
+ "typescript": "^5"
49
+ },
50
+ "author": "Mukul",
51
+ "license": "MIT",
52
+ "keywords": [
53
+ "nextjs",
54
+ "next",
55
+ "typescript",
56
+ "tailwindcss"
57
+ ],
58
+ "main": "dist/index.js"
59
+ }