Skip to content

Commit 06418ce

Browse files
committed
feat(order): add magento driver auto entrypoint
1 parent 732c082 commit 06418ce

5 files changed

Lines changed: 45 additions & 1 deletion

File tree

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
{
2+
"$schema": "../../../../../node_modules/ng-packagr/ng-entrypoint.schema.json",
3+
"lib": {
4+
"entryFile": "src/index.ts"
5+
}
6+
}
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
export {};
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
{
2+
"$schema": "../../../../../../node_modules/ng-packagr/ng-entrypoint.schema.json",
3+
"lib": {
4+
"entryFile": "src/index.ts"
5+
}
6+
}
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
export {};

libs/order/package.json

Lines changed: 31 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,5 +41,35 @@
4141
"@daffodil/core": "0.0.0-PLACEHOLDER",
4242
"@daffodil/geography": "0.0.0-PLACEHOLDER",
4343
"@daffodil/product": "0.0.0-PLACEHOLDER"
44-
}
44+
},
45+
"exports": {
46+
"./driver/magento/auto": {
47+
"order-magento-2.4.0": {
48+
"types": "./driver/magento/2.4.0/index.d.ts",
49+
"default": "./fesm2022/daffodil-order-driver-magento-2.4.0.mjs"
50+
},
51+
"order-magento-2.4.1": {
52+
"types": "./driver/magento/2.4.1/index.d.ts",
53+
"default": "./fesm2022/daffodil-order-driver-magento-2.4.1.mjs"
54+
},
55+
"default": {
56+
"types": "./driver/magento/2.4.1/index.d.ts",
57+
"default": "./fesm2022/daffodil-order-driver-magento-2.4.1.mjs"
58+
}
59+
},
60+
"./driver/magento/auto/testing": {
61+
"order-magento-2.4.0": {
62+
"types": "./driver/magento/2.4.0/testing/index.d.ts",
63+
"default": "./fesm2022/daffodil-order-driver-magento-2.4.0-testing.mjs"
64+
},
65+
"order-magento-2.4.1": {
66+
"types": "./driver/magento/2.4.1/testing/index.d.ts",
67+
"default": "./fesm2022/daffodil-order-driver-magento-2.4.1-testing.mjs"
68+
},
69+
"default": {
70+
"types": "./driver/magento/2.4.1/testing/index.d.ts",
71+
"default": "./fesm2022/daffodil-order-driver-magento-2.4.1-testing.mjs"
72+
}
73+
}
74+
}
4575
}

0 commit comments

Comments
 (0)