@unchainedshop/core 2.11.3 → 2.12.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/lib/core-index.d.ts +1 -0
- package/lib/core-index.d.ts.map +1 -0
- package/package.json +24 -24
package/lib/core-index.d.ts
CHANGED
|
@@ -1,2 +1,3 @@
|
|
|
1
1
|
import { UnchainedCore, UnchainedCoreOptions } from '@unchainedshop/types/core.js';
|
|
2
2
|
export declare const initCore: ({ db, migrationRepository, modules, services, bulkImporter, options, }: UnchainedCoreOptions) => Promise<UnchainedCore>;
|
|
3
|
+
//# sourceMappingURL=core-index.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"core-index.d.ts","sourceRoot":"","sources":["../src/core-index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,aAAa,EAAE,oBAAoB,EAAE,MAAM,8BAA8B,CAAC;AAqBnF,eAAO,MAAM,QAAQ,2EAOlB,oBAAoB,KAAG,OAAO,CAAC,aAAa,CA0I9C,CAAC"}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@unchainedshop/core",
|
|
3
|
-
"version": "2.
|
|
3
|
+
"version": "2.12.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.
|
|
35
|
-
"@unchainedshop/core-assortments": "^2.
|
|
36
|
-
"@unchainedshop/core-bookmarks": "^2.
|
|
37
|
-
"@unchainedshop/core-countries": "^2.
|
|
38
|
-
"@unchainedshop/core-currencies": "^2.
|
|
39
|
-
"@unchainedshop/core-delivery": "^2.
|
|
40
|
-
"@unchainedshop/core-enrollments": "^2.
|
|
41
|
-
"@unchainedshop/core-events": "^2.
|
|
42
|
-
"@unchainedshop/core-files": "^2.
|
|
43
|
-
"@unchainedshop/core-filters": "^2.
|
|
44
|
-
"@unchainedshop/core-languages": "^2.
|
|
45
|
-
"@unchainedshop/core-messaging": "^2.
|
|
46
|
-
"@unchainedshop/core-orders": "^2.
|
|
47
|
-
"@unchainedshop/core-payment": "^2.
|
|
48
|
-
"@unchainedshop/core-products": "^2.
|
|
49
|
-
"@unchainedshop/core-quotations": "^2.
|
|
50
|
-
"@unchainedshop/core-users": "^2.
|
|
51
|
-
"@unchainedshop/core-warehousing": "^2.
|
|
52
|
-
"@unchainedshop/core-worker": "^2.
|
|
53
|
-
"@unchainedshop/logger": "^2.
|
|
34
|
+
"@unchainedshop/core-accountsjs": "^2.12.1",
|
|
35
|
+
"@unchainedshop/core-assortments": "^2.12.1",
|
|
36
|
+
"@unchainedshop/core-bookmarks": "^2.12.1",
|
|
37
|
+
"@unchainedshop/core-countries": "^2.12.1",
|
|
38
|
+
"@unchainedshop/core-currencies": "^2.12.1",
|
|
39
|
+
"@unchainedshop/core-delivery": "^2.12.1",
|
|
40
|
+
"@unchainedshop/core-enrollments": "^2.12.1",
|
|
41
|
+
"@unchainedshop/core-events": "^2.12.1",
|
|
42
|
+
"@unchainedshop/core-files": "^2.12.1",
|
|
43
|
+
"@unchainedshop/core-filters": "^2.12.1",
|
|
44
|
+
"@unchainedshop/core-languages": "^2.12.1",
|
|
45
|
+
"@unchainedshop/core-messaging": "^2.12.1",
|
|
46
|
+
"@unchainedshop/core-orders": "^2.12.1",
|
|
47
|
+
"@unchainedshop/core-payment": "^2.12.1",
|
|
48
|
+
"@unchainedshop/core-products": "^2.12.1",
|
|
49
|
+
"@unchainedshop/core-quotations": "^2.12.1",
|
|
50
|
+
"@unchainedshop/core-users": "^2.12.1",
|
|
51
|
+
"@unchainedshop/core-warehousing": "^2.12.1",
|
|
52
|
+
"@unchainedshop/core-worker": "^2.12.1",
|
|
53
|
+
"@unchainedshop/logger": "^2.12.1"
|
|
54
54
|
},
|
|
55
55
|
"devDependencies": {
|
|
56
|
-
"@types/node": "^20.14.
|
|
57
|
-
"@unchainedshop/types": "^2.
|
|
56
|
+
"@types/node": "^20.14.10",
|
|
57
|
+
"@unchainedshop/types": "^2.12.1",
|
|
58
58
|
"jest": "^29.7.0",
|
|
59
59
|
"ts-jest": "^29.1.5",
|
|
60
|
-
"typescript": "^5.
|
|
60
|
+
"typescript": "^5.5.3"
|
|
61
61
|
}
|
|
62
62
|
}
|