@nx-ddd/common 19.0.0-preview.34 → 19.0.0-preview.35
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 +14 -14
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@nx-ddd/common",
|
|
3
|
-
"version": "19.0.0-preview.
|
|
3
|
+
"version": "19.0.0-preview.35",
|
|
4
4
|
"license": "MIT",
|
|
5
5
|
"peerDependencies": {
|
|
6
6
|
"@angular/core": "19.1.4",
|
|
@@ -15,7 +15,7 @@
|
|
|
15
15
|
"reflect-metadata": "^0.1.13",
|
|
16
16
|
"rxjs": "^7.8.0",
|
|
17
17
|
"stripe": "^14.15.0",
|
|
18
|
-
"@nx-ddd/core": "19.0.0-preview.
|
|
18
|
+
"@nx-ddd/core": "19.0.0-preview.35",
|
|
19
19
|
"playwright": "^1.49.1",
|
|
20
20
|
"puppeteer-chromium-resolver": "^23.0.0",
|
|
21
21
|
"xlsx": "^0.18.5"
|
|
@@ -57,14 +57,14 @@
|
|
|
57
57
|
"types": "./infrastructure/externals/firebase-admin/index.d.ts",
|
|
58
58
|
"default": "./fesm2022/nx-ddd-common-infrastructure-externals-firebase-admin.mjs"
|
|
59
59
|
},
|
|
60
|
-
"./infrastructure/externals/openai": {
|
|
61
|
-
"types": "./infrastructure/externals/openai/index.d.ts",
|
|
62
|
-
"default": "./fesm2022/nx-ddd-common-infrastructure-externals-openai.mjs"
|
|
63
|
-
},
|
|
64
60
|
"./infrastructure/externals/stripe": {
|
|
65
61
|
"types": "./infrastructure/externals/stripe/index.d.ts",
|
|
66
62
|
"default": "./fesm2022/nx-ddd-common-infrastructure-externals-stripe.mjs"
|
|
67
63
|
},
|
|
64
|
+
"./infrastructure/externals/openai": {
|
|
65
|
+
"types": "./infrastructure/externals/openai/index.d.ts",
|
|
66
|
+
"default": "./fesm2022/nx-ddd-common-infrastructure-externals-openai.mjs"
|
|
67
|
+
},
|
|
68
68
|
"./infrastructure/repo/excel": {
|
|
69
69
|
"types": "./infrastructure/repo/excel/index.d.ts",
|
|
70
70
|
"default": "./fesm2022/nx-ddd-common-infrastructure-repo-excel.mjs"
|
|
@@ -85,14 +85,6 @@
|
|
|
85
85
|
"types": "./infrastructure/externals/firebase-admin/token/index.d.ts",
|
|
86
86
|
"default": "./fesm2022/nx-ddd-common-infrastructure-externals-firebase-admin-token.mjs"
|
|
87
87
|
},
|
|
88
|
-
"./infrastructure/externals/openai/impl": {
|
|
89
|
-
"types": "./infrastructure/externals/openai/impl/index.d.ts",
|
|
90
|
-
"default": "./fesm2022/nx-ddd-common-infrastructure-externals-openai-impl.mjs"
|
|
91
|
-
},
|
|
92
|
-
"./infrastructure/externals/openai/token": {
|
|
93
|
-
"types": "./infrastructure/externals/openai/token/index.d.ts",
|
|
94
|
-
"default": "./fesm2022/nx-ddd-common-infrastructure-externals-openai-token.mjs"
|
|
95
|
-
},
|
|
96
88
|
"./infrastructure/externals/stripe/impl": {
|
|
97
89
|
"types": "./infrastructure/externals/stripe/impl/index.d.ts",
|
|
98
90
|
"default": "./fesm2022/nx-ddd-common-infrastructure-externals-stripe-impl.mjs"
|
|
@@ -101,6 +93,14 @@
|
|
|
101
93
|
"types": "./infrastructure/externals/stripe/token/index.d.ts",
|
|
102
94
|
"default": "./fesm2022/nx-ddd-common-infrastructure-externals-stripe-token.mjs"
|
|
103
95
|
},
|
|
96
|
+
"./infrastructure/externals/openai/impl": {
|
|
97
|
+
"types": "./infrastructure/externals/openai/impl/index.d.ts",
|
|
98
|
+
"default": "./fesm2022/nx-ddd-common-infrastructure-externals-openai-impl.mjs"
|
|
99
|
+
},
|
|
100
|
+
"./infrastructure/externals/openai/token": {
|
|
101
|
+
"types": "./infrastructure/externals/openai/token/index.d.ts",
|
|
102
|
+
"default": "./fesm2022/nx-ddd-common-infrastructure-externals-openai-token.mjs"
|
|
103
|
+
},
|
|
104
104
|
"./infrastructure/repo/excel/impl": {
|
|
105
105
|
"types": "./infrastructure/repo/excel/impl/index.d.ts",
|
|
106
106
|
"default": "./fesm2022/nx-ddd-common-infrastructure-repo-excel-impl.mjs"
|