@appcorp/stellar-solutions-modules 0.1.61 → 0.1.63
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.
|
@@ -22,7 +22,7 @@ var enhanced_table_1 = require("@appcorp/shadcn/components/enhanced-table");
|
|
|
22
22
|
/**
|
|
23
23
|
* Default page limit for pagination
|
|
24
24
|
*/
|
|
25
|
-
exports.pageLimit = Number(process.env.
|
|
25
|
+
exports.pageLimit = Number(process.env.NEXT_PUBLIC_PAGE_LIMIT_BANK);
|
|
26
26
|
// ============================================================================
|
|
27
27
|
// API ROUTES
|
|
28
28
|
// ============================================================================
|
|
@@ -22,7 +22,7 @@ var enhanced_table_1 = require("@appcorp/shadcn/components/enhanced-table");
|
|
|
22
22
|
/**
|
|
23
23
|
* Default page limit for pagination
|
|
24
24
|
*/
|
|
25
|
-
exports.pageLimit = Number(process.env.
|
|
25
|
+
exports.pageLimit = Number(process.env.NEXT_PUBLIC_PAGE_LIMIT_BRANCH);
|
|
26
26
|
// ============================================================================
|
|
27
27
|
// API ROUTES
|
|
28
28
|
// ============================================================================
|
|
@@ -21,7 +21,7 @@ var enhanced_table_1 = require("@appcorp/shadcn/components/enhanced-table");
|
|
|
21
21
|
/**
|
|
22
22
|
* Default page limit for pagination
|
|
23
23
|
*/
|
|
24
|
-
exports.pageLimit = Number(process.env.
|
|
24
|
+
exports.pageLimit = Number(process.env.NEXT_PUBLIC_PAGE_LIMIT_CURRENCY);
|
|
25
25
|
// ============================================================================
|
|
26
26
|
// API ROUTES
|
|
27
27
|
// ============================================================================
|
|
@@ -22,7 +22,7 @@ var enhanced_table_1 = require("@appcorp/shadcn/components/enhanced-table");
|
|
|
22
22
|
/**
|
|
23
23
|
* Default page limit for pagination
|
|
24
24
|
*/
|
|
25
|
-
exports.pageLimit = Number(process.env.
|
|
25
|
+
exports.pageLimit = Number(process.env.NEXT_PUBLIC_PAGE_LIMIT_PAYMENT_MODE);
|
|
26
26
|
// ============================================================================
|
|
27
27
|
// API ROUTES
|
|
28
28
|
// ============================================================================
|
|
@@ -22,7 +22,7 @@ var enhanced_table_1 = require("@appcorp/shadcn/components/enhanced-table");
|
|
|
22
22
|
/**
|
|
23
23
|
* Default page limit for pagination
|
|
24
24
|
*/
|
|
25
|
-
exports.pageLimit = Number(process.env.
|
|
25
|
+
exports.pageLimit = Number(process.env.NEXT_PUBLIC_PAGE_LIMIT_TAX);
|
|
26
26
|
// ============================================================================
|
|
27
27
|
// API ROUTES
|
|
28
28
|
// ============================================================================
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@appcorp/stellar-solutions-modules",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.63",
|
|
4
4
|
"scripts": {
|
|
5
5
|
"automate": "./automate.sh",
|
|
6
6
|
"build": "yarn clean && yarn build:ts && cp package.json lib && cp README.md lib && cp yarn.lock lib",
|
|
@@ -34,7 +34,7 @@
|
|
|
34
34
|
"@radix-ui/react-separator": "^1.1.7",
|
|
35
35
|
"@radix-ui/react-slot": "^1.2.3",
|
|
36
36
|
"@radix-ui/react-switch": "^1.2.6",
|
|
37
|
-
"@react-pakistan/util-functions": "^1.24.
|
|
37
|
+
"@react-pakistan/util-functions": "^1.24.80",
|
|
38
38
|
"@supabase/supabase-js": "^2",
|
|
39
39
|
"@tailwindcss/forms": "^0",
|
|
40
40
|
"@tailwindcss/postcss": "^4",
|