@appcorp/stellar-solutions-invoice-module 0.1.39 → 0.1.41
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/base-modules/invoice/context.js +1 -1
- package/package.json +12 -13
|
@@ -374,7 +374,7 @@ var useInvoiceState = function () {
|
|
|
374
374
|
}
|
|
375
375
|
if (validationResult === null || validationResult === void 0 ? void 0 : validationResult.success) {
|
|
376
376
|
updateFetchNow(undefined, {
|
|
377
|
-
body: JSON.stringify(__assign({}, updatedParams)),
|
|
377
|
+
body: JSON.stringify(__assign(__assign({}, updatedParams), { products: updatedParams.products.filter(function (item) { return item.id; }), services: updatedParams.services.filter(function (item) { return item.name; }) })),
|
|
378
378
|
});
|
|
379
379
|
}
|
|
380
380
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@appcorp/stellar-solutions-invoice-module",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.41",
|
|
4
4
|
"scripts": {
|
|
5
5
|
"build": "yarn clean && yarn build:ts && cp package.json lib && cp README.md lib",
|
|
6
6
|
"build:next": "next build",
|
|
@@ -18,16 +18,15 @@
|
|
|
18
18
|
},
|
|
19
19
|
"dependencies": {},
|
|
20
20
|
"devDependencies": {
|
|
21
|
-
"@appcorp/app-corp-
|
|
22
|
-
"@appcorp/
|
|
23
|
-
"@appcorp/stellar-solutions-company-module": "^0.1.16",
|
|
21
|
+
"@appcorp/app-corp-vista": "^0.2.61",
|
|
22
|
+
"@appcorp/stellar-solutions-company-module": "^0.1.17",
|
|
24
23
|
"@appcorp/stellar-solutions-modules": "^0.1.5",
|
|
25
|
-
"@appcorp/stellar-solutions-product-module": "^0.1.
|
|
24
|
+
"@appcorp/stellar-solutions-product-module": "^0.1.88",
|
|
26
25
|
"@eslint/eslintrc": "^3",
|
|
27
|
-
"@headlessui/react": "^2
|
|
28
|
-
"@heroicons/react": "^2
|
|
29
|
-
"@react-pakistan/util-functions": "^1.24.
|
|
30
|
-
"@supabase/supabase-js": "^2
|
|
26
|
+
"@headlessui/react": "^2",
|
|
27
|
+
"@heroicons/react": "^2",
|
|
28
|
+
"@react-pakistan/util-functions": "^1.24.25",
|
|
29
|
+
"@supabase/supabase-js": "^2",
|
|
31
30
|
"@tailwindcss/forms": "^0.5.10",
|
|
32
31
|
"@tailwindcss/postcss": "^4",
|
|
33
32
|
"@types/node": "^22",
|
|
@@ -45,15 +44,15 @@
|
|
|
45
44
|
"react-copy-to-clipboard": "^5",
|
|
46
45
|
"react-dom": "^19",
|
|
47
46
|
"react-hot-toast": "^2",
|
|
48
|
-
"react-photo-view": "^1
|
|
47
|
+
"react-photo-view": "^1",
|
|
49
48
|
"react-slick": "^0",
|
|
50
49
|
"react-tooltip": "^5",
|
|
51
|
-
"rimraf": "^6
|
|
50
|
+
"rimraf": "^6",
|
|
52
51
|
"slick-carousel": "^1",
|
|
53
52
|
"tailwindcss": "^4",
|
|
54
53
|
"typescript": "^5",
|
|
55
|
-
"uuid": "^11
|
|
56
|
-
"webp-converter-browser": "^1
|
|
54
|
+
"uuid": "^11",
|
|
55
|
+
"webp-converter-browser": "^1",
|
|
57
56
|
"zod": "^3"
|
|
58
57
|
}
|
|
59
58
|
}
|