@unchainedshop/plugins 4.8.21 → 4.8.22
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/package.json +18 -9
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@unchainedshop/plugins",
|
|
3
3
|
"description": "Official plugin collection for the Unchained Engine with payment, delivery, and pricing adapters",
|
|
4
|
-
"version": "4.8.
|
|
4
|
+
"version": "4.8.22",
|
|
5
5
|
"main": "lib/plugins-index.js",
|
|
6
6
|
"types": "lib/plugins-index.d.ts",
|
|
7
7
|
"exports": {
|
|
@@ -38,8 +38,12 @@
|
|
|
38
38
|
"homepage": "https://github.com/unchainedshop/unchained#readme",
|
|
39
39
|
"dependencies": {
|
|
40
40
|
"@unchainedshop/api": "^4.8.12",
|
|
41
|
+
"@unchainedshop/core": "^4.8.12",
|
|
42
|
+
"@unchainedshop/core-countries": "^4.8.12",
|
|
41
43
|
"@unchainedshop/core-delivery": "^4.8.12",
|
|
42
44
|
"@unchainedshop/core-enrollments": "^4.8.12",
|
|
45
|
+
"@unchainedshop/core-files": "^4.8.12",
|
|
46
|
+
"@unchainedshop/core-languages": "^4.8.12",
|
|
43
47
|
"@unchainedshop/core-orders": "^4.8.12",
|
|
44
48
|
"@unchainedshop/core-payment": "^4.8.12",
|
|
45
49
|
"@unchainedshop/core-products": "^4.8.12",
|
|
@@ -49,21 +53,23 @@
|
|
|
49
53
|
"@unchainedshop/events": "^4.8.12",
|
|
50
54
|
"@unchainedshop/file-upload": "^4.8.12",
|
|
51
55
|
"@unchainedshop/logger": "^4.8.12",
|
|
56
|
+
"@unchainedshop/mongodb": "^4.8.12",
|
|
52
57
|
"@unchainedshop/utils": "^4.8.12"
|
|
53
58
|
},
|
|
54
59
|
"peerDependencies": {
|
|
55
60
|
"@aws-sdk/client-eventbridge": ">= 3.714 < 4",
|
|
61
|
+
"@noble/curves": "^2.0.0",
|
|
62
|
+
"@noble/hashes": "^2.0.0",
|
|
56
63
|
"@paypal/checkout-server-sdk": "1.x",
|
|
57
64
|
"@redis/client": ">= 1 < 7",
|
|
58
65
|
"@scure/bip32": ">= 2",
|
|
59
66
|
"@scure/btc-signer": ">= 2",
|
|
67
|
+
"braintree": ">= 3 < 4",
|
|
60
68
|
"mime": ">= 4 < 5",
|
|
61
|
-
"expiry-map": "2.x",
|
|
62
69
|
"express": ">= 5 < 6",
|
|
63
70
|
"fastify": ">= 5.2 < 6",
|
|
64
71
|
"minio": "8.x",
|
|
65
72
|
"nodemailer": ">= 6.9 < 10",
|
|
66
|
-
"p-memoize": "8.x",
|
|
67
73
|
"stripe": ">= 19 < 23",
|
|
68
74
|
"web-push": ">= 3.6 <4",
|
|
69
75
|
"xml-js": ">= 1.6 < 2"
|
|
@@ -72,6 +78,12 @@
|
|
|
72
78
|
"@aws-sdk/client-eventbridge": {
|
|
73
79
|
"optional": true
|
|
74
80
|
},
|
|
81
|
+
"@noble/curves": {
|
|
82
|
+
"optional": true
|
|
83
|
+
},
|
|
84
|
+
"@noble/hashes": {
|
|
85
|
+
"optional": true
|
|
86
|
+
},
|
|
75
87
|
"@paypal/checkout-server-sdk": {
|
|
76
88
|
"optional": true
|
|
77
89
|
},
|
|
@@ -84,7 +96,7 @@
|
|
|
84
96
|
"@scure/btc-signer": {
|
|
85
97
|
"optional": true
|
|
86
98
|
},
|
|
87
|
-
"
|
|
99
|
+
"braintree": {
|
|
88
100
|
"optional": true
|
|
89
101
|
},
|
|
90
102
|
"express": {
|
|
@@ -99,9 +111,6 @@
|
|
|
99
111
|
"nodemailer": {
|
|
100
112
|
"optional": true
|
|
101
113
|
},
|
|
102
|
-
"p-memoize": {
|
|
103
|
-
"optional": true
|
|
104
|
-
},
|
|
105
114
|
"stripe": {
|
|
106
115
|
"optional": true
|
|
107
116
|
},
|
|
@@ -113,18 +122,18 @@
|
|
|
113
122
|
}
|
|
114
123
|
},
|
|
115
124
|
"devDependencies": {
|
|
125
|
+
"@noble/curves": "^2.0.0",
|
|
126
|
+
"@noble/hashes": "^2.0.0",
|
|
116
127
|
"@paypal/checkout-server-sdk": "^1.0.3",
|
|
117
128
|
"@redis/client": "^6.0.0",
|
|
118
129
|
"@scure/bip32": "^2.0.0",
|
|
119
130
|
"@scure/btc-signer": "^2.0.0",
|
|
120
131
|
"@types/express": "^5.0.3",
|
|
121
132
|
"@types/node": "^26.2.0",
|
|
122
|
-
"expiry-map": "^2.0.0",
|
|
123
133
|
"express": "^5.1.0",
|
|
124
134
|
"fastify": "^5.12.1",
|
|
125
135
|
"minio": "^8.0.5",
|
|
126
136
|
"nodemailer": "^9.0.0",
|
|
127
|
-
"p-memoize": "^8.0.0",
|
|
128
137
|
"stripe": "^22.0.2",
|
|
129
138
|
"typescript": "^5.8.3",
|
|
130
139
|
"web-push": "^3.6.7",
|