@xxmachina/common 19.12.4 → 19.12.6
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.12.
|
|
3
|
+
"version": "19.12.6",
|
|
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.12.
|
|
17
|
-
"@ng-atomic/components": "19.12.
|
|
18
|
-
"@ng-atomic/core": "19.12.
|
|
19
|
-
"@nx-ddd/common": "19.12.
|
|
20
|
-
"@nx-ddd/core": "19.12.
|
|
16
|
+
"@ng-atomic/common": "19.12.6",
|
|
17
|
+
"@ng-atomic/components": "19.12.6",
|
|
18
|
+
"@ng-atomic/core": "19.12.6",
|
|
19
|
+
"@nx-ddd/common": "19.12.6",
|
|
20
|
+
"@nx-ddd/core": "19.12.6",
|
|
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.12.
|
|
47
|
-
"@nx-ddd/firestore": "19.12.
|
|
48
|
-
"@nx-ddd/google": "19.12.
|
|
49
|
-
"@nx-ddd/hasura": "19.12.
|
|
50
|
-
"@nx-ddd/notion": "19.12.
|
|
46
|
+
"@nx-ddd/any-func": "19.12.6",
|
|
47
|
+
"@nx-ddd/firestore": "19.12.6",
|
|
48
|
+
"@nx-ddd/google": "19.12.6",
|
|
49
|
+
"@nx-ddd/hasura": "19.12.6",
|
|
50
|
+
"@nx-ddd/notion": "19.12.6",
|
|
51
51
|
"@notionhq/client": "^2.2.15"
|
|
52
52
|
},
|
|
53
53
|
"dependencies": {
|
|
@@ -63,14 +63,14 @@
|
|
|
63
63
|
"types": "./index.d.ts",
|
|
64
64
|
"default": "./fesm2022/xxmachina-common.mjs"
|
|
65
65
|
},
|
|
66
|
-
"./azure-auth": {
|
|
67
|
-
"types": "./azure-auth/index.d.ts",
|
|
68
|
-
"default": "./fesm2022/xxmachina-common-azure-auth.mjs"
|
|
69
|
-
},
|
|
70
66
|
"./auth": {
|
|
71
67
|
"types": "./auth/index.d.ts",
|
|
72
68
|
"default": "./fesm2022/xxmachina-common-auth.mjs"
|
|
73
69
|
},
|
|
70
|
+
"./azure-auth": {
|
|
71
|
+
"types": "./azure-auth/index.d.ts",
|
|
72
|
+
"default": "./fesm2022/xxmachina-common-azure-auth.mjs"
|
|
73
|
+
},
|
|
74
74
|
"./domain": {
|
|
75
75
|
"types": "./domain/index.d.ts",
|
|
76
76
|
"default": "./fesm2022/xxmachina-common-domain.mjs"
|
|
@@ -199,14 +199,14 @@
|
|
|
199
199
|
"types": "./infra/external/resend/index.d.ts",
|
|
200
200
|
"default": "./fesm2022/xxmachina-common-infra-external-resend.mjs"
|
|
201
201
|
},
|
|
202
|
-
"./infra/query/firestore": {
|
|
203
|
-
"types": "./infra/query/firestore/index.d.ts",
|
|
204
|
-
"default": "./fesm2022/xxmachina-common-infra-query-firestore.mjs"
|
|
205
|
-
},
|
|
206
202
|
"./infra/query/hasura": {
|
|
207
203
|
"types": "./infra/query/hasura/index.d.ts",
|
|
208
204
|
"default": "./fesm2022/xxmachina-common-infra-query-hasura.mjs"
|
|
209
205
|
},
|
|
206
|
+
"./infra/query/firestore": {
|
|
207
|
+
"types": "./infra/query/firestore/index.d.ts",
|
|
208
|
+
"default": "./fesm2022/xxmachina-common-infra-query-firestore.mjs"
|
|
209
|
+
},
|
|
210
210
|
"./infra/repository/dataconnect": {
|
|
211
211
|
"types": "./infra/repository/dataconnect/index.d.ts",
|
|
212
212
|
"default": "./fesm2022/xxmachina-common-infra-repository-dataconnect.mjs"
|