@xxmachina/common 19.0.0-preview.33 → 19.0.0-preview.34
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 +19 -19
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@xxmachina/common",
|
|
3
|
-
"version": "19.0.0-preview.
|
|
3
|
+
"version": "19.0.0-preview.34",
|
|
4
4
|
"license": "MIT",
|
|
5
5
|
"main": "./index.js",
|
|
6
6
|
"types": "./index.d.ts",
|
|
@@ -13,11 +13,11 @@
|
|
|
13
13
|
"@nestjs/common": "10.2.8",
|
|
14
14
|
"@nestjs/graphql": "^11.0.0",
|
|
15
15
|
"@nestjs/passport": "^9.0.3",
|
|
16
|
-
"@ng-atomic/common": "19.0.0-preview.
|
|
17
|
-
"@ng-atomic/components": "19.0.0-preview.
|
|
18
|
-
"@ng-atomic/core": "19.0.0-preview.
|
|
19
|
-
"@nx-ddd/common": "19.0.0-preview.
|
|
20
|
-
"@nx-ddd/core": "19.0.0-preview.
|
|
16
|
+
"@ng-atomic/common": "19.0.0-preview.34",
|
|
17
|
+
"@ng-atomic/components": "19.0.0-preview.34",
|
|
18
|
+
"@ng-atomic/core": "19.0.0-preview.34",
|
|
19
|
+
"@nx-ddd/common": "19.0.0-preview.34",
|
|
20
|
+
"@nx-ddd/core": "19.0.0-preview.34",
|
|
21
21
|
"@tfarras/nestjs-firebase-auth": "^2.0.0",
|
|
22
22
|
"apollo-angular": "^7.0.2",
|
|
23
23
|
"class-transformer": "^0.5.1",
|
|
@@ -43,11 +43,11 @@
|
|
|
43
43
|
"validate-azure-ad-token": "^2.2.0"
|
|
44
44
|
},
|
|
45
45
|
"optionalDependencies": {
|
|
46
|
-
"@nx-ddd/any-func": "19.0.0-preview.
|
|
47
|
-
"@nx-ddd/firestore": "19.0.0-preview.
|
|
48
|
-
"@nx-ddd/google": "19.0.0-preview.
|
|
49
|
-
"@nx-ddd/hasura": "19.0.0-preview.
|
|
50
|
-
"@nx-ddd/notion": "19.0.0-preview.
|
|
46
|
+
"@nx-ddd/any-func": "19.0.0-preview.34",
|
|
47
|
+
"@nx-ddd/firestore": "19.0.0-preview.34",
|
|
48
|
+
"@nx-ddd/google": "19.0.0-preview.34",
|
|
49
|
+
"@nx-ddd/hasura": "19.0.0-preview.34",
|
|
50
|
+
"@nx-ddd/notion": "19.0.0-preview.34",
|
|
51
51
|
"@notionhq/client": "^2.2.15"
|
|
52
52
|
},
|
|
53
53
|
"dependencies": {
|
|
@@ -183,14 +183,6 @@
|
|
|
183
183
|
"types": "./infra/converters/google/index.d.ts",
|
|
184
184
|
"default": "./fesm2022/xxmachina-common-infra-converters-google.mjs"
|
|
185
185
|
},
|
|
186
|
-
"./infra/query/firestore": {
|
|
187
|
-
"types": "./infra/query/firestore/index.d.ts",
|
|
188
|
-
"default": "./fesm2022/xxmachina-common-infra-query-firestore.mjs"
|
|
189
|
-
},
|
|
190
|
-
"./infra/query/hasura": {
|
|
191
|
-
"types": "./infra/query/hasura/index.d.ts",
|
|
192
|
-
"default": "./fesm2022/xxmachina-common-infra-query-hasura.mjs"
|
|
193
|
-
},
|
|
194
186
|
"./infra/external/data-connect": {
|
|
195
187
|
"types": "./infra/external/data-connect/index.d.ts",
|
|
196
188
|
"default": "./fesm2022/xxmachina-common-infra-external-data-connect.mjs"
|
|
@@ -203,6 +195,14 @@
|
|
|
203
195
|
"types": "./infra/external/resend/index.d.ts",
|
|
204
196
|
"default": "./fesm2022/xxmachina-common-infra-external-resend.mjs"
|
|
205
197
|
},
|
|
198
|
+
"./infra/query/firestore": {
|
|
199
|
+
"types": "./infra/query/firestore/index.d.ts",
|
|
200
|
+
"default": "./fesm2022/xxmachina-common-infra-query-firestore.mjs"
|
|
201
|
+
},
|
|
202
|
+
"./infra/query/hasura": {
|
|
203
|
+
"types": "./infra/query/hasura/index.d.ts",
|
|
204
|
+
"default": "./fesm2022/xxmachina-common-infra-query-hasura.mjs"
|
|
205
|
+
},
|
|
206
206
|
"./infra/repository/dataconnect": {
|
|
207
207
|
"types": "./infra/repository/dataconnect/index.d.ts",
|
|
208
208
|
"default": "./fesm2022/xxmachina-common-infra-repository-dataconnect.mjs"
|