@infrab4a/connect-nestjs 2.5.0-beta.13 → 2.5.0-beta.14
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/index.cjs.js +2 -0
- package/index.esm.js +2 -0
- package/package.json +2 -2
package/index.cjs.js
CHANGED
|
@@ -1274,6 +1274,8 @@ exports.NestHasuraGraphQLModule = NestHasuraGraphQLModule_1 = __decorate([
|
|
|
1274
1274
|
connect.CategoryProductHasuraGraphQLRepository,
|
|
1275
1275
|
'ProductErrorsRepository',
|
|
1276
1276
|
connect.ProductErrorsHasuraGraphQLRepository,
|
|
1277
|
+
'ProductCatalogRepository',
|
|
1278
|
+
connect.ProductCatalogHasuraGraphQLRepository,
|
|
1277
1279
|
],
|
|
1278
1280
|
})
|
|
1279
1281
|
], exports.NestHasuraGraphQLModule);
|
package/index.esm.js
CHANGED
|
@@ -1266,6 +1266,8 @@ NestHasuraGraphQLModule = NestHasuraGraphQLModule_1 = __decorate([
|
|
|
1266
1266
|
CategoryProductHasuraGraphQLRepository,
|
|
1267
1267
|
'ProductErrorsRepository',
|
|
1268
1268
|
ProductErrorsHasuraGraphQLRepository,
|
|
1269
|
+
'ProductCatalogRepository',
|
|
1270
|
+
ProductCatalogHasuraGraphQLRepository,
|
|
1269
1271
|
],
|
|
1270
1272
|
})
|
|
1271
1273
|
], NestHasuraGraphQLModule);
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@infrab4a/connect-nestjs",
|
|
3
|
-
"version": "2.5.0-beta.
|
|
3
|
+
"version": "2.5.0-beta.14",
|
|
4
4
|
"publishConfig": {
|
|
5
5
|
"registry": "https://registry.npmjs.org"
|
|
6
6
|
},
|
|
@@ -9,7 +9,7 @@
|
|
|
9
9
|
"url": "https://github.com/B4AGroup/b4a-firebase-libs"
|
|
10
10
|
},
|
|
11
11
|
"peerDependencies": {
|
|
12
|
-
"@infrab4a/connect": "5.4.0-beta.
|
|
12
|
+
"@infrab4a/connect": "5.4.0-beta.14",
|
|
13
13
|
"@nestjs/common": "^10.3.3",
|
|
14
14
|
"@nestjs/core": "^10.3.3",
|
|
15
15
|
"firebase-admin": "^12.0.0"
|