@infrab4a/connect-nestjs 1.0.0-beta.6 → 1.0.0-beta.7

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 CHANGED
@@ -168,8 +168,6 @@ typeof SuppressedError === "function" ? SuppressedError : function (error, suppr
168
168
  return e.name = "SuppressedError", e.error = error, e.suppressed = suppressed, e;
169
169
  };
170
170
 
171
- const HASURA_OPTIONS = 'HASURA_OPTIONS';
172
-
173
171
  var NestFirestoreModule_1;
174
172
  exports.NestFirestoreModule = NestFirestoreModule_1 = class NestFirestoreModule {
175
173
  static initializeApp(options) {
@@ -415,6 +413,8 @@ exports.NestFirestoreModule = NestFirestoreModule_1 = __decorate([
415
413
  })
416
414
  ], exports.NestFirestoreModule);
417
415
 
416
+ const HASURA_OPTIONS = 'HASURA_OPTIONS';
417
+
418
418
  var NestHasuraGraphQLModule_1;
419
419
  exports.NestHasuraGraphQLModule = NestHasuraGraphQLModule_1 = class NestHasuraGraphQLModule {
420
420
  static initializeApp(options) {
@@ -572,7 +572,6 @@ exports.NestConnectModule = NestConnectModule_1 = class NestConnectModule {
572
572
  ...(connect.isNil(options === null || options === void 0 ? void 0 : options.hasura)
573
573
  ? []
574
574
  : [
575
- HASURA_OPTIONS,
576
575
  'CategoryRepository',
577
576
  'ProductRepository',
578
577
  'ProductReviewsRepository',
package/index.esm.js CHANGED
@@ -164,8 +164,6 @@ typeof SuppressedError === "function" ? SuppressedError : function (error, suppr
164
164
  return e.name = "SuppressedError", e.error = error, e.suppressed = suppressed, e;
165
165
  };
166
166
 
167
- const HASURA_OPTIONS = 'HASURA_OPTIONS';
168
-
169
167
  var NestFirestoreModule_1;
170
168
  let NestFirestoreModule = NestFirestoreModule_1 = class NestFirestoreModule {
171
169
  static initializeApp(options) {
@@ -411,6 +409,8 @@ NestFirestoreModule = NestFirestoreModule_1 = __decorate([
411
409
  })
412
410
  ], NestFirestoreModule);
413
411
 
412
+ const HASURA_OPTIONS = 'HASURA_OPTIONS';
413
+
414
414
  var NestHasuraGraphQLModule_1;
415
415
  let NestHasuraGraphQLModule = NestHasuraGraphQLModule_1 = class NestHasuraGraphQLModule {
416
416
  static initializeApp(options) {
@@ -568,7 +568,6 @@ let NestConnectModule = NestConnectModule_1 = class NestConnectModule {
568
568
  ...(isNil(options === null || options === void 0 ? void 0 : options.hasura)
569
569
  ? []
570
570
  : [
571
- HASURA_OPTIONS,
572
571
  'CategoryRepository',
573
572
  'ProductRepository',
574
573
  'ProductReviewsRepository',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@infrab4a/connect-nestjs",
3
- "version": "1.0.0-beta.6",
3
+ "version": "1.0.0-beta.7",
4
4
  "publishConfig": {
5
5
  "registry": "https://registry.npmjs.org"
6
6
  },