@timardex/cluemart-shared 1.2.71 → 1.2.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/dist/graphql/index.cjs +246 -246
- package/dist/graphql/index.cjs.map +1 -1
- package/dist/graphql/index.d.mts +260 -322
- package/dist/graphql/index.d.ts +260 -322
- package/dist/graphql/index.mjs +28 -28
- package/dist/graphql/index.mjs.map +1 -1
- package/dist/index.cjs +252 -252
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.mts +260 -322
- package/dist/index.d.ts +260 -322
- package/dist/index.mjs +28 -28
- package/dist/index.mjs.map +1 -1
- package/package.json +25 -35
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@timardex/cluemart-shared",
|
|
3
|
-
"version": "1.2.
|
|
3
|
+
"version": "1.2.73",
|
|
4
4
|
"description": "",
|
|
5
5
|
"main": "dist/index.cjs",
|
|
6
6
|
"module": "dist/index.mjs",
|
|
@@ -50,16 +50,6 @@
|
|
|
50
50
|
"types": "./dist/theme/index.d.ts",
|
|
51
51
|
"import": "./dist/theme/index.mjs",
|
|
52
52
|
"require": "./dist/theme/index.cjs"
|
|
53
|
-
},
|
|
54
|
-
"./mongoose": {
|
|
55
|
-
"types": "./dist/mongoose/index.d.ts",
|
|
56
|
-
"import": "./dist/mongoose/index.mjs",
|
|
57
|
-
"require": "./dist/mongoose/index.cjs"
|
|
58
|
-
},
|
|
59
|
-
"./service": {
|
|
60
|
-
"types": "./dist/service/index.d.ts",
|
|
61
|
-
"import": "./dist/service/index.mjs",
|
|
62
|
-
"require": "./dist/service/index.cjs"
|
|
63
53
|
}
|
|
64
54
|
},
|
|
65
55
|
"scripts": {
|
|
@@ -74,29 +64,29 @@
|
|
|
74
64
|
"keywords": [],
|
|
75
65
|
"author": "",
|
|
76
66
|
"license": "ISC",
|
|
77
|
-
"dependencies": {
|
|
78
|
-
"@apollo/client": "^4.0.10",
|
|
79
|
-
"@hookform/resolvers": "^5.2.2",
|
|
80
|
-
"dayjs": "^1.11.19",
|
|
81
|
-
"react": "^19.2.1",
|
|
82
|
-
"react-hook-form": "^7.68.0",
|
|
83
|
-
"yup": "^1.7.1"
|
|
84
|
-
},
|
|
85
67
|
"devDependencies": {
|
|
86
|
-
"@types/node": "^
|
|
87
|
-
"@types/react": "~19.
|
|
88
|
-
"@typescript-eslint/eslint-plugin": "^8.
|
|
89
|
-
"@typescript-eslint/parser": "^8.
|
|
90
|
-
"eslint": "^9.
|
|
91
|
-
"eslint-config-prettier": "^10.1
|
|
92
|
-
"eslint-import-resolver-typescript": "^
|
|
93
|
-
"eslint-plugin-import": "^2.
|
|
94
|
-
"eslint-plugin-prettier": "^5.
|
|
95
|
-
"prettier": "^3.
|
|
96
|
-
"prettier-eslint": "^16.4.
|
|
97
|
-
"rimraf": "^6.1
|
|
98
|
-
"tsup": "^8.
|
|
99
|
-
"typescript": "^5.
|
|
100
|
-
"typescript-eslint": "^8.
|
|
68
|
+
"@types/node": "^22.13.4",
|
|
69
|
+
"@types/react": "~19.0.10",
|
|
70
|
+
"@typescript-eslint/eslint-plugin": "^8.20.0",
|
|
71
|
+
"@typescript-eslint/parser": "^8.20.0",
|
|
72
|
+
"eslint": "^9.26.0",
|
|
73
|
+
"eslint-config-prettier": "^10.0.1",
|
|
74
|
+
"eslint-import-resolver-typescript": "^3.6.1",
|
|
75
|
+
"eslint-plugin-import": "^2.29.1",
|
|
76
|
+
"eslint-plugin-prettier": "^5.2.6",
|
|
77
|
+
"prettier": "^3.4.2",
|
|
78
|
+
"prettier-eslint": "^16.4.1",
|
|
79
|
+
"rimraf": "^6.0.1",
|
|
80
|
+
"tsup": "^8.3.6",
|
|
81
|
+
"typescript": "^5.7.3",
|
|
82
|
+
"typescript-eslint": "^8.31.1"
|
|
83
|
+
},
|
|
84
|
+
"dependencies": {
|
|
85
|
+
"@apollo/client": "^3.14.0",
|
|
86
|
+
"@hookform/resolvers": "^4.1.1",
|
|
87
|
+
"dayjs": "^1.11.13",
|
|
88
|
+
"react": "^19.0.0",
|
|
89
|
+
"react-hook-form": "^7.54.2",
|
|
90
|
+
"yup": "^1.6.1"
|
|
101
91
|
}
|
|
102
|
-
}
|
|
92
|
+
}
|