@unchainedshop/core 2.15.0 → 2.15.1
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 +24 -24
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@unchainedshop/core",
|
|
3
|
-
"version": "2.15.
|
|
3
|
+
"version": "2.15.1",
|
|
4
4
|
"main": "lib/core-index.js",
|
|
5
5
|
"exports": {
|
|
6
6
|
".": "./lib/core-index.js",
|
|
@@ -31,32 +31,32 @@
|
|
|
31
31
|
},
|
|
32
32
|
"homepage": "https://github.com/unchainedshop/unchained#readme",
|
|
33
33
|
"dependencies": {
|
|
34
|
-
"@unchainedshop/core-accountsjs": "^2.15.
|
|
35
|
-
"@unchainedshop/core-assortments": "^2.15.
|
|
36
|
-
"@unchainedshop/core-bookmarks": "^2.15.
|
|
37
|
-
"@unchainedshop/core-countries": "^2.15.
|
|
38
|
-
"@unchainedshop/core-currencies": "^2.15.
|
|
39
|
-
"@unchainedshop/core-delivery": "^2.15.
|
|
40
|
-
"@unchainedshop/core-enrollments": "^2.15.
|
|
41
|
-
"@unchainedshop/core-events": "^2.15.
|
|
42
|
-
"@unchainedshop/core-files": "^2.15.
|
|
43
|
-
"@unchainedshop/core-filters": "^2.15.
|
|
44
|
-
"@unchainedshop/core-languages": "^2.15.
|
|
45
|
-
"@unchainedshop/core-messaging": "^2.15.
|
|
46
|
-
"@unchainedshop/core-orders": "^2.15.
|
|
47
|
-
"@unchainedshop/core-payment": "^2.15.
|
|
48
|
-
"@unchainedshop/core-products": "^2.15.
|
|
49
|
-
"@unchainedshop/core-quotations": "^2.15.
|
|
50
|
-
"@unchainedshop/core-users": "^2.15.
|
|
51
|
-
"@unchainedshop/core-warehousing": "^2.15.
|
|
52
|
-
"@unchainedshop/core-worker": "^2.15.
|
|
53
|
-
"@unchainedshop/logger": "^2.15.
|
|
34
|
+
"@unchainedshop/core-accountsjs": "^2.15.1",
|
|
35
|
+
"@unchainedshop/core-assortments": "^2.15.1",
|
|
36
|
+
"@unchainedshop/core-bookmarks": "^2.15.1",
|
|
37
|
+
"@unchainedshop/core-countries": "^2.15.1",
|
|
38
|
+
"@unchainedshop/core-currencies": "^2.15.1",
|
|
39
|
+
"@unchainedshop/core-delivery": "^2.15.1",
|
|
40
|
+
"@unchainedshop/core-enrollments": "^2.15.1",
|
|
41
|
+
"@unchainedshop/core-events": "^2.15.1",
|
|
42
|
+
"@unchainedshop/core-files": "^2.15.1",
|
|
43
|
+
"@unchainedshop/core-filters": "^2.15.1",
|
|
44
|
+
"@unchainedshop/core-languages": "^2.15.1",
|
|
45
|
+
"@unchainedshop/core-messaging": "^2.15.1",
|
|
46
|
+
"@unchainedshop/core-orders": "^2.15.1",
|
|
47
|
+
"@unchainedshop/core-payment": "^2.15.1",
|
|
48
|
+
"@unchainedshop/core-products": "^2.15.1",
|
|
49
|
+
"@unchainedshop/core-quotations": "^2.15.1",
|
|
50
|
+
"@unchainedshop/core-users": "^2.15.1",
|
|
51
|
+
"@unchainedshop/core-warehousing": "^2.15.1",
|
|
52
|
+
"@unchainedshop/core-worker": "^2.15.1",
|
|
53
|
+
"@unchainedshop/logger": "^2.15.1"
|
|
54
54
|
},
|
|
55
55
|
"devDependencies": {
|
|
56
|
-
"@types/node": "^22.7.
|
|
57
|
-
"@unchainedshop/types": "^2.15.
|
|
56
|
+
"@types/node": "^22.7.5",
|
|
57
|
+
"@unchainedshop/types": "^2.15.1",
|
|
58
58
|
"jest": "^29.7.0",
|
|
59
59
|
"ts-jest": "^29.2.5",
|
|
60
|
-
"typescript": "^5.6.
|
|
60
|
+
"typescript": "^5.6.3"
|
|
61
61
|
}
|
|
62
62
|
}
|