@unchainedshop/plugins 3.0.0-rc4 → 3.0.0-rc5
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 +99 -19
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@unchainedshop/plugins",
|
|
3
|
-
"version": "3.0.0-
|
|
3
|
+
"version": "3.0.0-rc5",
|
|
4
4
|
"main": "lib/plugins-index.js",
|
|
5
5
|
"types": "lib/plugins-index.d.ts",
|
|
6
6
|
"exports": {
|
|
@@ -32,31 +32,31 @@
|
|
|
32
32
|
},
|
|
33
33
|
"homepage": "https://github.com/unchainedshop/unchained#readme",
|
|
34
34
|
"dependencies": {
|
|
35
|
-
"@
|
|
36
|
-
"@unchainedshop/
|
|
37
|
-
"@unchainedshop/core-
|
|
38
|
-
"@unchainedshop/core-
|
|
39
|
-
"@unchainedshop/core-
|
|
40
|
-
"@unchainedshop/core-
|
|
41
|
-
"@unchainedshop/core-
|
|
42
|
-
"@unchainedshop/core-
|
|
43
|
-
"@unchainedshop/
|
|
44
|
-
"@unchainedshop/
|
|
45
|
-
"@unchainedshop/
|
|
46
|
-
"@unchainedshop/
|
|
35
|
+
"@breejs/later": "^4.2.0",
|
|
36
|
+
"@unchainedshop/api": "^3.0.0-rc5",
|
|
37
|
+
"@unchainedshop/core-delivery": "^3.0.0-rc5",
|
|
38
|
+
"@unchainedshop/core-enrollments": "^3.0.0-rc5",
|
|
39
|
+
"@unchainedshop/core-orders": "^3.0.0-rc5",
|
|
40
|
+
"@unchainedshop/core-payment": "^3.0.0-rc5",
|
|
41
|
+
"@unchainedshop/core-products": "^3.0.0-rc5",
|
|
42
|
+
"@unchainedshop/core-warehousing": "^3.0.0-rc5",
|
|
43
|
+
"@unchainedshop/core-worker": "^3.0.0-rc5",
|
|
44
|
+
"@unchainedshop/events": "^3.0.0-rc5",
|
|
45
|
+
"@unchainedshop/file-upload": "^3.0.0-rc5",
|
|
46
|
+
"@unchainedshop/logger": "^3.0.0-rc5",
|
|
47
|
+
"@unchainedshop/utils": "^3.0.0-rc5",
|
|
48
|
+
"event-iterator": "^2.0.0",
|
|
49
|
+
"JSONStream": "^1.3.5"
|
|
47
50
|
},
|
|
48
|
-
"
|
|
51
|
+
"peerDependencies": {
|
|
49
52
|
"@aws-sdk/client-eventbridge": "^3.714.0",
|
|
50
|
-
"@breejs/later": "^4.2.0",
|
|
51
53
|
"@paypal/checkout-server-sdk": "^1.0.3",
|
|
52
54
|
"@redis/client": "^1.6.0",
|
|
53
55
|
"bip32": "^4.0.0",
|
|
54
56
|
"bitcoinjs-lib": "^6.1.7",
|
|
55
57
|
"ethers": "^6.13.4",
|
|
56
|
-
"event-iterator": "^2.0.0",
|
|
57
58
|
"expiry-map": "^2.0.0",
|
|
58
|
-
"express": "^
|
|
59
|
-
"JSONStream": "^1.3.5",
|
|
59
|
+
"express": "^5.0.1",
|
|
60
60
|
"mime-types": "^2.1.35",
|
|
61
61
|
"minio": "^8.0.2",
|
|
62
62
|
"nodemailer": "^6.9.16",
|
|
@@ -69,10 +69,90 @@
|
|
|
69
69
|
"web-push": "^3.6.7",
|
|
70
70
|
"xml-js": "^1.6.11"
|
|
71
71
|
},
|
|
72
|
+
"peerDependenciesMeta": {
|
|
73
|
+
"@aws-sdk/client-eventbridge": {
|
|
74
|
+
"optional": true
|
|
75
|
+
},
|
|
76
|
+
"@paypal/checkout-server-sdk": {
|
|
77
|
+
"optional": true
|
|
78
|
+
},
|
|
79
|
+
"@redis/client": {
|
|
80
|
+
"optional": true
|
|
81
|
+
},
|
|
82
|
+
"bip32": {
|
|
83
|
+
"optional": true
|
|
84
|
+
},
|
|
85
|
+
"bitcoinjs-lib": {
|
|
86
|
+
"optional": true
|
|
87
|
+
},
|
|
88
|
+
"ethers": {
|
|
89
|
+
"optional": true
|
|
90
|
+
},
|
|
91
|
+
"expiry-map": {
|
|
92
|
+
"optional": true
|
|
93
|
+
},
|
|
94
|
+
"express": {
|
|
95
|
+
"optional": true
|
|
96
|
+
},
|
|
97
|
+
"mime-types": {
|
|
98
|
+
"optional": true
|
|
99
|
+
},
|
|
100
|
+
"minio": {
|
|
101
|
+
"optional": true
|
|
102
|
+
},
|
|
103
|
+
"nodemailer": {
|
|
104
|
+
"optional": true
|
|
105
|
+
},
|
|
106
|
+
"open": {
|
|
107
|
+
"optional": true
|
|
108
|
+
},
|
|
109
|
+
"p-memoize": {
|
|
110
|
+
"optional": true
|
|
111
|
+
},
|
|
112
|
+
"postfinancecheckout": {
|
|
113
|
+
"optional": true
|
|
114
|
+
},
|
|
115
|
+
"stripe": {
|
|
116
|
+
"optional": true
|
|
117
|
+
},
|
|
118
|
+
"tiny-secp256k1": {
|
|
119
|
+
"optional": true
|
|
120
|
+
},
|
|
121
|
+
"twilio": {
|
|
122
|
+
"optional": true
|
|
123
|
+
},
|
|
124
|
+
"web-push": {
|
|
125
|
+
"optional": true
|
|
126
|
+
},
|
|
127
|
+
"xml-js": {
|
|
128
|
+
"optional": true
|
|
129
|
+
}
|
|
130
|
+
},
|
|
72
131
|
"devDependencies": {
|
|
132
|
+
"@aws-sdk/client-eventbridge": "^3.714.0",
|
|
133
|
+
"@breejs/later": "^4.2.0",
|
|
134
|
+
"@paypal/checkout-server-sdk": "^1.0.3",
|
|
135
|
+
"@redis/client": "^1.6.0",
|
|
136
|
+
"@types/express": "^5.0.0",
|
|
73
137
|
"@types/node": "^22.10.2",
|
|
138
|
+
"bip32": "^4.0.0",
|
|
139
|
+
"bitcoinjs-lib": "^6.1.7",
|
|
140
|
+
"ethers": "^6.13.4",
|
|
141
|
+
"expiry-map": "^2.0.0",
|
|
142
|
+
"express": "^5.0.1",
|
|
74
143
|
"jest": "^29.7.0",
|
|
144
|
+
"mime-types": "^2.1.35",
|
|
145
|
+
"minio": "^8.0.3",
|
|
146
|
+
"nodemailer": "^6.9.16",
|
|
147
|
+
"open": "^10.1.0",
|
|
148
|
+
"p-memoize": "^7.1.1",
|
|
149
|
+
"postfinancecheckout": "^4.5.0",
|
|
150
|
+
"stripe": "^17.4.0",
|
|
151
|
+
"tiny-secp256k1": "^2.2.3",
|
|
75
152
|
"ts-jest": "^29.2.5",
|
|
76
|
-
"
|
|
153
|
+
"twilio": "^5.4.0",
|
|
154
|
+
"typescript": "^5.7.2",
|
|
155
|
+
"web-push": "^3.6.7",
|
|
156
|
+
"xml-js": "^1.6.11"
|
|
77
157
|
}
|
|
78
158
|
}
|